dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
file 2006-10-09 18:23:21 +00:00
parent 47b669ec2e
commit 773598e767
1 changed files with 1 additions and 1 deletions

View File

@ -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"