Skip to content

Fix asterisk hang during call conference start

Grzegorz Sluja requested to merge fix_asterisk_hang_in_starting_conference into devel

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

Merge request reports