Hi all .. I'm trying to change the way avp_db_load works on my current config 
to load avp's from DB based on $fU and $fd and not based on uuid, so I have 
try this ...

...
modparam("avpops", "avp_table", "usr_preferences")
modparam("avpops", "use_domain", 1)
...
        # load caller avps
        avp_db_load("$fu/username", "*");
...

With no success .. because the query that is send to the DB is:

select value,attribute,type from usr_preferences where username='{$fU value}'

instedad of

select value,attribute,type from usr_preferences where username='{$fU value}' 
and domain='{$fd value}'

witch is what I expect when using use_domain=1

Any clue about what I'm doing wrong?

Best regards
-- 
Raúl Alexis Betancor Santana
Dimensión Virtual

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to