Hi everybody,
I would like to modify some sip-headers in a incoming sip call.
For example, I have created a new sip-profile like this.
Notice that the IP is masker for security reasons.
voice class sip-profiles 1
request INVITE sip-header Record-Route modify "sip:10.32(.*);r2" "sip:217.149.XXX.XXX;r2"
request INVITE sip-header Via modify "SIP/2.0/UDP 10.32(.*):" "SIP/2.0/UDP 217.149.XXX.XXX:"
request INVITE sip-header From modify "(@10.32.*)(.*>)" "@217.149.XXX.XXX"
request INVITE sip-header Contact modify "(@10.32.*)(.*:)" "@217.149.XXX.XXX:"
request INVITE sip-header Call-ID modify "(@10.32.*)(.*:)" "@217.149.XXX.XXX:"
And now to apllied this sip-profile ...
voive service voip --> sip --> sip-profiles 1 but this change hasn't any effect. What is wrong.
I have already tested in the dial-peer but nothing happens.
Any suggest will be welcome. BR