HMR To Delete +52 Prefix On a Number
(Doc ID 2664096.1)
Last updated on AUGUST 15, 2023
Applies to:
Acme Packet 4500 - Version S-Cz7.4.0 and laterInformation in this document applies to any platform.
Goal
1.- What is the Header Manipulation rule to delete the +52 prefix on Request Uri and TO headers in INVITE method
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>
2.- what is the Header Manipulation rule to add + 52 prefix on Request Uri and TO headers in INVITE method
Example:
INVITE sip:##########@xx.xx.xx.xx:5060;user=phone SIP/2.0 ------>INVITE sip:+52##########@xx.xx.xx.xx:5060;user=phone SIP/2.0
To:sip:##########@xx.xx.xx.xx:5060;user=pone ------> To: sip:+52##########@xx.xx.xx.xx:5060;user=phone
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |