[asterisk-commits] rmudgett: trunk r366193 - /trunk/apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 10 16:38:17 CDT 2012
Author: rmudgett
Date: Thu May 10 16:38:12 2012
New Revision: 366193
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=366193
Log:
Tweak app_dial predial 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=366193&r1=366192&r2=366193
==============================================================================
--- trunk/apps/app_dial.c (original)
+++ trunk/apps/app_dial.c Thu May 10 16:38:12 2012
@@ -92,7 +92,7 @@
<para>If not specified, this defaults to 136 years.</para>
</parameter>
<parameter name="options" required="false">
- <optionlist>
+ <optionlist>
<option name="A">
<argument name="x" required="true">
<para>The file to play to the called party</para>
@@ -109,8 +109,8 @@
this option, the default behavior is adequate in most cases.</para>
</option>
<option name="b" argsep="^">
- <para>Before initiating the actual call, Gosub to the specified
- location using the newly created channel(s). The Gosub will be
+ <para>Before initiating an outgoing call, Gosub to the specified
+ location using the newly created channel. The Gosub will be
executed for each destination channel.</para>
<argument name="context" required="false" />
<argument name="exten" required="false" />
@@ -120,7 +120,7 @@
</argument>
</option>
<option name="B" argsep="^">
- <para>Before initiating the actual call, Gosub to the specified
+ <para>Before initiating the outgoing call(s), Gosub to the specified
location using the current channel.</para>
<argument name="context" required="false" />
<argument name="exten" required="false" />
@@ -324,8 +324,8 @@
Macro()</para></warning>
</option>
<option name="n">
- <argument name="delete">
- <para>With <replaceable>delete</replaceable> either not specified or set to <literal>0</literal>,
+ <argument name="delete">
+ <para>With <replaceable>delete</replaceable> either not specified or set to <literal>0</literal>,
the recorded introduction will not be deleted if the caller hangs up while the remote party has not
yet answered.</para>
<para>With <replaceable>delete</replaceable> set to <literal>1</literal>, the introduction will
More information about the asterisk-commits
mailing list