Skip to content
Snippets Groups Projects
Commit 7788d054 authored by Mike Bradeen's avatar Mike Bradeen Committed by Asterisk Development Team
Browse files

res_stasis: fix intermittent delays on adding channel to bridge

Previously, on command execution, the control thread was awoken by
sending a SIGURG. It was found that this still resulted in some
instances where the thread was not immediately awoken.

This change instead sends a null frame to awaken the control thread,
which awakens the thread more consistently.

Resolves: #801
(cherry picked from commit d6318995da19f2609552bf0ba10edf9b1c5b04a8)
parent af883881
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment