]> 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:59 +0000 (13:16 -0500)
src/switch_ivr_bridge.c

index 8c0c1e7becc544b8e4d2203de93af7a5d3c0f25f..d446e31e205eb52c7ba9d13f1b6c417006981f80 100644 (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);
                        }
                }