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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 1 06:44:10 CDT 2008


Author: eliel
Date: Wed Oct  1 06:44:10 2008
New Revision: 145324

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145324
Log:
Put variable names inside <variable></variable> elements.

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=145324&r1=145323&r2=145324
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Wed Oct  1 06:44:10 2008
@@ -312,7 +312,7 @@
 					<para>Execute via Gosub the routine <replaceable>x</replaceable> for the <emphasis>called</emphasis> channel before connecting
 					to the calling channel. Arguments can be specified to the Gosub
 					using <literal>^</literal> as a delimiter. The Gosub routine can set the variable
-					GOSUB_RESULT to specify the following actions after the Gosub returns.</para>
+					<variable>GOSUB_RESULT</variable> to specify the following actions after the Gosub returns.</para>
 					<variablelist>
 						<variable name="GOSUB_RESULT">
 							<value name="ABORT">




More information about the svn-commits mailing list