[asterisk-bugs] [JIRA] (ASTERISK-29076) Add the domain supported registration
sungtae kim (JIRA)
noreply at issues.asterisk.org
Fri Sep 11 18:12:43 CDT 2020
sungtae kim created ASTERISK-29076:
--------------------------------------
Summary: Add the domain supported registration
Key: ASTERISK-29076
URL: https://issues.asterisk.org/jira/browse/ASTERISK-29076
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Resources/res_pjsip_registrar
Affects Versions: 18.0.0
Reporter: sungtae kim
Severity: Minor
Currently, the Asterisk doesn't support the domain supported registration.
Simply, if the Asterisk received below registration request it treats as the same registration for 100.
{noformat}
100 at test1.test.com
100 at test2.test.com
{noformat}
This is fine for small/single hosted PBX services.
But these blocks providing the enterprise level of registration service which included various domain names with the same username.
To make this, I'd like to add this item into the [auth]section.
{noformat}
;==========================AUTH SECTION OPTIONS=========================
;[auth]
...
;domain= ; Domain name for registration
{noformat}
This fix will add the new identify method to the find_registrar_aor().
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list