This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
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 | A unique identifier of the calling list. If specified, configuration server will return information only about this calling list. |
tenant_dbid | int | A unique identifier of the tenant. If specified, Configuration server will return information only about the calling list(s) that belong to this tenant. |
name | string | Name of a calling list. Shall be specified as a character string. If specified, Configuration Server will return information only about the calling list(s) with that name. |
table_access_dbid | int | A unique identifier of the table access. If specified, Configuration Server will return information only about the calling lists(s) engaged with that table access. |
filter_dbid | int | A unique identifier of the filter. If specified, Configuration Server will return information only about the calling list(s) with that filter. |
treatment_dbid | int | A unique identifier of the treatment. If specified, Configuration Server will return information only about the calling list(s) with that treatment. |
log_table_access_dbid | int | A unique identifier of the log table access. If specified, Configuration Server will return information only about the calling lists(s) engaged with that log table access. |
script_dbid | int | A unique identifier of the calling list script. If specified, Configuration Server will return information only about the calling list(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. |
Deletion of Calling List X will cause the following events set out in the order of arrival:
<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>