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.
23 lines
780 B
23 lines
780 B
From: Sipwise Development Team <support@sipwise.com>
|
|
Date: Mon, 4 Nov 2024 15:37:29 +0100
|
|
Subject: sipwise_fix_chan_usage
|
|
|
|
---
|
|
apps/app_voicemail.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
|
|
index efa0e20..893cae6 100644
|
|
--- a/apps/app_voicemail.c
|
|
+++ b/apps/app_voicemail.c
|
|
@@ -15460,7 +15460,9 @@ AST_TEST_DEFINE(test_voicemail_msgcount)
|
|
break;
|
|
}
|
|
open_mailbox(&vms, vmu, folder2mbox[i]);
|
|
+ #ifdef IMAP_STORAGE
|
|
STORE(tmp[i].dir, testmailbox, testcontext, 0, chan, vmu, "gsm", 600, &vms, strcmp(folders[i], "Urgent") ? "" : "Urgent", NULL);
|
|
+ #endif
|
|
|
|
/* hasvm-old, hasvm-urgent, hasvm-new, ic-old, ic-urgent, ic-new, ic2-old, ic2-urgent, ic2-new, mc-old, mc-urgent, mc-new */
|
|
for (j = 0; j < 3; j++) {
|