Added campaign option to check the hopper for duplicate vendor_lead_code

Added remote-agent daily stats
Added option to log non-agent-API queries from non-admin.php queries

git-svn-id: svn://192.168.202.10@1784 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2012-02-13 22:29:27 +00:00
parent bddbae3886
commit cce03d663f
15 changed files with 589 additions and 222 deletions
+11
View File
@@ -804,6 +804,17 @@ OTHER CHANGES:
vicidial-auto-internal
vicidial-auto-phones
183. Added Remote-Agent daily stats to the remote agent modification screen that
shows total calls and maximum number of concurrent calls per day.
184. Added 'Hopper VLC Dup Check' campaign option that will check for duplicates
by vendor_lead_code before inserting leads into the hopper to be dialed.
This option is only recommended for some campaigns that are using the
MULTI_LEAD option of Auto-Alt-Dial.
*It is recommended that if you want to enable this feature you should
index the vendor_lead_code field in the vicidial_list table:
CREATE INDEX vendor_lead_code on vicidial_list (vendor_lead_code);