On 03/25/2010 05:32 PM, dotnetdub wrote:
Hi Alex,Do I need to do something different in the script to 1.5.3 ? As you can see from my first mail I am loading the avp from the DB as before. I just did this in my route: xlog("L_INFO", "[ROUTE-4 ->] rpid test: $avp(s:rpid) "); Result: INFO: <script>: [ROUTE-4 ->] rpid test: <null> Not sure what I'm missing here: # auth modparam("auth", "rpid_avp", "$avp(s:rpid)") My subscriber table has column rpid and value is valid for this subscriber.
Those AVPs are only loaded when www_authorize()/proxy_authorize() is called. Make sure you are doing append_rpid_hf() before consume_credentials(), also.
-- Alex Balashov - Principal Evariste Systems LLC Tel : +1 678-954-0670 Direct : +1 678-954-0671 Web : http://www.evaristesys.com/ _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
