Configuring Media Release Behind the Same IP Address

You need to configure both the mm-in-realm and mm-same-ip parameters for the realm:

  • If the mm-in-realm parameter is disabled, the mm-same-ip parameter is ignored.
  • If the mm-in-realm parameter is enabled and the mm-same-ip parameter is disabled, media will be managed in the realm but released if the two endpoints are behind the same IP address.

To configure media management:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the media-related configurations.
    ORACLE(configure)# media-manager
  3. Type realm and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)#

    From this point, you can configure realm parameters. To view all realm configuration parameters, enter a ? at the system prompt.

  4. mm-in-realm—Enable if you plan to use mm-same-ip. If this parameter is disabled, the mm-same-ip parameter is ignored. If you set this to enabled and mm-same-ip to disabled, media is managed in the realm but released if the two endpoints are behind the same IP address. The default is disabled. The valid values are:
    • enabled | disabled

  5. mm-same-ip—Enable if you want media to go through this Oracle® Enterprise Session Border Controller, if mm-in-realm is enabled. When disabled, the media will not go through the Oracle® Enterprise Session Border Controller for endpoint that are behind the same IP. The default is enabled. The valid values are:
    • enabled | disabled