]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 24 Dec 2007 18:27:15 +0000 (18:27 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 24 Dec 2007 18:27:15 +0000 (18:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6972 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_bridge.c

index 1a3457d8a3199109407ed0872d41643389341e3e..a1b9ef94319f3219fca151259cf603c1acaf3956 100644 (file)
@@ -222,8 +222,8 @@ static void *audio_bridge_thread(switch_thread_t * thread, void *obj)
  end:
 
        switch_core_session_kill_channel(session_b, SWITCH_SIG_BREAK);
-       //switch_channel_clear_flag(chan_b, CF_BROADCAST);
-       //switch_channel_set_flag(chan_b, CF_BREAK);
+       switch_channel_clear_flag(chan_b, CF_BROADCAST);
+       switch_channel_set_flag(chan_b, CF_BREAK);
        switch_core_session_reset(session_a);
        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));