mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
FS-7962 #resolve [Invite/replaces fails about half the time when between 2 freeswitch servers]
This commit is contained in:
@@ -2093,8 +2093,7 @@ SWITCH_DECLARE(void) switch_ivr_intercept_session(switch_core_session_t *session
|
||||
switch_channel_set_state(rchannel, CS_PARK);
|
||||
|
||||
if (bchannel) {
|
||||
switch_channel_set_state_flag(bchannel, CF_TRANSFER);
|
||||
switch_channel_set_state(bchannel, CS_PARK);
|
||||
switch_channel_set_variable(bchannel, "park_after_bridge", "true");
|
||||
}
|
||||
|
||||
switch_channel_set_flag(rchannel, CF_INTERCEPTED);
|
||||
|
||||
Reference in New Issue
Block a user