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?