]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transferin...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 16 May 2017 18:16:33 +0000 (13:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 16 May 2017 18:16:33 +0000 (13:16 -0500)
src/switch_ivr_bridge.c

index 477ee899b23dc568f3877809da475b2948b0a3ed..b641d5f68d79d3ae42fe20e74451380f3e73d018 100644 (file)
@@ -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);
                        }
                }