Skip to content

Commit

Permalink
FS-5085 I discovered that the bowout is happening from both legs at o…
Browse files Browse the repository at this point in the history
…nce, we only need to check this condition on the A side of the loopback bridge
  • Loading branch information
anthmFS committed May 8, 2013
1 parent 7c8c758 commit 2e19cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mod/endpoints/mod_loopback/mod_loopback.c
Expand Up @@ -800,6 +800,7 @@ static switch_status_t channel_write_frame(switch_core_session_t *session, switc
if (!switch_test_flag(tech_pvt, TFLAG_BOWOUT) &&
tech_pvt->other_tech_pvt &&
switch_test_flag(tech_pvt, TFLAG_BRIDGE) &&
!switch_test_flag(tech_pvt, TFLAG_BLEG) &&
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) &&
Expand Down

0 comments on commit 2e19cbc

Please sign in to comment.