In a SIP INVITE message, what is the difference between the INVITE field address and the To field in the Message Header? Shouldn't the SIP URI in the INVITE field the same as SIP URI in the 'To' field in the message header?
Thanks
I think you are talking about the difference between RequestUri and To Uri.
Request URI :
INVITE sip:+919100548751@85.13.246.222 SIP/2.0
To URI :
sip:+919100548751@52.10.15.196;transport=UDP
The differece between them is Request Uri contain the next HOP ip adrress where as to uri contains the destination Number.
From source to Destination address ...we can have many hops.
I hpoe i answered your question