提交 defab5ac authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7962: [core] Invite/replaces fails about half the time when between 2 freeswitch servers

上级 d7f3c5a7
......@@ -1977,8 +1977,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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论