This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!
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 | A unique identifier of a voice prompt. If specified, Configuration Server will return information only about this voice prompt. |
name | string | Name of a voice prompt. Shall be specified as a character string. If specified, Configuration Server will return information only about the voice prompts(s) with that name. |
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the voice prompts that belong to this tenant. |
switch_dbid | int | A unique identifier of a switch. If specified, Configuration Server will return information only about the voice prompts that belong to this switch. |
script_dbid | int | A unique identifier of a script. If specified, Configuration Server will return information only about the voice prompts that refer to this script. |
state | int | Current state of a voice prompt (see CfgObjectState). If specified, Configuration Server will return information only about voice prompts that are currently in this state. |
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.
<CfgVoicePrompt> <DBID value="101" /> <switchDBID value="113" /> <tenantDBID value="101" /> <name value="Test_Voice_Prompt" /> <scriptDBID value="0" /> <state value="1" /> </CfgVoicePrompt>