...
...
...
Back to Table of Contents
Back to CLI Configure Mode
Back to Address Context - CLI
The RTP Server Table is a table of trusted SIP Servers maintained on the
. In certain environments, the receipt of a SIP response such as “18x” from the peer directs the 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 |
---|
|
% set addressContext <addressContext_name> rtpServerTable <table_name> rtpServer <IP_address> <prefix> |
Command Parameters
Caption |
---|
0 | Table |
---|
1 | 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
Code Block |
---|
|
% 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;
} |