Hi,
I'm using SER and OpenSIPS for tests and I have a problem with avpops. How can I translate the following code snipplet ( working in opensips) to work in SER?
if(avp_db_load("$fu/username","$avp(s:CBlocal)")) {
sl_send_reply("403", "Call is barred");
exit;
};
Thanks in advance
Szasz Szabolcs