Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

...

borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

...

Back to Profiles - CLI

Back to Media -_CLI

In this section:

Table of Contents
maxLevel2

 

This object configures a tone package, which defines a set of call progress tones for a given country or carrier.

Tone packages are configured by assigning tone types to tone profiles.

  • You may add a tone type to a tone package.
  • You may delete a tone type from a tone package.
  • You may modify a tone type within a tone package by specifying a different tone profile.
  • Dial
  • Ring
  • Busy
  • Reorder
  • sit1
  • sit2
  • sit3
  • callWaiting1
  • callWaiting2
  • callWaiting3
  • callWaiting4
  • cpcAlerting

Command Syntax

Code Block
languagenone
% set profiles media tonePackage <package name> 
	packageId <100-248> 
	toneType <user name of tone type, e.g. dial, busy, 

...

reorder, etc.> 
		toneProfile <profile name>

Command Parameters

The Tone Package Parameters are as shown as:

Parameter

Length/Range

Description

tonePackage

N/A

Use this object to configure a tone package and define a set of call progress tones for a given country or carrier.

packageId

100-248

The tone package identifier defined by the PSX/ERE. 

Note

Package IDs 0-99 are reserved for seed data.

toneType

 

Use this parameter to select elements to bind tone types to tone profiles for a given tone package.

  • <user name of tone type>
  • toneProfile – select a default tone profile, or create a new one.
    Default tone profiles include:

...


    • defBusy

...

    • defCallWaiting1
    • defCallWaiting2
    • defCallWaiting3
    • defCallWaiting4
    • defCpeAlerting
    • defDial
    • defReorder
    • defRing
    • defSit1
    • defSit2
    • defSit3

Command Examples

To show seeded DEFAULT tone package:

Code Block
% show profiles media tonePackage DEFAULT 
	packageId 1; 
	element busy { 
		toneProfile defBusy; 
	} 
	element dial { 
		toneProfile defDial; 
	} 
	element ring { 
		toneProfile defRing; 
	}
  	element sit1 {
		toneProfile defSit1; 
	} 
	element sit2 { 
		toneProfile defSit2; 
	} 
	element sit3 { 
		toneProfile defSit3;
	} 
	element reorder { 
		toneProfile defReorder; 
	}
  	element cpeAlerting { 
		toneProfile defCpeAlerting; 
	} 
	element callWaiting1 { 
		toneProfile defCallWaiting1; 
	} 
	element callWaiting2 { 
		toneProfile defCallWaiting2; 
	} 
	element callWaiting3 { 
		toneProfile defCallWaiting3; 
	} 
	element callWaiting4 { 
		toneProfile defCallWaiting4;

To delete a tone package:

Code Block
% delete profiles media tonePackage custTonePkg