aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-29 20:53:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-29 20:53:12 +0000
commitb3d3b48310108d066117dbdf5ee9d34c264e22e7 (patch)
tree755537ffdf1eadc34ac51570dc899cdb9d443c20 /CHANGES
parente6e52d12f35ad1053cd12598e73aca81fd61fa58 (diff)
Add the ability for the "voicemail show users" CLI command to show users
configured in realtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59414 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 3f62445d4..f0aeab7d5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,6 @@ Miscellaneous
-------------
* Added the bindaddr option to gtalk.conf.
- * Added the ability to customize which sound files are used for some of the
- prompts within the Voicemail application by changing them in voicemail.conf
* Argument support for Gosub application
* Ability to set process limits without restarting Asterisk
* SS7 support in chan_zap (via libss7 library)
@@ -124,3 +122,10 @@ DUNDi changes
done using a global variable or a dialplan function. Using the SHELL()
function would allow you to have an external script set the weight for
each response.
+
+Voicemail Changes
+-----------------
+ * Added the ability to customize which sound files are used for some of the
+ 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.