You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

 

In this section:

 

Overview

Use this object to configure SIP signaling ports for a specified zone. For additional routing details, refer to Routing Mechanisms page.

A SIP Signaling Port is a logical address permanently bound to a specific zone and is used to send and receive SIP call signaling packets. A SIP Signaling Port is capable of multiple transports such as UDP, SCTP, TCP and TLS/TCP.

SBC Core supports up to 16 SIP Signaling Ports per zone. These SIP Signaling Ports can use the same IP address, but each must have its own unique UDP/TCP port. In the example below, three SIP Signaling Ports are created using the same IP address but each with a unique UPD port.

  • SIP Signaling Port 1: 100.110.120.130 port 5060 
  • SIP Signaling Port 2: 100.110.120.130 port 5070
  • SIP Signaling Port 3: 100.110.120.130 port 5080

A SIP Signaling Port can contain an IPv4 address, an IPv6 address or both. However, all SIP Signaling Ports within a particular zone must use the same address types as shown in below examples.

Example 1:

  • SIP signaling port 1 - IPv4 address
  • SIP signaling port 2 - IPv4 address

Example 2:

  • SIP signaling port 1 - IPv6 address
  • SIP signaling port 2 - IPv6 address

Example 3:

  • SIP signaling port 1 - IPv4 / IPv6 addresses
  • SIP signaling port 2 - IPv4 / IPv6 addresses

A SIP Signaling Port must reference one IP Interface Group signifying that signaling associated with that port is restricted to IP Interfaces in that group. Only reference IP Interface Groups within the same Address Context.

Note

The SBC 52x0 and SBC 7000 systems support creating IP Interface Groups containing sets of IP interfaces that are not "processor friendly" (i.e. carried on physical Ethernet ports served by separate processors). However, restrictions exist regarding the usage of such Interface Groups.

(This ability does not apply to the SBC 51x0 and SBC 5400 systems which have only two physical media ports. IP interfaces from the two physical ports may be configured within the same IP Interface Groups without restriction.)

For complete details, refer to Configuring IP Interface Groups and Interfaces.

Note
Sonus recommends using the highest TLS version supported by both the SBC and the peer equipment.

Note

If a zone's sipSigPort is configured for transportProtocolsAllowedsip-tls-tcp, the SBC increments the configured portNumber by 1 and uses it as the new port number for SIP over TLS signaling. The SBC then opens a TCP socket for SIP over TLS for the new TCP port number.

Example: When sipSigPort is configured with a portNumber of 5060 and transportProtocolsAllowed = sip-tls-tcp, the SBC listens on TCP port 5061 for SIP over TLS.

To View SIP Sig Port

On the SBC main screen, go to Configuration > System Provisioning > Category: Base Provisioning > Signaling Ports > SIP Sig Port.

The SIP Sig Port window is displayed.

Signaling Ports - Sip Sig Port

 

The SIP Sig Port can be checked for each Address Context or for each Zone or for all the Address Contexts and Zones created. Use the drop-down box to select the desired Address Context and Zone.

Sip Sig Port Main Field

 

 

To Edit SIP Sig Port

To edit any of the SIP Sig Ports in the list, click the radio button next to the specific SIP Sig Port name.

Sip Sig Port Highlighted

 

The Edit Selected SIP Sig Port window is displayed below.

Sip Sig Port Edit Window

 

Make the required changes and click Save at the right hand bottom of the panel to save the changes made.

To Create SIP Sig Port

To create a new SIP Sig Port, click + New SIP Sig Port tab on the SIP Sig Port List panel.

Sip Sig Port Fields

 

 

The Create New SIP Sig Port window is displayed.

Sip Sig Port Create Window

 

The following fields are displayed:

Sip Sig Port Parameters

 

Parameter


Description

Index

A unique profile identifier.

Mode

The operational state of the SIP Sig Port:

  • In Service (default)
  • Out of Service

State

The administrative state of the SIP Signaling Port.

  • Disabled (default)
  • Enabled

IP Interface Group Name

Select from the drop-down list.

IP Address V4

Specifies the V4 IP address in dotted decimal form (for example 10.11.12.0 24).

IP Address V6

Specifies the V6 IP address in hexadecimal/colon form (for example, fd00:21:445:128::7880 64).

Port Number

UDP/TCP port number of SIP Signaling Port (default is 5060).

Recorder

Administrative state of the SIP Signaling Recorder Port. The values are:

  • Disabled (default)
  • Enabled

NOTE: Ensure that the Recorder flag is disabled when SIPrec flag is enabled.

SIPrec

Specifies the administrative state of the SIP Signaling Recorder Port. Enable flag to use the port for recording using SIPrec Protocol. The options are:

  • Disabled (default)
  • Enabled

NOTE:

  • The SIPRec feature is controlled by a system-wide SBC license (SBC-SIPREC). If the license is not available, any SIPRec recording returned by a PSX is ignored.
  • When SIPrec flag is enabled, ensure the Recorder flag is disabled.

