Modified: for 6.2.1

 

 

 

Use this profile to define the standard and custom codec mix profile configuration to use for a given SWe Traffic Profile. This profile includes two default profiles:

  • G711_20ms: using 100% G711 (20 ms) calls.
  • G711_G729_20ms: using 50% of G729AB (20 ms) and 50% G711 (20ms).

Command Syntax

% set system sweCodecMixProfile <profile name> 
	<codec> 
	<ptime value: 10ms, 20ms, 30ms, 40ms, 60ms> 
	percentage <percentage value>

 

Command Parameters

SWe Codec Mix Profile Parameter Descriptions

ParameterLength/RangeDescription
sweCodecMixProfile1-40 characters

<profile name> – Enter a unique SWe Codec Mix Profile name or one of the default profiles:

  • G711_20ms – configured with 100% G.711 (20 ms) calls.
  • G711_G729_20ms – configured with 50% G.729AB (20 ms) and 50% G.711 (20 ms).

The SWe Codec Mix Profile iis attachable to either the passthroughCodecProfile or transcodingCodecProfile objects of the SWe Traffic Profile.

NOTE: The SBC SWe supports up to 20 Codec Mix Profiles. To create additional profiles, delete any inactive custom profiles.

<codec>N/AEnter the codec used by this Codec Mix Profile. Refer to Audio Codecs for the list of supported codecs.
<ptime value>N/A

Select a packetization time value representing 10 ms, 20 ms, 30 ms, 40 ms, 60 ms:

  • p10
  • p20
  • p30
  • p40
  • p60
percentage1-100<% value> – The percentage distribution allocated for the codec mix. The sum of all percentage entries of all columns in any row of the transcoding profile table must equal 100.

Command Example

In the following example, a custom Codec Mix profile is created ensuring the percentage distribution of the three entries equals 100%.

set system sweCodecMixProfile customCodecMix g723 p20 percentage 50
set system sweCodecMixProfile customCodecMix g711 p20 percentage 30
set system sweCodecMixProfile customCodecMix g729 p10 percentage 20
commit