aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 00:35:30 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-26 00:35:30 +0000
commit8d7f4e86d7ff3353b253b3b867ea639f9922ac79 (patch)
tree226ac7525e3fbd7a8cc3ea1361089d75c23b9dd9 /CHANGES
parent0cc911d8cc93777118f6727c03f41df5a36e735d (diff)
Update CHANGES for SMDI stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104123 f38db490-d61c-443f-a65b-d21fe96a405b
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
-------------