Thanks for reporting, I will look into it, the commit ca18218 was related to a fix on a
potential issue reported by a static analyzer/fuzzer.
As a workaround to try for now would be to change the next parameters to use string avp
name:
```
modparam("lcr", "gw_uri_avp", "$avp(s:709)")
modparam("lcr", "ruri_user_avp", "$avp(s:500)")
modparam("lcr", "flags_avp", "$avp(s:712)")
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2709#issuecomment-820930217