[asterisk-bugs] [JIRA] (ASTERISK-29076) Suggestion - Add the domain supported registration

Joshua C. Colp (JIRA) noreply at issues.asterisk.org
Mon Sep 14 15:36:43 CDT 2020


     [ https://issues.asterisk.org/jira/browse/ASTERISK-29076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua C. Colp updated ASTERISK-29076:
--------------------------------------

    Assignee: sungtae kim  (was: Unassigned)
      Status: Waiting for Feedback  (was: Triage)

You're going to need to provide the information I asked for and elaborate more on how the existing domain support doesn't work and what you are trying to accomplish. 

AOR and the authentication process are unrelated, except for in the case of auth username using the realm to search for the AOR.

Domain support itself already exists by configuring things using the "object at domain" naming scheme, and configuring the domain in the client. If this doesn't work or isn't acceptable then real world examples will be needed. As it is I don't understand what you mean, or how it isn't secure.

> Suggestion - 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
>            Assignee: 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