From: Leif Madsen Date: Mon, 20 Dec 2010 16:18:03 +0000 (+0000) Subject: Note that Park() timeout is milliseconds. X-Git-Tag: 1.6.2.17-rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2619c264a9d8a38fce283a2af82b53002dd2934;p=thirdparty%2Fasterisk.git 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.6.2@299087 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/features.c b/main/features.c index 70df404a14..6ac5147f8f 100644 --- a/main/features.c +++ b/main/features.c @@ -114,7 +114,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") - A custom parking timeout for this parked call. + A custom parking timeout for this parked call. Value in milliseconds. The context to return the call to after it times out.