提交 7ddfd3a0 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not…

FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve
上级 7f847823
...@@ -1760,7 +1760,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses ...@@ -1760,7 +1760,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
switch_channel_clear_flag(caller_channel, CF_RESET); switch_channel_clear_flag(caller_channel, CF_RESET);
} else { } else {
state = switch_channel_get_state(caller_channel); state = switch_channel_get_state(caller_channel);
if (!(state == CS_RESET || state == CS_PARK || state == CS_ROUTING)) { if (!(state == CS_RESET || state == CS_PARK || state == CS_ROUTING || state == CS_EXECUTE)) {
switch_channel_set_state(caller_channel, CS_RESET); switch_channel_set_state(caller_channel, CS_RESET);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论