aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-09 18:23:21 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-09 18:23:21 +0000
commit773598e767f3299ca37534c77d8e1a5c16ed756c (patch)
tree194ff57780e14c1d2e37e50e30ddf7bb24c089aa
parent47b669ec2e3db80c8fd180e9f38ca5600aa32f1d (diff)
Timeout values are in seconds (issue #7122 reported by jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44768 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--funcs/func_timeout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_timeout.c b/funcs/func_timeout.c
index b88ae078f..992057da8 100644
--- a/funcs/func_timeout.c
+++ b/funcs/func_timeout.c
@@ -146,7 +146,7 @@ static int timeout_write(struct ast_channel *chan, char *cmd, char *data,
static struct ast_custom_function timeout_function = {
.name = "TIMEOUT",
- .synopsis = "Gets or sets timeouts on the channel.",
+ .synopsis = "Gets or sets timeouts on the channel. Timeout values are in seconds.",
.syntax = "TIMEOUT(timeouttype)",
.desc =
"Gets or sets various channel timeouts. The timeouts that can be\n"