Configure Advanced Media Termination in Realm Config

To support Advanced Media Termination functionality, the Oracle® Enterprise Session Border Controller (ESBC) requires setting the parameters for RTCP-Mux, and ICE Profile in Realm Config.

  • Confirm that the realm exists that you want to configure for Advanced Media Termination operations.
  • Confirm that the ICE Profile exists.
  1. Access the realm-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)# 
  2. Select the realm-config object to edit.
    ORACLE(realm-config)# select
    identifier:
    1: realm01 left-left:0 0.0.0.0
    
    selection: 1
    ORACLE(realm-config)#
  3. Do the following:
    • RTCP-MUX: Specify "enable" to turn on RTCP multiplexing support. Default: Disable.
    • ICE Profile: Specify the ice-profile to associate with this realm. Default: Empty.
  4. Type done to save your configuration.