summaryrefslogtreecommitdiff
path: root/apps/app_amd.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-03-14 00:24:52 +0000
committerMatthew Jordan <mjordan@digium.com>2015-03-14 00:24:52 +0000
commitdc752f515be0e3eed80a4043ae9383dbfbd22bc4 (patch)
tree8fa2b080e23922cb499c2ed373905a4b534408dd /apps/app_amd.c
parentc52adca396a1e7a1b78ce897bc9566b28e9b9a48 (diff)
apps/app_amd: Document maximum_word_length option; fix AMDCAUSE documentation
This patch corrects the documentation for the AMD application. Specifically: * It documents the maximum_word_length option, which limits the maximum allowed length of a single utterance. * It clarifies the AMDCAUSE values MAXWORDS and MAXWORDLENGTH. MAXWORDLENGTH was documented as MAXWORDS, while MAXWORDS was undocumented. Thanks to the issue reporter, Frank DiGennaro, for pointing out the issues. ASTERISK-19470 #close Reported by: Frank DiGennaro ........ Merged revisions 432918 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 432920 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432921 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_amd.c')
-rw-r--r--apps/app_amd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_amd.c b/apps/app_amd.c
index b8f4e9b28..68d100858 100644
--- a/apps/app_amd.c
+++ b/apps/app_amd.c
@@ -126,6 +126,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
Voice Duration - Greeting.
</value>
<value name="MAXWORDLENGTH">
+ Word Length - max length of a single word.
+ </value>
+ <value name="MAXWORDS">
Word Count - maximum number of words.
</value>
</variable>