summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2007-12-28 16:12:06 +0000
committerMark Michelson <mmichelson@digium.com>2007-12-28 16:12:06 +0000
commitd9e0bb0e8486c10ff92853e73abbe62f07dff157 (patch)
tree038205fd77c870a128535f67db3af599eb8da47c /CHANGES
parent77dd3c1b3f6b21e34c0c93358a01597ef590cc3f (diff)
Some changes to app_amd.
The channel name is printed in verbose messages maximumWordLength option added. Duration of words that do not meet the minimum word duration will be logged The duration of pre-greeting silence will be logged Only consider us in the greeting if we actually detected a valid word duration. (closes issue #11650, reported and patched by davevg) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f1a52fb1b..c9851d001 100644
--- a/CHANGES
+++ b/CHANGES
@@ -312,6 +312,8 @@ Other Dialplan Application Changes
of asking for verification of each name, one at a time.
* Privacy() no longer uses privacy.conf, as all options are specifyable as
direct options to the app.
+ * AMD() has a new "maximum word length" option. "show application AMD" from the CLI
+ for more details
Music On Hold Changes
---------------------