[Asterisk-cvs] asterisk pbx.c,1.103,1.104
citats at lists.digium.com
citats at lists.digium.com
Fri Mar 5 18:51:31 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv10903
Modified Files:
pbx.c
Log Message:
Fix pbx_builtin_atimeout comment
Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- pbx.c 4 Mar 2004 21:45:21 -0000 1.103
+++ pbx.c 5 Mar 2004 23:42:58 -0000 1.104
@@ -4315,7 +4315,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