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

Mark Michelson (JIRA) noreply at issues.asterisk.org
Tue May 3 07:57:58 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Michelson closed ASTERISK-25928.
-------------------------------------


> 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
>      Target Release: 13.8.2, 13.9.0
>
>
> 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