]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
indicate default timeouts (bug #4050)
authorRussell Bryant <russell@russellbryant.com>
Sun, 15 May 2005 16:42:25 +0000 (16:42 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sun, 15 May 2005 16:42:25 +0000 (16:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5676 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx.c

diff --git a/pbx.c b/pbx.c
index 8c09494f2ab3dcc74969cca6a9e32ed8535ebe64..0f962966d89399ef666162c28f2770ccf8b62d68 100755 (executable)
--- a/pbx.c
+++ b/pbx.c
@@ -235,7 +235,8 @@ static struct pbx_builtin {
        "typed in is valid, it will not have to timeout to be tested, so typically\n"
        "at the expiry of this timeout, the extension will be considered invalid\n"
        "(and thus control would be passed to the 'i' extension, or if it doesn't\n"
-       "exist the call would be terminated). Always returns 0.\n" 
+       "exist the call would be terminated). The default timeout is 5 seconds.\n"
+       "Always returns 0.\n" 
        },
 
        { "Goto", pbx_builtin_goto, 
@@ -305,7 +306,8 @@ static struct pbx_builtin {
        "falling through a series of priorities for a channel in which the user may\n"
        "begin typing an extension. If the user does not type an extension in this\n"
        "amount of time, control will pass to the 't' extension if it exists, and\n"
-       "if not the call would be terminated.\nAlways returns 0.\n"  
+       "if not the call would be terminated. The default timeout is 10 seconds.\n"
+       "Always returns 0.\n"  
        },
 
        { "Ringing", pbx_builtin_ringing,