[OpenSER-Users] use_domain param in uri_db module

Bogdan-Andrei Iancu bogdan at voice-system.ro
Tue Oct 30 05:22:49 CET 2007


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?
>
>   





More information about the Users mailing list