[Asterisk-cvs] asterisk pbx.c,1.96.2.6,1.96.2.7

citats at lists.digium.com citats at lists.digium.com
Fri Mar 5 18:51:45 CST 2004


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

Modified Files:
      Tag: v1-0_stable
	pbx.c 
Log Message:
Fix pbx_builtin_atimeout comment



Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.96.2.6
retrieving revision 1.96.2.7
diff -u -d -r1.96.2.6 -r1.96.2.7
--- pbx.c	4 Mar 2004 21:46:53 -0000	1.96.2.6
+++ pbx.c	5 Mar 2004 23:43:12 -0000	1.96.2.7
@@ -4312,7 +4312,7 @@
 static int pbx_builtin_atimeout(struct ast_channel *chan, void *data)
 {
 	int x = atoi((char *) data);
-	/* Set the timeout for how long to wait between digits */
+	/* Set the absolute maximum time how long a call can be connected */
 	ast_channel_setwhentohangup(chan,x);
 	if (option_verbose > 2)
 		ast_verbose( VERBOSE_PREFIX_3 "Set Absolute Timeout to %d\n", x);




More information about the svn-commits mailing list