mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
FS-477 fix inappropriate firing of timeout after call proceeds --resolve
This commit is contained in:
parent
fe36c8cc30
commit
d5856a4197
@ -773,6 +773,9 @@ switch_status_t channel_on_routing(switch_core_session_t *session)
|
||||
switch_channel_get_variable(channel, "skinny_device_name"), switch_channel_get_variable(channel, "skinny_device_instance"),
|
||||
switch_channel_get_name(channel));
|
||||
}
|
||||
/* clear digit timeout time */
|
||||
listener->digit_timeout_time = 0;
|
||||
|
||||
/* Future bridge should go straight */
|
||||
switch_set_flag_locked(tech_pvt, TFLAG_FORCE_ROUTE);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user