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 or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4068#issuecomment-2545171138
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4068/2545171...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to