Hi,

What would be the best/easiest way of preventing registrations into
"wrong" domains?

For example:

subscriber table:
| username  |     domain      |  password
|    10000    |  sip1.domain  |     secret1
|    10001    |  sip2.domain  |     secret2

in my openser.cfg I got:

modparam("usrloc", "use_domain", 1)

yet still
"REGISTER [email protected]"
and
"REGISTER [email protected]"
are both allowed.

How can I restrict users to REGISTER only into their own domain?

Thanks
Chris

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to