]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS. 85/4185/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 13:16:07 +0000 (08:16 -0500)
commitebc293e609cbbcad3b3e813bacfe7b04c961900f
tree795b1cd7d5fe18c5b21f1ddc4967e2fb5dc4444d
parent7c3cc1b605b74bee37f9131c338ce3ca23505fd3
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