[asterisk-bugs] [JIRA] (ASTERISK-23168) Overriding outbound_auth in a pjsip registration causes ERROR, assert failure.
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Wed Jan 22 16:41:04 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-23168:
-----------------------------------
Status: Open (was: Triage)
> Overriding outbound_auth in a pjsip registration causes ERROR, assert failure.
> ------------------------------------------------------------------------------
>
> Key: ASTERISK-23168
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23168
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip
> Affects Versions: 12.0.0
> Environment: Fedora 20 x86_64
> Reporter: George Joseph
> Severity: Minor
>
> If you create a registration template that has outbound_auth specified, then override it in an actual registration, you get the following when the config loads...
> {noformat}
> ERROR[29423]: res_pjsip/pjsip_configuration.c:236 ast_sip_auth_array_init: FRACK!, Failed assertion auths->names == NULL (0)
> ERROR[29423]: res_pjsip/pjsip_configuration.c:237 ast_sip_auth_array_init: FRACK!, Failed assertion !auths->num (0)
> {noformat}
> Example:
> {noformat}
> [reg-template](!)
> type=registration
> outbound_auth=someauth
> [reg-real1](reg-template)
> type=registration
> outbound_auth=someotherauth
> {noformat}
> I'm investigating this myself. You can assign the issue to me.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list