Specifies the port listened on for a given transport protocol. This section can appear multiple times in the configuration, but each protocol can only appear once. Note that TCP and UDP can use the same port. If no SIP listening points are specified, SIP will listen on TCP and UDP port 5060.
This section is OPTIONAL; MANDATORY parameters only need to be specified if this section exists
The header for this section is [[sip.listening_point]]
Name | Mandatory | Type | Default | Description |
---|---|---|---|---|
port | yes | integer | N/A | The port to bind to. Normally SIP would use port 5060 for TCP and UDP and 5061 for TLS Min: 1, Max: 65535 |
protocol | yes | string array | N/A | The transport protocol to use Valid options are: TCP, UDP, TLS Note: This variable is an array of strings. Each item should be individually quoted and comma separated, with the entire variable surrounded by [] brackets. e.g. ["a", "b", "c"] |