If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,
authorMark Michelson <mmichelson@digium.com>
Mon, 7 Jul 2008 20:28:33 +0000 (20:28 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 7 Jul 2008 20:28:33 +0000 (20:28 +0000)
commit742815875d0945222f87022c5cedbb211eee64c4
tree9d0e1a258d2822515bcf84e0651099a5ec0d9962
parent04a10e77a0f86de3bb7854a872b12fecc101d183
If imapfolder=foo were set in voicemail.conf, then when calling VoiceMailMain,
app_voicemail would attempt to play a file called vm-foo instead of playing
vm-INBOX to play the "new" sound file. This commit fixes that issue.

This may fix one of the problems reported in issue #12987

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