Skip to main content

sip_to_port

Created by Ryan Harris, last modified on 2018.02.08

sip_to_port

string Port part of the To SIP header.

Usage

If your request header contains:

To: <sip:1000@server.example.com:5661>;tag=0e70ba56

Then the value for this field would be:

5661

However, if your request header does not contain a port, then the value for this field would be your default SIP port (usually 5060):

To: <sip:1000@server.example.com>;tag=0e70ba56