]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Fix Channel variable VM_MESSAGEFILE for "urgent" voicemail
authorBryan Boatright <ast-bugs@omega71.com>
Wed, 2 Jan 2019 17:44:41 +0000 (11:44 -0600)
committerBryan Boatright <ast-bugs@omega71.com>
Wed, 2 Jan 2019 18:16:20 +0000 (13:16 -0500)
commit92298434bd9ce591356cda25b556c930a97a75f4
treeda9ec3fe81c269952efcd0d77d44d94b238a6924
parent4ff64bfc2ca6aba59eb098bbfe4fc8b1dea31ce2
app_voicemail: Fix Channel variable VM_MESSAGEFILE for "urgent" voicemail

If a voicemail is marked "urgent" then the VM_MESSAGEFILE channel variable is
not updated correctly since urgent messages are in a different directory. The
fix is to update the channel variable when the path to the urgent message is
created.

ASTERISK-28225

Change-Id: I8efbace06e6122ea0793f7bdb073d4378e8274ca
apps/app_voicemail.c