...
Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
When TCP fallback feature is enabled it overrides any other configuration related to transport preference.
When a UE sends REGISTER request to the SBC over a TCP connection and the registration is successful, the TCP connection is present between UE and SBC for the life of the registration. If the registration becomes inactive, the SBC relies on the UE to clear (close) the TCP connection between the two.
The SIP Trunk Group flag clearTcpConnectionsforRegistration
allows the SBC to clear the TCP connection between UE and SBC once the registration becomes inactive. The SBC closes the TCP connection even when there are user agent failure registrations.
The
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
...
For configuration details, see Signaling Ports - Sip Sig Port (EMA) or zone sipSigPort - CLI.
The
Spacevars | ||
---|---|---|
|
Spacevars | ||
---|---|---|
|
The following two are the configurable fields/parameters under tcpPortRange
include:
baseServerPort
– The starting (base) port number for the range of TCP ports to use for media. The baseServerPort
range is 1-65534, or "none" (the default value which indicates SBC does not apply this SIP trunk group control, and instead uses the tcpPortRange specified by system-wide settings.maxServerPort
– The maximum TCP port number for the range of TCP ports to use for media. This value must be greater than the baseServerPort
. The maxServerPort
range is 1-65534, or "none" (the default value which indicates SBC does not apply this SIP trunk group control, and instead uses the tcpPortRange specified by system-wide settings....