Fix asterisk hang during call conference start
When the call conference is creating there are 2 threads run in parallel. Merging 2 bridges into one and unhold indication for both channels created before conference. These things were not synchronized what caused that sometimes asterisk was hanging because the same resources are used for both threads. Extend locked area solve the issue.
Edited by Yalu Zhang