From 390b5bbcd64552aa468c08fea6b5308ad3d566a4 Mon Sep 17 00:00:00 2001 From: Brandon Kruse Date: Mon, 8 Dec 2008 23:04:49 +0000 Subject: [PATCH] Note that the recently changed waittime parameter is in milliseconds. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@161911 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/pbx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/pbx.c b/main/pbx.c index eaa0c20e9e..a915e1f404 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -4105,6 +4105,7 @@ static void set_ext_pri(struct ast_channel *c, const char *exten, int pri) /*! * \brief collect digits from the channel into the buffer. + * \param waittime is in milliseconds * \retval 0 on timeout or done. * \retval -1 on error. */