Skip to content
Snippets Groups Projects
Commit 5f01095e authored by Grzegorz Sluja's avatar Grzegorz Sluja Committed by Yalu Zhang
Browse files

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.
parent 4e601a59
No related branches found
No related tags found
1 merge request!44Fix asterisk hang during call conference start
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment