Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Use this object to configure a tone package to define a set of call progress tones for a given country or carrier.
Tone packages are configured by assigning tone types to tone profiles.
The
Spacevars | ||
---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
To add a tone package name to the Tone and Announcement Profile, refer to Tone and Announcement Profile - CLI.
Code Block | ||
---|---|---|
| ||
% set profiles media tonePackage <package name> packageId <100-248> toneType <user name of tone type, e.g. dial, busy, reorder, etc.> toneProfile <profile name> |
The Tone Package Parameters are as shown as:
Caption | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
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 |
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
Use this object to configure a tone package to define a set of call progress tones for a given country or carrier.
Tone packages are configured by assigning tone types to tone profiles.
The
Spacevars | ||
---|---|---|
|
To add a tone package name to the Tone and Announcement Profile, refer to Tone and Announcement Profile - CLI.
Code Block | ||
---|---|---|
| ||
% set profiles media tonePackage <package name>
packageId <100-248>
toneType <user name of tone type, e.g. dial, busy, reorder, etc.>
toneProfile <profile name> |
The Tone Package Parameters are as shown as:
Caption | ||||||
---|---|---|---|---|---|---|
| ||||||
|
<package name>
– Use this object to configure a tone package and define a set of call progress tones for a given country or carrier.Parameter | Length/Range | Description |
---|---|---|
| 1-23 | |
| 100-248 | The tone package identifier defined by the PSX/ERE. NOTE: Package IDs 0-99 are reserved for seed data. |
| 1-23 | Use this parameter to select elements to bind tone types to tone profiles for a given tone package.
|
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:
Pagebreak |
---|