HMR to delete +52 prefix on B number
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:+525591831899@xx.xx.xx.xx:5060;user=phone SIP/2.0 ----> INVITE sip:5591831899@xx.xx.xx.xx:5060;user=phone SIP/2.0 ;
To: sip:+525591831899@xx.xx.xx.xx:5060;user=phone ------> To:<sip:5591831899@xx.xx.xx.xx:5060;user=phone>
; thank you