Hi!
Runing OpenSER 1.1.1.
In the uri_db module I have
modparam("uri_db", "use_uri_table", 1) modparam("uri_db", "use_domain", 0)
But the use_domain setting seems to be ignored. When I check the mysql.log i see
select username from uri where username='XX102208' AND domain='XX.61.139.21' AND uri_user='XX102208'
and check_from and check_to fails if the domain part does not match.
Is this a bug or am I missing something?
Hi Morten,
The use_domain parameter from the uri_db module is used only by the "does_user_exists" function. The check_* functions, do not use it - with use_uri_table they all the time check the digest username and realm against username.
regards, bogdan
Morten Isaksen wrote:
Hi!
Runing OpenSER 1.1.1.
In the uri_db module I have
modparam("uri_db", "use_uri_table", 1) modparam("uri_db", "use_domain", 0)
But the use_domain setting seems to be ignored. When I check the mysql.log i see
select username from uri where username='XX102208' AND domain='XX.61.139.21' AND uri_user='XX102208'
and check_from and check_to fails if the domain part does not match.
Is this a bug or am I missing something?
Hi!
Thanks for the answer. You may have a bug in the documentation for the module. There is no mention that use_domain only works for the does_user_exists function.
On 10/30/07, Bogdan-Andrei Iancu bogdan@voice-system.ro wrote:
Hi Morten,
The use_domain parameter from the uri_db module is used only by the "does_user_exists" function. The check_* functions, do not use it - with use_uri_table they all the time check the digest username and realm against username.
regards, bogdan
Morten Isaksen wrote:
Hi!
Runing OpenSER 1.1.1.
In the uri_db module I have
modparam("uri_db", "use_uri_table", 1) modparam("uri_db", "use_domain", 0)
But the use_domain setting seems to be ignored. When I check the mysql.log i see
select username from uri where username='XX102208' AND domain='XX.61.139.21' AND uri_user='XX102208'
and check_from and check_to fails if the domain part does not match.
Is this a bug or am I missing something?
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
On Tuesday 30 October 2007, Morten Isaksen wrote:
Hi!
Thanks for the answer. You may have a bug in the documentation for the module. There is no mention that use_domain only works for the does_user_exists function.
Hi Morten,
i've already updated the documentation.
Cheers,
Henning
Hi,
please open a Documentation issue on the tracker not to forget about this.
Thanks and regards, Bogdan
Morten Isaksen wrote:
Hi!
Thanks for the answer. You may have a bug in the documentation for the module. There is no mention that use_domain only works for the does_user_exists function.
On 10/30/07, Bogdan-Andrei Iancu bogdan@voice-system.ro wrote:
Hi Morten,
The use_domain parameter from the uri_db module is used only by the "does_user_exists" function. The check_* functions, do not use it - with use_uri_table they all the time check the digest username and realm against username.
regards, bogdan
Morten Isaksen wrote:
Hi!
Runing OpenSER 1.1.1.
In the uri_db module I have
modparam("uri_db", "use_uri_table", 1) modparam("uri_db", "use_domain", 0)
But the use_domain setting seems to be ignored. When I check the mysql.log i see
select username from uri where username='XX102208' AND domain='XX.61.139.21' AND uri_user='XX102208'
and check_from and check_to fails if the domain part does not match.
Is this a bug or am I missing something?
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users