Calling Lists are references to tables of information about the numbers to call during an outbound campaign. These objects also specify conditions that Outbound Contact applications observe when working with these Calling Lists.
Filter Name | Type | Description |
---|---|---|
dbid | int |
|
tenant_dbid | int |
|
name | string |
|
table_access_dbid | int |
|
filter_dbid | int |
|
treatment_dbid | int |
|
log_table_access_dbid | int |
|
script_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about the campaign(s) that are currently
in this state.
|
DBID
—
tenantDBID
—
CfgTenant
to which this calling list is allocated. Mandatory. Once specified,
cannot be changed.
name
—
description
—
tableAccessDBID
—
CfgTableAccess
object of CFGTTCallingList
type can be used only. Mandatory.
filterDBID
—
CfgFilter
of this calling list. Optional. If specified, the filter format
must have reference to the format the table access refers to.
treatmentDBIDs
—
CfgTreatment
dedicated to the calling
list. Optional.
logTableAccessDBID
—
CfgTableAccess
object of
CFGTTLogTable
type can be used only. Optional.
timeFrom
—
timeUntil
—
maxAttempts
—
scriptDBID
—
CfgScript
for this calling list. Optional.
state
—
CfgObjectState
userProperties
—
Deletion of Calling List X will cause the following events set out in the order of arrival:
callingLists
of all campaigns
that included Calling List X
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgCallingList> <DBID value="101" /> <tenantDBID value="101" /> <name value="Calling_List" /> <description value="A list" /> <tableAccessDBID value="101" /> <filterDBID value="101" /> <logTableAccessDBID value="0" /> <timeFrom value="28800" /> <timeUntil value="64800" /> <maxAttempts value="10" /> <scriptDBID value="0" /> <state value="1" /> </CfgCallingList>