summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2011-12-06 20:23:13 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2011-12-06 20:23:13 +0000
commitfd64bb66f94f1a7bb47e17319512b14e522353ec (patch)
treef63782b65e1e40187cd4272b4b541b49796bdbd7 /CHANGES
parente14f5721329e0ce00fb31d68bb9abff68083effd (diff)
Add VM_INFO() dialplan function to gather information about a mailbox.
Deprecates MAILBOX_EXISTS. Provides count, email, exists, fullname, language, locale, pager, password, tz. (closes issue ASTERISK-18634) Patch by: Kris Shaw Review: https://reviewboard.asterisk.org/r/1568 Reviewed by: Walter Doekes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@347192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3554d45cf..cbde56353 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,6 +74,13 @@ Core changes
affect the core console verbosity, 'remote set verbose' will now set a
separate level for each remote console without affecting any other console.
+Dialplan functions
+------------------
+ * Addition of the VM_INFO function that can be used to retrieve voicemail
+ user information, such as the email address and full name.
+ The MAILBOX_EXISTS dialplan function has been deprecated in favour of
+ VM_INFO.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.8 to Asterisk 10 -------------------
------------------------------------------------------------------------------