mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix windows build.. break other things.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5853 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -182,8 +182,8 @@ class CoreSession {
|
||||
* receiving dtmf digits. For that, use collectDigits.
|
||||
*/
|
||||
int getDigits(char *dtmf_buf,
|
||||
int buflen,
|
||||
int maxdigits,
|
||||
switch_size_t buflen,
|
||||
switch_size_t maxdigits,
|
||||
char *terminators,
|
||||
char *terminator,
|
||||
int timeout);
|
||||
|
||||
@@ -139,8 +139,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_collect_digits_callback(switch_core_s
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_ivr_collect_digits_count(switch_core_session_t *session,
|
||||
char *buf,
|
||||
uint32_t buflen,
|
||||
uint32_t maxdigits, const char *terminators, char *terminator, uint32_t timeout);
|
||||
switch_size_t buflen,
|
||||
switch_size_t maxdigits, const char *terminators, char *terminator, uint32_t timeout);
|
||||
|
||||
/*!
|
||||
\brief Engage background Speech detection on a session
|
||||
|
||||
Reference in New Issue
Block a user