[asterisk-commits] tilghman: trunk r80817 - /trunk/main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 24 14:50:17 CDT 2007


Author: tilghman
Date: Fri Aug 24 14:50:16 2007
New Revision: 80817

URL: http://svn.digium.com/view/asterisk?view=rev&rev=80817
Log:
Fix documentation for Set (closes issue #10549)

Modified:
    trunk/main/pbx.c

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=80817&r1=80816&r2=80817
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Fri Aug 24 14:50:16 2007
@@ -476,13 +476,13 @@
 
 	{ "Set", pbx_builtin_setvar,
 	"Set channel variable(s) or function value(s)",
-	"  Set(name1=value1)\n"
+	"  Set(name=value)\n"
 	"This function can be used to set the value of channel variables or dialplan\n"
-	"functions. It will accept up to 24 name/value pairs. When setting variables,\n"
-	"if the variable name is prefixed with _, the variable will be inherited into\n"
-	"channels created from the current channel. If the variable name is prefixed\n"
-	"with __, the variable will be inherited into channels created from the current\n"
-	"channel and all children channels.\n"
+	"functions. When setting variables, if the variable name is prefixed with _,\n"
+	"the variable will be inherited into channels created from the current\n"
+	"channel. If the variable name is prefixed with __, the variable will be\n"
+	"inherited into channels created from the current channel and all children\n"
+	"channels.\n"
 	},
 
 	{ "SetAMAFlags", pbx_builtin_setamaflags,




More information about the asterisk-commits mailing list