mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1339 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
183e108ab7
commit
bcc0f476c6
@ -780,6 +780,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
|
||||
char digit_str[] = {key, 0};
|
||||
time(&tech_pvt->last_digit_time);
|
||||
switch_channel_queue_dtmf(channel, digit_str);
|
||||
return SWITCH_STATUS_BREAK;
|
||||
}
|
||||
if (++tech_pvt->dc >= 3) {
|
||||
tech_pvt->last_digit = 0;
|
||||
|
@ -659,6 +659,7 @@ static switch_status_t exosip_read_frame(switch_core_session_t *session, switch_
|
||||
char digit_str[] = {key, 0};
|
||||
time(&tech_pvt->last_digit_time);
|
||||
switch_channel_queue_dtmf(channel, digit_str);
|
||||
return SWITCH_STATUS_BREAK;
|
||||
}
|
||||
if (++tech_pvt->dc >= 3) {
|
||||
tech_pvt->last_digit = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user