Skip to content

Fix dead lock issues in 3-way conference which causes asterisk hang

Grzegorz Sluja requested to merge devel_fix_conference_deadlock into devel
  • Don't lock sub->parent always in brcm_indicate() - in call conference and call transfer initialization it may cause deadlock;
  • Don't lock ast channel in brcm_indicate() since it is always locked already;
  • Lock ast channel on setting rtp statistics;
  • Don't allow to process brcm_hangup before call conference started completely;

Merge request reports