]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS. 83/4183/1
authorJoshua Colp <jcolp@digium.com>
Wed, 26 Oct 2016 12:51:50 +0000 (12:51 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 26 Oct 2016 12:52:47 +0000 (12:52 +0000)
commit14496ce1e5bbc9b2192ca8f882ecb99887c5d40a
tree28bcb12c6f3db8b8f1afe2aee19763ef50bcae85
parent2bd8af6d0bc3cc9e08457924f190a76ff8cbb0b7
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