CfgCampaignGroup
objects contain information about Campaign
groups.
Filter Name | Type | Description |
---|---|---|
dbid | int |
|
tenant_dbid | int |
|
name | string |
|
group_dbid | int |
. If
specified, Configuration Server will return information only about
the campaign group(s) with that group.
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about the campaign group(s) that are currently
in this state.
|
DBID
—
campaignDBID
—
CfgCampaign
to which this campaign group is allocated. Mandatory. Once specified,
cannot be changed.
tenantDBID
—
CfgTenant
to which this campaign group is allocated. Read-only. Its value is populated from the associated Campaign object
name
—
groupDBID
—
Agents
or group of Places
. Mandatory.
groupType
—
CfgObjectType
description
—
serverDBIDs
—
Application
objects. Optional. Will be used to configure connectivity to Servers associated with this Campaign.
Only one Application of specific application type (CfgAppType
) is allowed in the list.
IVRProfileDBID
—
GVP IVR Profile
object
Optional.
dialMode
—
CFGDMPredict.
See type CfgDialMode
.
Mandatory.
origDNDBID
—
DN
where the dialing should be performed from. DNs of following types
can be used to specify this parameter:
CFGACDQueue
and CFGRoutingPoint.
Refer
to CfgDNType
of User Defined Variable Types. Optional.
numOfChannels
—
operationMode
—
CFGOMManual
.
Refer to CfgOperationMode
of User Defined Variable Types. Mandatory.
minRecBuffSize
—
4.
Cannot be set to 0.
Mandatory.
optRecBuffSize
—
minRecBuffSize
.
maxQueueSize
—
optMethod
—
CFGOMBusyFactor
. Refer to CfgOptimizationMethod
of User Defined Variable Types. Mandatory.
optMethodValue
—
CFGOptimizationMethod
of User Defined Variable
Types for ranges and default values.
CFGOMBusyFactor
is 80.
interactionQueueDBID
—
Script
of type CFGInteractionQueue
for this campaign group. Optional.
scriptDBID
—
Script
for group/campaign. Optional.
state
—
CfgObjectState
userProperties
—
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgCampaignGroup> <DBID value="101" /> <campaignDBID value="101" /> <tenantDBID value="101" /> <name value="CampaignGroup@CampaignGroup" /> <groupDBID value="107" /> <groupType value="5" /> <IVRProfileDBID value="0" /> <dialMode value="1" /> <origDNDBID value="0" /> <numOfChannels value="10" /> <operationMode value="1" /> <minRecBuffSize value="4" /> <optRecBuffSize value="6" /> <maxQueueSize value="0" /> <optMethod value="1" /> <optMethodValue value="80" /> <interactionQueueDBID value="0" /> <scriptDBID value="0" /> <state value="1" /> </CfgCampaignGroup>