[OpenSER-Users] OpenSER: AVP script flag bugs in 1.3 and trunk

Helmut Kuper hk at ewetel.de
Mon Dec 17 12:12:21 CET 2007


Hi Daniel,


here are the config parts:


avp_aliases="A_status=i1:10; B_status=i2:10"

route{

        $avp(i1:11)=111;
        $avp(i2:11)=222;
        $avp(A_status)=333;
        $avp(B_status)=444;

        xlog("L_INFO", "$avp(A_status), $avp(B_status), $avp(i1:11), 
$avp(i2:11)\n");

                 if(!avp_db_load("$fu","i1"))
                {
                        sl_send_reply("404", "Not Found - caller");
                        exit;
                }

                 if(!avp_db_load("$ru","i2"))
                {
                        sl_send_reply("404", "Not Found - callee");
                        exit;
                }
      
       avp_print();

}





Daniel-Constantin Mierla schrieb:
> Hello,
>
> can you send me the relevant parts of the configuration file? I want to 
> reproduce the issue, maybe there are other side effects.
>
> Cheers,
> Daniel
>
>   





More information about the Users mailing list