[Home]

Summary:ASTERISK-11650: [Patch] Add support for contexts in polled mailboxes
Reporter:dea (dea)Labels:
Date Opened:2008-03-15 16:29:04Date Closed:2008-03-16 12:50:02
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) vm-polled-imap.txt
Description:The function mwi_sub_event_cb() ignored the passed in
context when subscribing for mailbox events with the
result that polling would only work for mailboxes in
the 'default' context.

Trivial patch to honor the context, if passed in on
the registration.

Tested with IMAP storage and a skinny endpoint.  MWI
now toggles based on messages delivered/read/marked unread
in a mail client.

The patch should also apply to 1.6
Comments:By: Digium Subversion (svnbot) 2008-03-16 12:49:41

Repository: asterisk
Revision: 108927

U   trunk/apps/app_voicemail.c

------------------------------------------------------------------------
r108927 | russell | 2008-03-16 12:49:39 -0500 (Sun, 16 Mar 2008) | 7 lines

Fix polling for mailbox changes in mailboxes that are not in the default vm context.

(closes issue ASTERISK-11650)
Reported by: DEA
Patches:
     vm-polled-imap.txt uploaded by DEA (license 3)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=108927

By: Digium Subversion (svnbot) 2008-03-16 12:50:02

Repository: asterisk
Revision: 108928

_U  branches/1.6.0/
U   branches/1.6.0/apps/app_voicemail.c

------------------------------------------------------------------------
r108928 | russell | 2008-03-16 12:50:01 -0500 (Sun, 16 Mar 2008) | 15 lines

Merged revisions 108927 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r108927 | russell | 2008-03-16 12:53:46 -0500 (Sun, 16 Mar 2008) | 7 lines

Fix polling for mailbox changes in mailboxes that are not in the default vm context.

(closes issue ASTERISK-11650)
Reported by: DEA
Patches:
     vm-polled-imap.txt uploaded by DEA (license 3)

........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=108928