]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we don't need this anymore it just causes trouble
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 14 Jan 2010 16:57:43 +0000 (16:57 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 14 Jan 2010 16:57:43 +0000 (16:57 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16310 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_bridge.c

index 0d37f9207699acc8b8c48dbc84e5006686523945..d72b85e2ceb0f9f9b09ca60385ad08ba5018097f 100644 (file)
@@ -508,12 +508,6 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
        }
 
 
-       if (switch_channel_down(chan_b)) {
-               if (originator && switch_channel_ready(chan_a) && !switch_channel_test_flag(chan_a, CF_ANSWERED)) {
-                       switch_channel_hangup(chan_a, switch_channel_get_cause(chan_b));
-               }
-       }
-
        msg.string_arg = data->b_uuid;
        msg.message_id = SWITCH_MESSAGE_INDICATE_UNBRIDGE;
        msg.from = __FILE__;