HMR: Replace Request URI with To User Part
Hi Team
Please I need help with writing HMR that replaces the user part of Request URI with user part of the To Header.
Before HMR applied
INVITE sip:77556000011111@10.10.10.10:5060;transport=tcp SIP/2.0
To: <sip:+4440000111134@test.voip.com;transport=TLS>
After HMR applied
INVITE sip:+4440000111134@10.10.10.10:5060;transport=tcp SIP/2.0
To: <sip:+4440000111134@test.voip.com;transport=TLS>
Thanks