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