[asterisk-bugs] [JIRA] (ASTERISK-23086) pjsip aor record name must match username for successful registration
Scott Griepentrog (JIRA)
noreply at issues.asterisk.org
Thu Jan 2 15:47:03 CST 2014
Scott Griepentrog created ASTERISK-23086:
--------------------------------------------
Summary: 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