[svn-commits] russell: branch russell/events r62286 -
/team/russell/events/CHANGES
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Sat Apr 28 13:09:13 MST 2007
Author: russell
Date: Sat Apr 28 15:09:12 2007
New Revision: 62286
URL: http://svn.digium.com/view/asterisk?view=rev&rev=62286
Log:
Add MWI handling information to CHANGES
Modified:
team/russell/events/CHANGES
Modified: team/russell/events/CHANGES
URL: http://svn.digium.com/view/asterisk/team/russell/events/CHANGES?view=diff&rev=62286&r1=62285&r2=62286
==============================================================================
--- team/russell/events/CHANGES (original)
+++ team/russell/events/CHANGES Sat Apr 28 15:09:12 2007
@@ -53,6 +53,10 @@
registration data, as before.
* The SIPPEER function have new options for port address, call and pickup groups
* Added support for T.140 realtime text in SIP/RTP
+ * The "checkmwi" option has been removed from sip.conf, as it is no longer
+ required due to the restructuring of how MWI is handled. See the descriptions
+ in this file of the "pollmailboxes" and "pollfreq" options to voicemail.conf
+ for more information.
IAX2 changes
------------
@@ -79,6 +83,18 @@
prompts within the Voicemail application by changing them in voicemail.conf
* Added the ability for the "voicemail show users" CLI command to show users
configured by the dynamic realtime configuration method.
+ * MWI (Message Waiting Indication) handling has been significantly
+ restructured internally to Asterisk. It is now totally event based
+ instead of polling based. The voicemail application will notify other
+ modules that have subscribed to MWI events when something in the mailbox
+ changes.
+ This also means that if any other entity outside of Asterisk is changing
+ the contents of mailboxes, then the voicemail application still needs to
+ poll for changes. Examples of situations that would require this option
+ are web interfaces to voicemail or an email client in the case of using
+ IMAP storage. So, two new options have been added to voicemail.conf
+ to account for this: "pollmailboxes" and "pollfreq". See the sample
+ configuration file for details.
Queue changes
-------------
More information about the svn-commits
mailing list