Versions Compared

Key

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

 

The 

Spacevars
0product
server supports playing announcements and tones, and can collect digits. The
Spacevars
0product
plays out the specified announcement/tone using the specified profile. You can customize announcements by provisioning the announcement packages.

An announcement package supports provisioning up to 16 announcement names to segment id mapping. For more information on configuring Media Profiles through EMA, see Profile Management - Media Profiles or Profiles - Media pages. 

Command Syntax

To set the announcement package for a node:

Code Block
languagenone
% set profiles media announcementPackage <pkg name> 
	element <name> segmentId <#> 
	packageID <100-2048> 

To display the recently created announcement packages:

Code Block
languagenone
 % show profiles media announcementPackage <pkg name>  

To delete the recently created announcement packages:

Code Block
languagenone
% delete profiles media announcementPackage <pkg name>

Command Parameters

Caption
0Table
1Announcement Package Parameters

 

 

Parameter

Length/Range

Description

announcementPackage

NA

The Announcement Package name.

element

NA

Specifies a table which contains elements that binds announcement names to segment ID values for a given announcement package.

  • <name> – The announcement name for this element.
  • segmentId – The Segment ID for the announcement segment file that this announcement name is mapped to for the specified announcement package. (default = 0)

packageID

100-2048

Announcement package identifier defined by the softswitch for this package.

Note

packageID from 0-99 is reserved for seed data.

 

 

Pagebreak