mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-11 06:41:51 +00:00
MODAPP-325 part 1
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14981 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -286,7 +286,8 @@ SWITCH_DECLARE(void) consoleCleanLog(char *msg);
|
||||
* For timeout milliseconds, call the dtmf function set previously
|
||||
* by setDTMFCallback whenever a dtmf or event is received
|
||||
*/
|
||||
SWITCH_DECLARE(int) collectDigits(int timeout);
|
||||
SWITCH_DECLARE(int) collectDigits(int abs_timeout);
|
||||
SWITCH_DECLARE(int) collectDigits(int digit_timeout, int abs_timeout);
|
||||
|
||||
/**
|
||||
* Collect up to maxdigits digits worth of digits
|
||||
|
||||
Reference in New Issue
Block a user