]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Clear voice mailbox in MailboxExists and MAILBOX_EXISTS. 84/4184/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:54:25 +0000 (07:54 -0500)
commit95062fe220831e1bc6781a3e5a898a2c15055605
tree9748182037dc5993e05ec22b348a3b126aac98cf
parent7c79b057dd3b0a06000b7bdd0583648bfc643b96
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