[svn-commits] rmudgett: trunk r373967 - /trunk/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Sep 27 17:43:30 CDT 2012


Author: rmudgett
Date: Thu Sep 27 17:43:27 2012
New Revision: 373967

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373967
Log:
Tweak app_dial documentation.

Modified:
    trunk/apps/app_dial.c

Modified: trunk/apps/app_dial.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_dial.c?view=diff&rev=373967&r1=373966&r2=373967
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Thu Sep 27 17:43:27 2012
@@ -151,11 +151,12 @@
 					<argument name="calling" />
 					<argument name="progress" />
 					<para>Send the specified DTMF strings <emphasis>after</emphasis> the called
-					party has answered, but before the call gets bridged. The 
-					<replaceable>called</replaceable> DTMF string is sent to the called party, and the 
-					<replaceable>calling</replaceable> DTMF string is sent to the calling party. Both arguments 
+					party has answered, but before the call gets bridged.  The
+					<replaceable>called</replaceable> DTMF string is sent to the called party, and the
+					<replaceable>calling</replaceable> DTMF string is sent to the calling party.  Both arguments
 					can be used alone.  If <replaceable>progress</replaceable> is specified, its DTMF is sent
-					immediately after receiving a PROGRESS message.</para>
+					to the called party immediately after receiving a PROGRESS message.</para>
+					<para>See SendDTMF for valid digits.</para>
 				</option>
 				<option name="e">
 					<para>Execute the <literal>h</literal> extension for peer after the call ends</para>




More information about the svn-commits mailing list