From d8b11ce63b908ae893feda5345ed712c9125623a Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 11 Feb 2011 05:42:24 -0600 Subject: [PATCH] revert --- src/mod/endpoints/mod_loopback/mod_loopback.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mod/endpoints/mod_loopback/mod_loopback.c b/src/mod/endpoints/mod_loopback/mod_loopback.c index b098ede2c7..be9b4994d6 100644 --- a/src/mod/endpoints/mod_loopback/mod_loopback.c +++ b/src/mod/endpoints/mod_loopback/mod_loopback.c @@ -637,13 +637,8 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc tech_pvt->other_tech_pvt && switch_test_flag(tech_pvt, TFLAG_BRIDGE) && switch_test_flag(tech_pvt->other_tech_pvt, TFLAG_BRIDGE) && - switch_channel_test_flag(tech_pvt->channel, CF_BRIDGED) && switch_channel_test_flag(tech_pvt->other_channel, CF_BRIDGED) && - - !switch_channel_test_flag(tech_pvt->channel, CF_INNER_BRIDGE) && - !switch_channel_test_flag(tech_pvt->other_channel, CF_INNER_BRIDGE) && - switch_channel_test_flag(tech_pvt->channel, CF_ANSWERED) && switch_channel_test_flag(tech_pvt->other_channel, CF_ANSWERED) && !--tech_pvt->bowout_frame_count <= 0) { const char *a_uuid = switch_channel_get_variable(channel, SWITCH_SIGNAL_BOND_VARIABLE);