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
585 B

From: Sipwise Development Team <support@sipwise.com>
Date: Mon, 4 Nov 2024 15:37:29 +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 1477951..cd2b176 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -12206,6 +12206,7 @@ static int vm_execmain(struct ast_channel *chan, const char *data)
#endif
/* Add the vm_state to the active list and keep it active */
+ vms.curmsg = -1;
vms.lastmsg = -1;
vms.deleted = NULL;
vms.heard = NULL;