projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35c098
)
Timeout values are in seconds (issue #7122 reported by jmls)
author
Joshua Colp
<jcolp@digium.com>
Mon, 9 Oct 2006 18:23:21 +0000
(18:23 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Mon, 9 Oct 2006 18:23:21 +0000
(18:23 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@44768
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
funcs/func_timeout.c
patch
|
blob
|
history
diff --git
a/funcs/func_timeout.c
b/funcs/func_timeout.c
index
b88ae07
..
992057d
100644
(file)
--- 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"