]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 299087 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Mon, 20 Dec 2010 16:18:26 +0000 (16:18 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Mon, 20 Dec 2010 16:18:26 +0000 (16:18 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r299087 | lmadsen | 2010-12-20 10:18:03 -0600 (Mon, 20 Dec 2010) | 5 lines

  Note that Park() timeout is milliseconds.

  (closes issue #15758)
  Reported by: mmurdock
  Tested by: mmurdock, seanbright
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@299088 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/features.c

index 220a6eb111e6413b9ad49648cdfcb513f4abf79f..5fe9887ea088aa1782c40414270c455c7a1ecf8c 100644 (file)
@@ -179,7 +179,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>