Resources | addressContext | rtpServerTable

rtpServerTable

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.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring The name of the RTP Server Table table.
rtpServerO This mib table is for RTP Server Number Table Entries.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusRtp:rtpServerTable={name}

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name} --data '
<rtpServerTable>
     <name>{name}</name>
</rtpServerTable>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusRtp:rtpServerTable={name}

  • No labels