[Documentation for TOPOS
](http://kamailio.org/docs/modules/4.4.x/modules/topos.html#topos.p.mask_callid)module
mentions the option to mash the Call-ID header.
This doesn't work and the reason is simple since it isn't implemented in
modules/topos/tps_msg.c:
`
// ts_mask_callid(&msg);
`
ts_mask_callid doesn't exists, so for the time being removing the mask_callid from
documentation might be a good idea.
---
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/687