[Asterisk-cvs] asterisk manager.c,1.123,1.124

kpfleming kpfleming
Wed Oct 5 17:17:16 CDT 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv8983

Modified Files:
	manager.c 
Log Message:
correct variable header documentation (issue #5397)


Index: manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/manager.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- manager.c	4 Oct 2005 22:25:15 -0000	1.123
+++ manager.c	5 Oct 2005 21:12:57 -0000	1.124
@@ -962,7 +962,7 @@
 "	Data: Data to use (requires 'Application')\n"
 "	Timeout: How long to wait for call to be answered (in ms)\n"
 "	CallerID: Caller ID to be set on the outgoing channel\n"
-"	Variable: Channel variable to set (VAR1=value1|VAR2=value2)\n"
+"	Variable: Channel variable to set, multiple Variable: headers are allowed\n"
 "	Account: Account code\n"
 "	Async: Set to 'true' for fast origination\n";
 




More information about the svn-commits mailing list