aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbkruse <bkruse@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-08 23:04:49 +0000
committerbkruse <bkruse@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-08 23:04:49 +0000
commit271fa07aace07e9fce1f3625c382337874592809 (patch)
treed4fc974795c17c12ad2f03bc0975ad44cdf9153f
parent1e6981251d28457cda74f082dda693bf48d1efa3 (diff)
Note that the recently changed waittime parameter is in milliseconds.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@161911 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/pbx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pbx.c b/main/pbx.c
index eaa0c20e9..a915e1f40 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.
*/