You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk-voicemail/debian/patches/sipwise_vm_fix_prev_message...

21 lines
623 B

From: Sipwise Development Team <support@sipwise.com>
Date: Mon, 21 Feb 2022 14:17:23 +0100
Subject: sipwise_vm_fix_prev_message
---
apps/app_voicemail.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index da26b2b..6823da2 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -12313,6 +12313,7 @@ static int vm_execmain(struct ast_channel *chan, const char *data)
SCOPE_ENTER(3, "%s:\n", ast_channel_name(chan));
/* Add the vm_state to the active list and keep it active */
+ vms.curmsg = -1;
vms.lastmsg = -1;
vms.deleted = NULL;
vms.heard = NULL;