mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +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:
@@ -168,8 +168,8 @@ int CoreSession::collectDigits(int timeout) {
|
||||
}
|
||||
|
||||
int CoreSession::getDigits(char *dtmf_buf,
|
||||
int buflen,
|
||||
int maxdigits,
|
||||
switch_size_t buflen,
|
||||
switch_size_t maxdigits,
|
||||
char *terminators,
|
||||
char *terminator,
|
||||
int timeout)
|
||||
@@ -180,8 +180,8 @@ int CoreSession::getDigits(char *dtmf_buf,
|
||||
|
||||
status = switch_ivr_collect_digits_count(session,
|
||||
dtmf_buf,
|
||||
(uint32_t) buflen,
|
||||
(uint32_t) maxdigits,
|
||||
buflen,
|
||||
maxdigits,
|
||||
terminators,
|
||||
terminator,
|
||||
(uint32_t) timeout);
|
||||
|
Reference in New Issue
Block a user