[svn-commits] eliel: branch group/appdocsxml r151894 - /team/group/appdocsxml/apps/app_dial.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 24 21:35:49 CDT 2008


Author: eliel
Date: Fri Oct 24 21:35:47 2008
New Revision: 151894

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151894
Log:
Remove RetryDial() trailing spaces inside the XML documentation.

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

Modified: team/group/appdocsxml/apps/app_dial.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_dial.c?view=diff&rev=151894&r1=151893&r2=151894
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Fri Oct 24 21:35:47 2008
@@ -433,16 +433,16 @@
 			</parameter>
 		</syntax>
 		<description>
-		    <para>This application will attempt to place a call using the normal Dial application.
-		    If no channel can be reached, the <replaceable>announce</replaceable> file will be played.
-		    Then, it will wait <replaceable>sleep</replaceable> number of seconds before retrying the call.
-		    After <replaceable>retries</replaceable> number of attempts, the calling channel will continue at the next priority in the dialplan. 
-		    If the <replaceable>retries</replaceable> setting is set to 0, this application will retry endlessly.
-		    While waiting to retry a call, a 1 digit extension may be dialed. If that
-		    extension exists in either the context defined in <variable>EXITCONTEXT</variable> or the current
-		    one, The call will jump to that extension immediately.
-		    The <replaceable>dialargs</replaceable> are specified in the same format that arguments are provided
-		    to the Dial application.</para>
+			<para>This application will attempt to place a call using the normal Dial application.
+			If no channel can be reached, the <replaceable>announce</replaceable> file will be played.
+			Then, it will wait <replaceable>sleep</replaceable> number of seconds before retrying the call.
+			After <replaceable>retries</replaceable> number of attempts, the calling channel will continue at the next priority in the dialplan.
+			If the <replaceable>retries</replaceable> setting is set to 0, this application will retry endlessly.
+			While waiting to retry a call, a 1 digit extension may be dialed. If that
+			extension exists in either the context defined in <variable>EXITCONTEXT</variable> or the current
+			one, The call will jump to that extension immediately.
+			The <replaceable>dialargs</replaceable> are specified in the same format that arguments are provided
+			to the Dial application.</para>
 		</description>
 	</application>
  ***/




More information about the svn-commits mailing list