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
This commit is contained in:
Brandon Kruse
2008-12-08 23:04:49 +00:00
parent ca38e81892
commit 390b5bbcd6

View File

@@ -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.
*/