Hi guys. I just noticed that when user agents register, the domain in their SIP URI does not have to equal their domain in the subscribers database table.
For instance, I have 2 domains in the domain table: sip.altcall.com sip.voxpak.com The username "foobar" in my subscribers table has the domain "sip.altcall.com", but can register and make calls as foobar@sip.voxpak.com .
Why is this?
Cheers, -- Nick E: nick.hoffman@voxpak.com P: +61 7 5591 3588 F: +61 7 5591 6588
If you receive this email by mistake, please notify us and do not make any use of the email. We do not waive any privilege, confidentiality or copyright associated with it.
Hi,
2006/11/7, Nick Hoffman nick.hoffman@voxpak.com:
Hi guys. I just noticed that when user agents register, the domain in their SIP URI does not have to equal their domain in the subscribers database table.
modparam("registrar", "use_domain", 1)
HTH Sebastian
Well, it very much depends on the version of SER and your config file you are using. The multidomain feature is most consistently available in the recently released SER version. There, domain names are assigned unique ids. If multiple domain names have the same id (sip.foo.bar=123 and foo.bar=123) they are considered same, otherwise not. That gives you the possibility to accurately define what you want to do.
-jiri
At 08:39 07/11/2006, Nick Hoffman wrote:
Hi guys. I just noticed that when user agents register, the domain in their SIP URI does not have to equal their domain in the subscribers database table.
For instance, I have 2 domains in the domain table: sip.altcall.com sip.voxpak.com The username "foobar" in my subscribers table has the domain "sip.altcall.com", but can register and make calls as foobar@sip.voxpak.com .
Why is this?
Cheers, -- Nick E: nick.hoffman@voxpak.com P: +61 7 5591 3588 F: +61 7 5591 6588
If you receive this email by mistake, please notify us and do not make any use of the email. We do not waive any privilege, confidentiality or copyright associated with it. _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/