aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 16:18:03 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2010-12-20 16:18:03 +0000
commitf122434fa0c326a79a4ca104e5102200963ec7a8 (patch)
tree167f727315c30a05ca4e372dc4d916a14a8be013
parent2e001c647874cdc35ece0847b192357c5515546e (diff)
Note that Park() timeout is milliseconds.
(closes issue #15758) Reported by: mmurdock Tested by: mmurdock, seanbright git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@299087 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/features.c b/main/features.c
index 70df404a1..6ac5147f8 100644
--- a/main/features.c
+++ b/main/features.c
@@ -114,7 +114,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</synopsis>
<syntax>
<parameter name="timeout">
- <para>A custom parking timeout for this parked call.</para>
+ <para>A custom parking timeout for this parked call. Value in milliseconds.</para>
</parameter>
<parameter name="return_context">
<para>The context to return the call to after it times out.</para>