Files
asterisk/apps
Mark Michelson 5c53b2226d Fix the ability to retrieve voicemail messages from IMAP.
A recent change made interactive vm_states no longer get
added to the list of vm_states and instead get stored in
thread-local storage.

In trunk and all the 1.6.X branches, the problem is that
when we search for messages in a voicemail box, we would
attempt to update the appropriate vm_state struct by directly
searching in the list of vm_states instead of using the
get_vm_state_by_imap_user function. This meant we could not
find the interactive vm_state that we wanted.

(closes issue #14685)
Reported by: BlargMaN
Patches:
      14685.patch uploaded by mmichelson (license 60)
Tested by: BlargMaN, qualleyiv, mmichelson



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-04-03 14:32:05 +00:00
..
2009-04-02 17:20:52 +00:00
2009-03-27 20:08:44 +00:00
2008-11-03 01:01:25 +00:00
2008-12-15 14:40:08 +00:00
2009-03-31 22:12:52 +00:00
2009-03-01 23:25:23 +00:00
2009-02-10 07:06:29 +00:00
2008-11-03 01:01:25 +00:00