Fix dead lock issues in 3-way conference which causes asterisk hang
- 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;