From d2619c264a9d8a38fce283a2af82b53002dd2934 Mon Sep 17 00:00:00 2001 From: Leif Madsen Date: Mon, 20 Dec 2010 16:18:03 +0000 Subject: [PATCH] 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 --- main/features.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2