Skip to content
Snippets Groups Projects
Commit 7de0b919 authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

Merge "app_voicemail: Fix Channel variable VM_MESSAGEFILE for "urgent" voicemail" into 13

parents 790626ec 250812df
No related branches found
No related tags found
No related merge requests found
...@@ -7056,6 +7056,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_ ...@@ -7056,6 +7056,7 @@ static int leave_voicemail(struct ast_channel *chan, char *ext, struct leave_vm_
RENAME(dir, msgnum, vmu->mailbox, vmu->context, urgdir, x, sfn, dfn); RENAME(dir, msgnum, vmu->mailbox, vmu->context, urgdir, x, sfn, dfn);
/* Notification must happen for this new message in Urgent folder, not INBOX */ /* Notification must happen for this new message in Urgent folder, not INBOX */
ast_copy_string(fn, dfn, sizeof(fn)); ast_copy_string(fn, dfn, sizeof(fn));
pbx_builtin_setvar_helper(chan, "VM_MESSAGEFILE", fn);
msgnum = x; msgnum = x;
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment