FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve

This commit is contained in:
Anthony Minessale 2017-05-16 13:16:33 -05:00
parent 7f8478232a
commit 7ddfd3a004

View File

@ -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);
} else {
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);
}
}