[svn-commits] bkruse: trunk r161911 - /trunk/main/pbx.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Dec 8 17:04:51 CST 2008
Author: bkruse
Date: Mon Dec 8 17:04:49 2008
New Revision: 161911
URL: http://svn.digium.com/view/asterisk?view=rev&rev=161911
Log:
Note that the recently changed waittime parameter is in milliseconds.
Modified:
trunk/main/pbx.c
Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=161911&r1=161910&r2=161911
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Mon Dec 8 17:04:49 2008
@@ -4105,6 +4105,7 @@
/*!
* \brief collect digits from the channel into the buffer.
+ * \param waittime is in milliseconds
* \retval 0 on timeout or done.
* \retval -1 on error.
*/
More information about the svn-commits
mailing list