[asterisk-bugs] [JIRA] (ASTERISK-23086) pjsip aor record name must match username for successful registration
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Jan 2 16:23:04 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-23086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton closed ASTERISK-23086.
-----------------------------------
Resolution: Not A Bug
This isn't a bug. It is documented here https://wiki.asterisk.org/wiki/display/AST/Configuring+res_pjsip in the AOR section and from our talks in chat, it sounds like you are already updating the pjsip.conf.sample file to be clear on the subject.
> pjsip aor record name must match username for successful registration
> ---------------------------------------------------------------------
>
> Key: ASTERISK-23086
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-23086
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_pjsip_registrar
> Affects Versions: 12.0.0
> Reporter: Scott Griepentrog
> Severity: Minor
>
> The record name for an AOR type entry is being used to match the username on inbound registration requests (see res/res_pjsip_registrar.c:527). This prevents using a more descriptive name for the AOR record.
> This will not successfully register an endpoint that has username 200:
> {noformat}
> [200]
> type=endpoint
> ...
> aors=200-aor
> [200-aor]
> type=aor
> max_contacts=1
> contact=sip:200 at example.com:5060
> {noformat}
> This will register the same endpoint:
> {noformat}
> [200]
> type=endpoint
> ...
> aors=200
> [200]
> type=aor
> max_contacts=1
> contact=sip:200 at example.com:5060
> {noformat}
--
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