summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-02-26 00:35:30 +0000
committerRussell Bryant <russell@russellbryant.com>2008-02-26 00:35:30 +0000
commit86e26793c26443ccfb3eac9905b41805399e7856 (patch)
tree226ac7525e3fbd7a8cc3ea1361089d75c23b9dd9 /CHANGES
parent3a8756c9b43efd0c96ab1a024c91f5edab0abcf4 (diff)
Update CHANGES for SMDI stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c5480dfef..0d58b1b22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -281,6 +281,12 @@ Voicemail Changes
lockfile will not work, such as on SMB/CIFS mounts.
* Added the ability to backup deleted messages, to ease recovery in the case
that a user accidentally deletes a message, and discovers that they need it.
+ * Reworked the SMDI interface in Asterisk. The new way to access SMDI information
+ is through the new functions, SMDI_MSG_RETRIEVE() and SMDI_MSG(). The file
+ smdi.conf can now be configured with options to map SMDI station IDs to Asterisk
+ voicemail boxes. The SMDI interface can also poll for MWI changes when some
+ outside entity is modifying the state of the mailbox (such as IMAP storage or
+ a web interface of some kind).
Queue changes
-------------