In this section:


Use this profile to define the codec types to use for the Tone As Announcement Profile.

Command Syntax

% set profiles media toneCodecEntry <toneCodecEntry name>
	codec <amrwbBandwidthEfficient | amrOctetAligned | amrwbBandwidthEfficient | amrwbOctetAligned | evrc | evrc0 | evrcb | evrcb0 | g711>
	law <ALaw | ULaw>
       codingRate <AMR-0-6.6 | AMR-1-8.85 | AMR-2-12.65 | AMR-3-14.25 | AMR-4-15.85 | AMR-5-18.25 | AMR-6-19.85 | AMR-7-23.05 | AMR-8-23.85> 

Command Parameters

The Tone Codec Entry parameters are defined below:

Tone Codec Entry Parameters

ParameterDescription

toneCodecEntry

Use this parameter to define the codec types to use for the Tone As Announcement Profile.

codec  

Use this parameter to specify the codec types.
  • amrwbBandwidthEfficient

  • amrOctetAligned

  • amrwbBandwidthEfficient

  • amrwbOctetAligned

  • evrc
  • evrc0
  • evrcb
  • evrcb0
  • g711

law

Use this parameter to specify the G.711 law to use. This parameter is visible only when the codec type is set as  g711.
  • ALaw
  • ULaw (default)

NOTE: To view the parameter law, select g711 codec.

codingRate

Use this parameter to specify the audio coding rate. This parameter is visible only when the codec type is set as amrwbBandwidthEfficient.

The options are:

  • AMR-0-6.6 (default)
  • AMR-1-8.85
  • AMR-2-12.65
  • AMR-3-14.25
  • AMR-4-15.85
  • AMR-5-18.25
  • AMR-6-19.85
  • AMR-7-23.05
  • AMR-8-23.85

NOTE: To view the parameter codingRate, select amrwbBandwidthEfficient codec.

Command Example

To configure toneCodecEntry for different codec variants:

set profiles media toneCodecEntry g711u codec g711 law ULaw
set profiles media toneCodecEntry g711a codec g711 law ALaw
set profiles media toneCodecEntry evrc codec evrc
set profiles media toneCodecEntry evrcb codec evrcb
set profiles media toneCodecEntry evrc codec evrc0
set profiles media toneCodecEntry evrcb codec evrcb0
set profiles media toneCodecEntry amrwbbe0 codec amrwbBandwidthEfficient codingRate AMR-0-6.6
set profiles media toneCodecEntry amrwbbe1 codec amrwbBandwidthEfficient codingRate AMR-1-8.85
set profiles media toneCodecEntry amrwbbe2 codec amrwbBandwidthEfficient codingRate AMR-2-12.65
set profiles media toneCodecEntry amrwbbe3 codec amrwbBandwidthEfficient codingRate AMR-3-14.25
set profiles media toneCodecEntry amrwbbe4 codec amrwbBandwidthEfficient codingRate AMR-4-15.85
set profiles media toneCodecEntry amrwbbe5 codec amrwbBandwidthEfficient codingRate AMR-5-18.25
set profiles media toneCodecEntry amrwbbe6 codec amrwbBandwidthEfficient codingRate AMR-6-19.85
set profiles media toneCodecEntry amrwbbe7 codec amrwbBandwidthEfficient codingRate AMR-7-23.05
set profiles media toneCodecEntry amrwbbe8 codec amrwbBandwidthEfficient codingRate AMR-8-23.85
commit

 

  • No labels