[asterisk-bugs] [JIRA] (ASTERISK-25928) res_pjsip: URI validation done outside of PJSIP thread
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Jul 27 10:16:15 CDT 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-25928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Asterisk Team updated ASTERISK-25928:
-------------------------------------
Target Release Version/s: 14.0.0
> 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, 14.0.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