Maybe the select would be based on the e-mail of user so If I put a e-mail on the subscriber table and this e-mail have 1 or 100 associated extension, on the Siremis for the user with the same email registration I can see all extension.

When i create a SIP user on the Siremis, I have to deny duplicate e-mail.

SELECT T0.id, T0.username, T0.domain, T0.password,
T0.email_address, T0.ha1, T0.ha1b, T0.rpid FROM  `subscriber` T0
WHERE
T0.email_address='jhon...@dominio.org'  LIMIT 10

Regards.


El 20/01/2017 a las 11:21, Daniel-Constantin Mierla escribió:
I remember that, there was no support for domains in siremis framework
itself -- no much interest in it so no further work on this direction.
But I wonder what happens if you try with usern...@domain.com?!? It may
require a small patch to split username and domain out of it.

Cheers,
Daniel

On 20/01/2017 17:04, Annus Fictus wrote:
I have found the explication:

"...Have in mind that Siremis itself at the current version is not
fully multi-domain capable, the usernames have to be unique across all
domains if you want to allow self-management via web"

Regards

El 20/01/2017 a las 11:00, Daniel-Constantin Mierla escribió:
I was referring to the feature of allowing public registration:

    - http://kb.asipto.com/siremis:install40x:public-registration

Or you created the siremis user 200 via the admin user?

Cheers,
Daniel


On 20/01/2017 16:56, Annus Fictus wrote:
Sorry but I don't understood your questions.

the two extension are in the subscriber table in a multi domain
Kamailio scenario/configuration.

Regards

El 20/01/2017 a las 10:49, Daniel-Constantin Mierla escribió:
Hello,

is this about public registration? Not the subscriber table
management,
right?

Cheers,
Daniel


On 20/01/2017 16:38, Annus Fictus wrote:
Hi,

I think Siremis not work correctly in a multi domain scenario if the
extension number are the same for two domains.

I explain a little more. I have two extension:

1 2...@sip1.domain.org

2 2...@sip2.domain.org

On the Siremis I create the user 200 with the SIPuser role. When I
login with this user, and go to subscriber data i can see bots
extensions.

I think is relate to this select on kamailio database:

.....SELECT T0.id, T0.username, T0.domain, T0.password,
T0.email_address, T0.ha1, T0.ha1b, T0.rpid FROM  `subscriber` T0
WHERE
T0.username='200'  LIMIT 10

Any hint?

Regards


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing
list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to