@miconda please take a look at the configuration in this issue.
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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.