Hi Daniel

First I checked with version: 5.8.4 (x86_64/linux) and this part which i believe is the example config with just the line to set the xavp added:

# Handle SIP registrations
route[REGISTRAR] {
        if (!is_method("REGISTER")) return;

        if(isflagset(FLT_NATS)) {
                setbflag(FLB_NATB);
#!ifdef WITH_NATSIPPING
                # do SIP NAT pinging
                setbflag(FLB_NATSIPPING);
#!endif
        }
        $xavp(reg[0]=>q) = 450;
        if (!save("location")) {
                sl_reply_error();
        }
        exit;
}

Still same issue.

Then I commented out all registrar modparams except:

modparam("nathelper|registrar", "received_avp", "$avp(RECEIVED)")
modparam("registrar", "xavp_cfg", "reg")

Still the same issue.

Are there any modules or parameters which could interfere with setting $xavp(reg[0]=>q)?

I'll try to check out and compile master to see if I can reproduce.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4068/2545171138@github.com>