Hi,
I need peer location and self location for create Location Profile attribute for gathering relay transport address. How i get peer location information from SIP invite message. I need also self location information.
According to MS-TURN Bandwidth enable, peer location and self location value are following:
Peer-Location (1 byte): This field identifies the location of the remote peer that the client is communicating with. It MUST have one of the following values:
"0x00": Unknown – The location of the peer cannot be determined.
"0x01": Internet – The peer is located on the public internet.
"0x02": Intranet – The peer is located on a private intranet.
Self-Location (1 byte): This field identifies the location of the local client. It MUST have one of the following values:
"0x00": Unknown – The location of the local client cannot be determined.
"0x01": Internet – The local client is located on the public internet.
"0x02": Intranet – The local client is located on a private intranet.
So how get peer location information and self location?
Thanks