From: Anthony Minessale Date: Tue, 16 May 2017 18:16:33 +0000 (-0500) Subject: FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transferin... X-Git-Tag: v1.8.0~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b78a78955267b86fa14115c091f4c7060a73c8;p=thirdparty%2Ffreeswitch.git FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve --- diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c index 477ee899b2..b641d5f68d 100644 --- a/src/switch_ivr_bridge.c +++ b/src/switch_ivr_bridge.c @@ -1891,7 +1891,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); } }