Added state call time restrictions to add_lead hopper insert function
git-svn-id: svn://192.168.202.10@1878 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2012-09-13
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2012-11-16
|
||||
|
||||
This document describes the functions of an API(Application Programming
|
||||
Interface) for all functions NOT directly relating to the VICIDIAL Agent screen.
|
||||
@@ -76,6 +76,7 @@ Changes:
|
||||
120810-0859 - Added add_group_alias function, altered agent_stats_export function
|
||||
120912-2042 - Added user_group_status and in_group_status functions
|
||||
120913-1255 - Added update_log_entry function
|
||||
121116-1938 - Added state call time restrictions to add_lead hopper insert function
|
||||
|
||||
|
||||
|
||||
@@ -439,7 +440,7 @@ campaign_dnc_check - Y, N or AREACODE, default is N
|
||||
campaign_id - 2-8 Character campaign ID, required if using campaign_dnc_check or callbacks
|
||||
add_to_hopper - Y or N, default is N
|
||||
hopper_priority - 99 to -99, the higher number the higher priority, default is 0
|
||||
hopper_local_call_time_check - Y or N, default is N. Validate the local call time before inserting lead in the hopper(Call Time only, not State Call Times)
|
||||
hopper_local_call_time_check - Y or N, default is N. Validate the local call time and/or state call time before inserting lead in the hopper
|
||||
duplicate_check - Check for duplicate records in the system, can select more than one (duplicate_check=DUPLIST-DUPTITLEALTPHONELIST)
|
||||
If duplicate is found, will return error, the duplicate data and lead_id and list_id of existing record
|
||||
Here are the duplicate_check options:
|
||||
|
||||
Reference in New Issue
Block a user