[Home]

Summary:ASTERISK-25928: res_pjsip: URI validation done outside of PJSIP thread
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2016-04-15 10:23:54Date Closed:2016-04-19 13:57:10
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:13.8.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:URI validation for permanent contacts is currently being done within a non-PJSIP thread. This is problematic as the process allocates a memory pool and uses it. This has to be done inside of a PJSIP thread.

We also can't synchronously do this as it can cause a deadlock. We will have to push the check to usage most likely.
Comments: