On Wednesday 04 March 2015 03:23:25 jaflong jaflong wrote:
Kamailio to switch called number and the switch to be hidden from the client so there should be no mention of the switched number in any of the messages back to the client.
You'll need uac_replace_from/uac_replace_to from the uac module (and simple change $rU from alex to 12345): http://kamailio.org/docs/modules/stable/modules/uac.html
You might also want to take a look at the Topology Hider module: http://kamailio.org/docs/modules/stable/modules/topoh.html (you still need uac_replace_from/uac_replace_to to manupulate the To/From headers and possibly more)