Description

PKG memory errors when configured mask_callid in TOPOS.

Troubleshooting

The poblem in detail desribed in mailing lists:
https://www.mail-archive.com/sr-users@lists.kamailio.org/msg19997.html

Possible Solutions

Right way to configure topos for callid masking is:

modparam("topoh", "use_mode", 1)
modparam("topos", "mask_callid", 1)
modparam("topoh", "mask_callid", 1)

We need to set mask_callid module parameter for topoh also. There is not a word about this in the documentation,
so docs correction needed.

Additional Information


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/3606@github.com>