Default OLC Behavior Changed in Upgrade

You can configure the Oracle® Enterprise Session Border Controller to force media profiles in OLC messages when negotiating H.323 calls. This is the default behavior prior to Release S-C6.1.0.

In Release 6.1.0 and forward the default behavior of OLC is to inherit the values recieved in the signaling message from the remote endpoint.

No license requirements to enable this feature.

To enable forced media profiles in OLC:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type h323-config and press Enter.
    ORACLE(session-router)# h323-config
    ORACLE(h323-config)#
  4. options—Set the options parameter by typing options, a Space, the option-name forceMediaProfileInOLC with a plus sign in front of it, and then press Enter.
    ORACLE(h323-config)# options +forceMediaProfileInOLC

    If you type the option without the plus sign, you will overwrite any previously configured options. In order to append the new options to the SIP interface configuration’s options list, you must prepend the new option with a plus sign as shown in the previous example.

  5. Save and activate your configuration.