Delete +52 on Request _Uri and TO header
Hi team
can anyone can help me with this Questions, please?
What is the Header Manipulation rule to delete the +52 prefix on Request Uri and TO headers in INVITE methods
Example:
INVITE sip:+52##########@xx.xx.xx.xx:5060;user=phone SIP/2.0 ----> INVITE sip:##########@xx.xx.xx.xx:5060;user=phone SIP/2.0 ;
To: sip:+52##########@xx.xx.xx.xx:5060;user=phone ------> To:<sip:##########@xx.xx.xx.xx:5060;user=phone> ;
thank you