[svn-commits] eliel: branch group/appdocsxml r151898 - /team/group/appdocsxml/apps/app_amd.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Oct 25 00:01:41 CDT 2008


Author: eliel
Date: Sat Oct 25 00:01:41 2008
New Revision: 151898

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151898
Log:
Remove trailing spaces.

Modified:
    team/group/appdocsxml/apps/app_amd.c

Modified: team/group/appdocsxml/apps/app_amd.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_amd.c?view=diff&rev=151898&r1=151897&r2=151898
==============================================================================
--- team/group/appdocsxml/apps/app_amd.c (original)
+++ team/group/appdocsxml/apps/app_amd.c Sat Oct 25 00:01:41 2008
@@ -42,7 +42,7 @@
 /*** DOCUMENTATION
 	<application name="AMD" language="en_US">
 		<synopsis>
-			Attempt to detect answering machines
+			Attempt to detect answering machines.
 		</synopsis>
 		<syntax>
 			<parameter name="initialSilence" required="false">
@@ -81,11 +81,11 @@
 			</parameter>
 		</syntax>
 		<description>
-			<para>This application attempts to detect answering machines at the beginning 
-			of outbound calls. Simply call this application after the call 
+			<para>This application attempts to detect answering machines at the beginning
+			of outbound calls. Simply call this application after the call
 			has been answered (outbound only, of course).</para>
-			<para>When loaded, AMD reads amd.conf and uses the parameters specified as 
-			default values. Those default values get overwritten when the calling AMD 
+			<para>When loaded, AMD reads amd.conf and uses the parameters specified as
+			default values. Those default values get overwritten when the calling AMD
 			with parameters.</para>
 			<para>This application sets the following channel variables:</para>
 			<variablelist>
@@ -99,19 +99,19 @@
 				<variable name="AMDCAUSE">
 					<para>Indicates the cause that led to the conclusion</para>
 					<value name="TOOLONG">
-						Total Time
+						Total Time.
 					</value>
 					<value name="INITIALSILENCE">
-						Silence Duration - Initial Silence
+						Silence Duration - Initial Silence.
 					</value>
 					<value name="HUMAN">
-						Silence Duration - afterGreetingSilence
+						Silence Duration - afterGreetingSilence.
 					</value>
 					<value name="LONGGREETING">
-						Voice Duration - Greeting
+						Voice Duration - Greeting.
 					</value>
 					<value name="MAXWORDLENGTH">
-						Word Count - maximum number of words
+						Word Count - maximum number of words.
 					</value>	
 				</variable>
 			</variablelist>




More information about the svn-commits mailing list