]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS. 11/4211/1
authorJoshua Colp <jcolp@digium.com>
Wed, 26 Oct 2016 12:51:50 +0000 (12:51 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 27 Oct 2016 15:13:48 +0000 (10:13 -0500)
commit9c761b8f45892211b52d2c6655d2641aa4a64cd6
treec285b7af3618dd621274490783fe8dbad77e229e
parent226a7e36c538de73cee76de4183b1569bd5501e5
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS.

When executing the MailboxExists dialplan application and
MAILBOX_EXISTS dialplan function the passed in temporary voice
mailbox was not cleared, causing it to try to free garbage.

ASTERISK-26503 #close

Change-Id: Ie21ccfa1b80b9c59318e596f6b8e17da2b5a7cb3
apps/app_voicemail.c