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.
% set addressContext <addressContext_name> rtpServerTable <table_name> rtpServer <IP_address> <prefix>
% 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; }