]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Guarantee messages go into the right folders with multiple recipients
authorJonathan Rose <jrose@digium.com>
Wed, 16 Nov 2011 14:42:18 +0000 (14:42 +0000)
committerJonathan Rose <jrose@digium.com>
Wed, 16 Nov 2011 14:42:18 +0000 (14:42 +0000)
commit503d5f8912c3d319c8703b1a7cb78735f5bd91e3
tree7a05e835794a2159b15b4d70fc07e80cbdc89646
parent37611b4eccb7526ce964415a11807432b338255b
Guarantee messages go into the right folders with multiple recipients

Before, using the U flag in Voicemail with multiple recipients would put urgent messages
in the INBOX folder for all users past the first thanks to a bug with the message
copying function. This would also cause messages to fail to be sent if the INBOX
directory hadn't been created for that mailbox yet.

(closes issue ASTERISK-18245)
Reported by: Matt Jordan

(closes issue ASTERISK-18246)
Reported by: Matt Jordan

Review: https://reviewboard.asterisk.org/r/1589/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@345487 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c