mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-25 09:57:29 -07:00
a824a0cdb4
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