In this section:

The media profile object creates a template for the audio compression capabilities to be utilized on SBC 5400/7000 server modules. You can specify the following compression and tone values in a media profile object:

  • compression
  • tone

The System Media Profile configuration applies to SBC 5400/7000 hardware platforms only.


Warning

Changing the Media Profile values

  • places the Active node DSP device in a Dry-Up mode where it does NOT process new calls until the changes are made, and
  • only takes effect once all calls using the affected DSP device are completed.

Update Media Profile during Maintenance Window

The Dry-Up mode mentioned above is not enforced by the Dry-Up timer, so Ribbon recommends changing these values during a maintenance window using the following steps:

  1. Disable the standby and active DSP cards (either gracefully using the Dry-Up Timer, or in Forced mode).
  2. Make the changes to the Media Profile values.
  3. Re-enable the active and standby DSP cards.

Command Syntax

% set system mediaProfile 
	compression <0-100>
	tone <0-100>

Command Parameters

Note

The total percentage of all DSP cores must always equal 100.

Parameter

Length/Range

Description

compression

0 to 100

Specify the percentage (of DSP Cores) for capability Compression.

tone

0 to 100

Specify the percentage (of DSP Cores) for capability Tone.

displaylevel

1-64

Displays the different levels of output information in show commands.

Command Example

To configure media profile parameters:

set system mediaProfile compression 50 tone 50
commit

show system mediaProfile compression 
	compression 50; 

show system mediaProfile tone 
	tone 50; 


  • No labels