[Documentation for TOPOS ](http://kamailio.org/docs/modules/4.4.x/modules/topos.html#topos.p.mask_calli... 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
Indeed, it is not implemented yet -- it was left there because the module aims to be in pair with topoh. I will add relevant note in docs about it.
--- 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#issuecomment-229645635
Closed #687.
--- 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#event-709087009