From d97cc460b064cb824b71e3e87d573a74365f9dde Mon Sep 17 00:00:00 2001
From: James Golovich <james@gnuinter.net>
Date: Fri, 5 Mar 2004 23:42:58 +0000
Subject: [PATCH] Fix pbx_builtin_atimeout comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2355 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 pbx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pbx.c b/pbx.c
index 5e197f16dd..85b4697649 100755
--- a/pbx.c
+++ b/pbx.c
@@ -4315,7 +4315,7 @@ static int pbx_builtin_background(struct ast_channel *chan, void *data)
 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);
-- 
GitLab