codec list
The command is intended for setting allowed codecs list.
Syntax.
codec list <value> [value] [value] [value] [value]
Parameters
<value> – g729a|g729b|g711a|g711u|g723|g726_32
(Codecs should be listed in priority order from most to less priority: by default: g711a g711u)
Privilegy
priv
Command mode
CONFIG-SIP
Example
tau-72(config-sip-profile)# codec list g711a g711u g723 g726_32 g729b
set_config(config.VOIP.profile.profile_0.codecs,g711a,1)
set_config(config.VOIP.profile.profile_0.codecs,g711u,2)
set_config(config.VOIP.profile.profile_0.codecs,g723,3)
set_config(config.VOIP.profile.profile_0.codecs,g726_32,4)
set_config(config.VOIP.profile.profile_0.codecs,g729b,5)
codec ptime
This command is intended for setting codec packetization time.
Syntax.
codec ptime <value1><value2>
Parameters
<value1> – g729|g711|g723|g726_32;
<value2> – 10-80
(default: g729 – 20 ms, g711 – 20 ms, g7231 – 30 ms, g726_32 – 20 ms)
Privilegy
priv
Command mode
CONFIG-SIP
Negotiation function 'no' command
Set default packetization time.
Example
tau-72(config-sip-profile)# codec ptime g729 70