[asterisk-bugs] [JIRA] (ASTERISK-23168) Overriding outbound_auth in a pjsip registration causes ERROR, assert failure.

George Joseph (JIRA) noreply at issues.asterisk.org
Mon Jan 20 12:07:03 CST 2014


George Joseph created ASTERISK-23168:
----------------------------------------

             Summary: 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...

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)

Example:

[reg-template](!)
type=registration
outbound_auth=someauth

[reg-real1](reg-template)
type=registration
outbound_auth=someotherauth


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