TCP Connect Timeout

This object indicates the maximum time, in seconds, allowed for 

Unable to show "metadata-from": No such page "_space_variables"
to establish an outbound TCP connection.

NOTE: This application level configuration has NO impact on any IP layer re-transmission of SYN.

DSCP Value

DSCP value (0-63) for packets from this SIP Signaling Port.

TLS Profile Name

The name assigned to this Transport Layer Security (TLS) profile. Must be 1 - 23 characters.

Transport Protocols Allowed

The transport protocols allowed on this signaling port as follows:

  • sip-udp
  • sip-tcp
  • sip-tls-tcp
  • sip-sctp

NOTE: The SBC supports only UDP towards the recording server.

SCTP Profile Name

Specifies the name of the SCTP profile used for this SIP Signaling Port.

TCP Keepalive Time

Specifies the number of seconds a TCP connection remains idle before TCP Keep-alive probes are sent out. A value of "0" disables this parameter. The value ranges from 60 to 7200 seconds and the default value is 0. 

NOTE: Always configure TCP Keepalive Time with a higher value than TCP Keepalive Interval.

TCP Keepalive IntervalSpecifies the number of seconds between TCP Keep-alive probes. The value ranges from 60 to 120 seconds and the default value is 60. 
TCP Keepalive ProbesSpecifies the maximum number of TCP Keep-alive probes to send until SBC decides that the connection is broken. The value ranges from 1 to 20 and the default value is 2. 
Mask Portfor Rcb

This flag is used to fetch the RCB value for a user, When this flag is enabled, the RCB value is fetched using only the source IP address and not the source port for generating the hashKey.

  • Disabled (default)
  • Enabled

NOTE: You must disable the flag Mask Ip Addressfor RCB in order to use this flag. Both flags cannot be enabled at the same time.

Mask IP Addressfor Rcb

This flag is used to fetch the RCB value for a user, When this flag is enabled, the RCB value is fetched using only the usingsource port and not the source IP address for generating hashKey.

  • Disabled (default)
  • Enabled

NOTE: The flag Mask Portfor RCB must be disabled to use this flag. Both flags cannot be enabled at the same time.

Enforce AOR Match

Enable this flag to enforce AOR matching for messages from registered users.

  • Disabled (default)
  • Enabled
Action

Use this object to specify a clearing action when the SIP Signaling Port goes out-of-service (OOS). Calls can be forcefully cleared or allowed to dry up in out-of-service mode.

  • Dryup – SBC starts the Dry Up Timeout timer indicating the time in minutes the calls are allowed to complete. Once the timer expires, ongoing calls are torn down gracefully.
  • Force (default) – Ongoing calls on the given signaling port are cleared immediately.

Dry Up Timeout

Use this parameter to specify the time (in minutes) until which existing calls are allowed to complete in out-of-service mode with dry up action. (range: 1-1440 / default = 60)

When Action is set to Dryup and SIP Sig Port goes OOS, SBC starts a dry up timer for the configured duration. The SBC exhibits the following behavior when the Dry Up mode is enabled:

  • Calls: All in-dialog messages are allowed, new INVITE messages are rejected with 503.
  • Registrations: All refresh REGISTER and de-REGISTER messages are allowed, new REGISTER messages are rejected with 503.
  • Out-Of-Dialog (OOD) relay messages: All new OOD messages are rejected with 503. However, in-dialog messages with-in REFER and SUBSCRIBE dialogs are allowed.

Once the dryup timer expires, SBC tears down ongoing calls and all ongoing SIP Registrations and non-call related dialogs are cleared internally. The SIP Signaling Port is then moved to OOS state where no SIP messages are admitted.

NOTE:

  • Dry Up Timeout flag is displayed when Action flag is selected as Dryup.
  • Dry Up Timeout flag is configurable irrespective of the setting of the SIP Signaling Port state.
TCP User Timeout

Use this parameter to configure the maximum time (10-3600) in seconds for which transmitted data may remain unacknowledged before TCP forcibly closes the corresponding connection.

To Copy SIP Sig Port

To copy any of the created SIP Sig Port and to make any minor changes, click the radio button next to the specific SIP Sig Port to highlight the row.

Sip Sig Port Highlighted

 

Click Copy SIP Sig Port tab on the SIP Sig Port List panel.

Sip Sig Port Fields

 

 

The Copy Selected SIP Sig Port window is displayed along with the field details which can be edited.

Sip Sig Port Copy Window

 

Make the required changes to the required fields and click Save to save the changes. The copied SIP Sig Port is displayed at the bottom of the original SIP Sig Port in the SIP Sig Port List panel.

To Delete SIP Sig Port

To delete any of the created SIP Sig Port, click the radio button next to the specific SIP Sig Port which you want to delete.

Sip Sig Port Highlighted

 

Click Delete at the end of the highlighted row. A delete confirmation message appears seeking your decision.

Sip Sig Port Delete Confirmation

Click Yes to remove the specific SIP Sig Port from the list.

 

  • No labels