Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

In this section:

Table of Contents


The RTP Server Table is a table of trusted SIP Servers maintained on the

Spacevars
0product
. In certain environments, the receipt of a SIP response such as “18x” from the peer directs the 
Spacevars
0product
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

Code Block
languagenone
% set addressContext <addressContext_name> rtpServerTable <table_name> rtpServer <IP_address> <prefix>

Command Parameters

Caption
0Table
1RTP Server Table Parameters

Parameter

Length/Range

Description

rtpServerTable

1-23

RTP server table name.

rtpServer

<ip address> <prefix>


N/A

<ip address> <prefix>Use this control

to enter

to  enter the following details for each trusted SIP server:

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

Command Example

Code Block
languagenone
% 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;
}
pagebreak