Added No Agent Call URL override option for lists

Added CPD Unknown Action option for campaigns
Added date field for www_phrases and wipe option on perl script
Fixed issue where vicidial_closer_log was not populating list_id

git-svn-id: svn://192.168.202.10@2218 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2014-12-12 02:40:45 +00:00
parent 3e16bb553b
commit fb59dbcb93
14 changed files with 289 additions and 38 deletions
+1
View File
@@ -506,6 +506,7 @@ while($one_day_interval > 0)
$launch .= " --uniqueid=" . $QHuniqueid[$w];
$launch .= " --alt_dial=" . $QHalt_dial[$w];
$launch .= " --call_id=" . $QHcall_id[$w];
$launch .= " --list_id=0";
$launch .= " --function=REMOTE_AGENT_START_CALL_URL";
system($launch . ' &');