ivanuschak left a comment (kamailio/kamailio#4258)
@miconda please take a look at the configuration in [this
issue](https://github.com/kamailio/kamailio/issues/4257).
Yes avp is allocated within `allow_address` function of the `permissions`
module. This allocation occurs within `slow timer` process, which does not call
avp release functions, so avp is allocated every time when the execution goes
through `event_route[siptrace:msg]`.
As an another solution I tried to change avp type in permissions module to
`AVP_CLASS_GLOBAL`, but it did not help.
I'd appreciate if you adviced on a better solution, because the current one
does not seem to be perfect.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4258#issuecomment-2911698184
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4258/c2911698...@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!