Set up the Playback Configuration

The playback configuration defines the media files that you want to play, listed by codec. Each codec encoding that you want to support requires its own file, defined by the playback entry sub-element.

Procedure
  1. In Superuser mode, type configure terminal, and press Enter.
    ACMEPACKET# configure terminal
  2. Type media-manager, and press Enter.
    ACMEPACKET(configure)# media
    ACMEPACKET(media-manager)#
  3. Type playback-config , and press Enter.
    ACMEPACKET(media-manager)# playback-config
    ACMEPACKET(playback-config)#
  4. name—Enter the name of this playback configuration. This parameter has no default, and is required. You use this name when you configure the spl-options parameter; it specifies the media the Oracle® Enterprise Session Border Controller (E-SBC) plays.
  5. entries—Configure the entries for this playback configuration. These entries refer to files in the /code/media directory, and are designed so that you can reference the same media with different codecs. For example, you might want to be able to play the same playback tone in different codecs; here, you would specify the file name and the encoding for each one you have stored.
    ACMEPACKET (playback-config)# entries
    ACMEPACKET(entries)#
    • encoding—Enter the codec name for this media file entry, such as PCMU. This value must match the encoding name negotiated in the SDP. This parameter has no default and is required.

    • filename—Enter the name of the raw binary media file you stored in the /code/media directory on the E-SBC.

    • bytes-per-second—Enter the playback rate for this media file in bytes per second. Default: to 8000. Range:100-99999.

  6. Type done, and save the configuration.