[asterisk-commits] file: trunk r44768 - /trunk/funcs/func_timeout.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Oct 9 11:23:21 MST 2006
Author: file
Date: Mon Oct 9 13:23:21 2006
New Revision: 44768
URL: http://svn.digium.com/view/asterisk?rev=44768&view=rev
Log:
Timeout values are in seconds (issue #7122 reported by jmls)
Modified:
trunk/funcs/func_timeout.c
Modified: trunk/funcs/func_timeout.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_timeout.c?rev=44768&r1=44767&r2=44768&view=diff
==============================================================================
--- trunk/funcs/func_timeout.c (original)
+++ trunk/funcs/func_timeout.c Mon Oct 9 13:23:21 2006
@@ -146,7 +146,7 @@
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"
More information about the asterisk-commits
mailing list