In this section:

The RTP Server Table is a table of trusted SIP Servers maintained on the SBC. In certain environments, the receipt of a SIP response such as “18x” from the peer directs the SBC to decide whether or not to open the media path (for early cut through). This early cut through is allowed from trusted configured RTP Servers.

Command Syntax

% set addressContext <addressContext_name> rtpServerTable <table_name> rtpServer <IP_address> <prefix>

Command Parameters

RTP Server Table Parameters

Parameter

Length/Range

Description

rtpServerTable

1-23

RTP server table name.

rtpServer <ip address> <prefix>

N/A

Use this control to enter the following details for each trusted SIP server:

  • IP address
  • Prefix length, in bits (range: 0-128)

Command Example

% set addressContext AC-1 rtpServerTable RTP_entries1 rtpServer 10.11.12.13 12

% show addressContext AC-1 rtpServerTable
rtpServerTable RTP_entries1 {
    rtpServer 10.11.12.13 12;
}

  • No labels