]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 10 Oct 2008 22:59:32 +0000 (22:59 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 10 Oct 2008 22:59:32 +0000 (22:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9948 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_bridge.c

index 4ec7c7c4e745487879d8488d9cf3542a5ec51053..dcc7e7fa8e90d7b5c9ee5f6e107534ce98ad790d 100644 (file)
@@ -418,13 +418,13 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
 
   end:
 
-       switch_core_session_kill_channel(session_b, SWITCH_SIG_BREAK);
        switch_core_session_reset(session_a, SWITCH_TRUE);
        switch_channel_set_variable(chan_a, SWITCH_BRIDGE_VARIABLE, NULL);
        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "BRIDGE THREAD DONE [%s]\n", switch_channel_get_name(chan_a));
        if (!inner_bridge) {
                switch_channel_clear_flag(chan_a, CF_BRIDGED);
        }
+       switch_core_session_kill_channel(session_b, SWITCH_SIG_BREAK);
        switch_core_session_rwunlock(session_b);
        return NULL;
 }
@@ -864,7 +864,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_multi_threaded_bridge(switch_core_ses
                        switch_channel_set_private(peer_channel, "_bridge_", b_leg);
                        switch_channel_set_state(peer_channel, CS_EXCHANGE_MEDIA);
                        audio_bridge_thread(NULL, (void *) a_leg);
-
+                       
                        switch_channel_clear_flag(caller_channel, CF_ORIGINATOR);
 
                        if (!switch_channel_test_flag(peer_channel, CF_TRANSFER) && switch_channel_get_state(peer_channel) == CS_EXCHANGE_MEDIA) {