Transrating Configuration

The following procedure explains how to configure transrating for a codec policy. This codec policy must be applied as an egress codec policy.

To configure forced ptime for a codec policy:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter.
    ORACLE(configure)# media-manager
    ORACLE(media-manager)#
  3. Type network-parameters and press Enter.
    ORACLE(media-manager)# codec-policy
    ORACLE(codec-policy)#
  4. If you are adding support for this feature to a pre-existing configuration, then you must select the specific configuration instance, using the ACLI select command.
    ORACLE(codec-policy)# select 1

    You can now configure forced ptime.

  5. force-ptime—Set this parameter to enabled to enable forced ptime for this codec policy.
  6. packetization-time—Enter the ptime in ms to use in the realm where this codec policy is active. Valid values are 10, 20, 30, 40, 50, 60, 70, 80, 90 ms. The default value is 20 ms.
  7. Save your work using the ACLI done command.