Skip to main content

sip_from_port

Created by Ryan Harris, last modified on 2018.02.08

sip_from_port

integer Port part of the From SIP header.

Usage

If your request header contains:

From: <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) - for example:

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