[asterisk-commits] mjordan: branch 13 r432920 - in /branches/13: ./ apps/ configs/samples/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 13 19:18:42 CDT 2015
Author: mjordan
Date: Fri Mar 13 19:18:40 2015
New Revision: 432920
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432920
Log:
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
Modified:
branches/13/ (props changed)
branches/13/apps/app_amd.c
branches/13/configs/samples/amd.conf.sample
Propchange: branches/13/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: branches/13/apps/app_amd.c
URL: http://svnview.digium.com/svn/asterisk/branches/13/apps/app_amd.c?view=diff&rev=432920&r1=432919&r2=432920
==============================================================================
--- branches/13/apps/app_amd.c (original)
+++ branches/13/apps/app_amd.c Fri Mar 13 19:18:40 2015
@@ -126,6 +126,9 @@
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>
Modified: branches/13/configs/samples/amd.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/13/configs/samples/amd.conf.sample?view=diff&rev=432920&r1=432919&r2=432920
==============================================================================
--- branches/13/configs/samples/amd.conf.sample (original)
+++ branches/13/configs/samples/amd.conf.sample Fri Mar 13 19:18:40 2015
@@ -15,4 +15,5 @@
; the audio what follows as a new word
maximum_number_of_words = 3 ; Maximum number of words in the greeting.
; If exceeded then MACHINE
+maximum_word_length = 5000 ; Maximum duration of a single Voice utterance allowed.
silence_threshold = 256
More information about the asterisk-commits
mailing list