audio-coders

This command configures the Coder Groups table, which lets you define audio coders. The table is a "child" of the Audio Coders Groups table.

Syntax

(config-voip)# coders-and-profiles audio-coders-groups <Index>
(audio-coders-groups-<Index>)# audio-coders <Index>
(audio-coders-<Index>/<Index>)# 

Command

Description

Index

Defines the table row index.

coder-specific

Defines additional settings specific to the coder.

name

Defines the coder type.

p-time

Defines the packetization time (in msec) of the coder.

payload-type

Defines the payload type if the payload type (i.e., format of the RTP payload) of the coder is dynamic.

rate

Defines the bit rate (in kbps) of the coder.

silence-suppression {disable|enable|enable-no-adaptation|not-configured}

Enables silence suppression for the coder.

Command Mode

Privileged User

Example

This example configures the Audio Coders table with G.711:

(config-voip)# coders-and-profiles audio-coders-groups 0
(audio-coders-groups-0)# audio-coders 1
(audio-coders-0/1)# name g711-alaw
(audio-coders-0/1)# rate 64
(audio-coders-0/1)# p-time 20
(audio-coders-0/1)# silence-suppression enable
(audio-coders-0/1)# activate