]> git.ipfire.org Git - thirdparty/asterisk.git/commit
[IMAP] Fix message retrieval issues when identical mailbox names were defined in...
authorMark Michelson <mmichelson@digium.com>
Thu, 5 Mar 2009 23:26:11 +0000 (23:26 +0000)
committerMark Michelson <mmichelson@digium.com>
Thu, 5 Mar 2009 23:26:11 +0000 (23:26 +0000)
commitaef6c114f18e747f66f4b4ea3a3f828cfe9b73c1
treef7a658097709ce86361bf290c06c3288ca729743
parent7e44582f57930b0d5682cf689ca5a05e3c2d3e50
[IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.

There was a fix put in a while back so that an X-Asterisk-VM-Context message header was
added to stored IMAP voicemails. This would allow for us to differentiate if the same
mailbox name was used in multiple contexts. The problem still left was that not all places
where messages were retrieved actually attempted to use this header for information when
retrieving messages. This commit fixes that so that MWI and message retrieval from VoiceMailMain
work as expected.

(closes issue #13853)
Reported by: vicks1
Patches:
      13853_v2.patch uploaded by mmichelson (license 60)
Tested by: lmadsen

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