[asterisk-bugs] [JIRA] (ASTERISK-23086) pjsip aor record name must match username for successful registration
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Feb 25 14:17:34 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-23086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225110#comment-225110 ]
Rusty Newton commented on ASTERISK-23086:
-----------------------------------------
Don't post about a new issue on a closed issue. Your comment and the new issue could go unnoticed.
This issue ASTERISK-23086 does not represent a bug in itself. It is this way by design. If this causes an issue with something else, such as an AMI command then you should file a new issue demonstrating the problem and provide debug for us to reproduce the issue.
> 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 was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list