[Asterisk-cvs] asterisk/res res_agi.c,1.45,1.46

twisted twisted
Sun Aug 14 22:42:38 CDT 2005


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

Modified Files:
	res_agi.c 
Log Message:
Fix usage text for AGI recieve text (bug #4948)


Index: res_agi.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_agi.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- res_agi.c	3 Aug 2005 04:17:12 -0000	1.45
+++ res_agi.c	15 Aug 2005 02:45:34 -0000	1.46
@@ -1380,7 +1380,7 @@
 " -1 only on error/hangup.\n";
 
 static char usage_recvtext[] =
-" Usage: RECEIVE CHAR <timeout>\n"
+" Usage: RECEIVE TEXT <timeout>\n"
 "	Receives a string of text on a channel. Specify timeout to be the\n"
 " maximum time to wait for input in milliseconds, or 0 for infinite. Most channels\n"
 " do not support the reception of text. Returns -1 for failure or 1 for success, and the string in parentheses.\n";




More information about the svn-commits mailing list