This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!
Campaigns are structures for organizing and managing an automated process of making outbound calls to the destinations specified in Calling Lists.
Filter Name | Type | Description |
---|---|---|
dbid | int | A unique identifier of the campaign. If specified, configuration server will return information only about this campaign. |
tenant_dbid | int | A unique identifier of the tenant. If specified, Configuration server will return information only about the campaign(s) that belong to this tenant. |
name | string | Name of a campaign. Shall be specified as a character string. If specified, Configuration Server will return information only about the campaign(s) with that name. |
group_dbid | int | A unique identifier of group. If specified, Configuration Server will return information only about the campaign(s) with that group. |
calling_list_dbid | int | A unique identifier of calling list. If specified, Configuration Server will return information only about the campaign(s) with that calling list. |
script_dbid | int | A unique identifier of the campaign script. If specified, Configuration Server will return information only about the campaign(s) with that script. |
state | int | Current state of the campaign (See CfgObjectState). If specified, Configuration Server will return information only about the campaign(s) that are currently in this state. |
<CfgCampaign> <DBID value="101" /> <tenantDBID value="101" /> <name value="ACampaign" /> <scriptDBID value="0" /> <state value="1" /> </CfgCampaign>