FS-5085 I discovered that the bowout is happening from both legs at once, we only need to check this condition on the A side of the loopback bridge
This commit is contained in:
parent
7c8c758586
commit
2e19cbcc61
|
@ -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) &&
|
||||
|
|
Loading…
Reference in New Issue