Voice Prompts are call treatment objects that may include a set of actions to be applied to a called party.
Filter Name | Type | Description |
---|---|---|
dbid | int |
|
name | string |
|
tenant_dbid | int |
|
switch_dbid | int |
|
script_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about voice prompts that are currently
in this state.
|
DBID
—
switchDBID
—
CfgSwitch
to which this voice prompt belongs. Optional.
tenantDBID
—
CfgTenant
to which this voice prompt is allocated. Read only.
name
—
description
—
scriptDBID
—
CfgScript
for this voice prompt.
state
—
CfgObjectState
userProperties
—
Common/System Voice Prompts have to be located under \Environment \ Voice Prompts folders. The System Voice Prompts is available for all applications.
Tenant-specific Voice Prompts have to be located under <Tenant>\
Voice Prompts
folders. The access to these prompts have only
configuration objects with access permissions to this tenant only.
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgVoicePrompt> <DBID value="101" /> <switchDBID value="113" /> <tenantDBID value="101" /> <name value="Test_Voice_Prompt" /> <scriptDBID value="0" /> <state value="1" /> </CfgVoicePrompt>