Codec Policy Configuration with a Media Type with a Subname

To configure a codec policy with a media type with subname:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter.
    ORACLE(configure)# media-manager
  3. Type codec-policy and press Enter.
    ORACLE(media-manager)# codec-policy
  4. Use the ACLI select command to select a codec policy.
    ORACLE(codec-policy)# select 1

    You may now enter a media profile with subname to any parameter in the codec policy that accepts a media profile.

  5. allow-codecs—Enter a list of codecs that this codec policy allows or denies from passing through the Oracle® Enterprise Session Border Controller. To allow all codecs, enter an asterisk (*).
    ORACLEcodec-policy# allow-codecs g729::annexb-yes:no
  6. Save and activate your configuration.