]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_config_wizard: Trigger reloads from a pjsip servant thread master
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 7 Apr 2026 14:36:34 +0000 (08:36 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 8 Apr 2026 17:03:11 +0000 (17:03 +0000)
commit006e25471d52c707fd2e32d44953f24a942241b2
tree989634d3372dbfe9dc12d6ed1c98f7f2fbdf4ca4
parent47011850d4b9b933d1e84a4ed9d99c70b62b9b10
res_pjsip_config_wizard: Trigger reloads from a pjsip servant thread

When res_pjsip is reloaded directly, it does the sorcery reload in a pjsip
servant thread as it's supposed to.  res_pjsip_config_wizard however
was not which was leading to occasional deadlocks.  It now does the reload
in a servant thread just like res_pjsip.

Resolves: #1855
res/res_pjsip_config_wizard.c