aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-20 14:40:47 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-20 14:40:47 +0000
commit1603833ac724a5e53446a888140feb29f4b6acd4 (patch)
tree3e0fded75f9dad582ccc06c30199733236498ede /pbx.c
parentface962f22a0a0e59de1376ed3cd643e1324b0fb (diff)
Fix docs for digit/response timeout to mention default values (bug #4050)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5485 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 800826887..78287e25e 100755
--- a/pbx.c
+++ b/pbx.c
@@ -282,7 +282,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,
@@ -364,7 +365,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,