ACLI Configuration

To enable AMR Mode-set payload type SDP rewriting:
  1. Navigate to the media-manager-config element.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)# media-manager
    ACMEPACKET(media-manager)# media-manager-config
    ACMEPACKET(media-manager-config)#
  2. options—Set the options parameter by typing options, a Space, the option-name audio-payload-type-mapping=yes with a “plus” sign in front of it, and then press Enter.
    ACMEPACKET(media-manager-config)# options +audio-payload-type-mapping=yes

    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.

  3. Save and activate your configuration.