Hi Guys
I want to archive this setup
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.
for example phone client calls "alex" kamailio to switch "alex" to "54321" and send to asterisk on response from asterisk, kamailio to revert all references to "54321" back to "alex" before send to client
Any suggestions please
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)