@domain.name instead of ip address in header From, To and RURI
Hi!
Provider wants to see @domain.name instead of ip address in header From, To and RURI header fields, such as:
Sent:
INVITE sip:12345@domain.name:5060 SIP/2.0
Via: SIP/2.0/UDP 10.XXX.XXX.XXX:5060;branch=z9hG4bK5EB91CA1
From: <sip:6789@domain.name>;tag=6538CC-1E9D
To: <sip:12345@domain.name>
So I need to use HMR? Is it any other way to solve this case?