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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Oct 15 06:33:36 CDT 2008


Author: eliel
Date: Wed Oct 15 06:33:36 2008
New Revision: 149516

URL: http://svn.digium.com/view/asterisk?view=rev&rev=149516
Log:
Put variable names in the documentation inside <variable> tags.


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=149516&r1=149515&r2=149516
==============================================================================
--- team/group/appdocsxml/apps/app_dial.c (original)
+++ team/group/appdocsxml/apps/app_dial.c Wed Oct 15 06:33:36 2008
@@ -378,9 +378,9 @@
 			hangs up, or if the call is bridged and either of the parties in the bridge
 			ends the call.</para>
 
-			<para>If the OUTBOUND_GROUP variable is set, all peer channels created by this
+			<para>If the <variable>OUTBOUND_GROUP</variable> variable is set, all peer channels created by this
 			application will be put into that group (as in Set(GROUP()=...).
-			If the OUTBOUND_GROUP_ONCE variable is set, all peer channels created by this
+			If the <variable>OUTBOUND_GROUP_ONCE</variable> variable is set, all peer channels created by this
 			application will be put into that group (as in Set(GROUP()=...). Unlike OUTBOUND_GROUP,
 			however, the variable will be unset after use.</para>
 			




More information about the svn-commits mailing list