[asterisk-bugs] [JIRA] (ASTERISK-25928) res_pjsip: URI validation done outside of PJSIP thread

Joshua Colp (JIRA) noreply at issues.asterisk.org
Fri Apr 15 10:23:56 CDT 2016


Joshua Colp created ASTERISK-25928:
--------------------------------------

             Summary: res_pjsip: URI validation done outside of PJSIP thread
                 Key: ASTERISK-25928
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25928
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Resources/res_pjsip
    Affects Versions: 13.8.1
            Reporter: Joshua Colp


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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list