by jamz » Fri Jul 26, 2013 10:47 am
Hi,
I wrote a custom SQLScript to do this. I put the script in a webpage and the managers are able to click refresh and get the data.
The script is:
select length_in_sec, a.lead_id lid, a.call_date cd, a.phone_number pn, a.user tu1, a.status, e.first_name cu1, e.last_name cu2, address1, postal_code
from vicidial_closer_log a
left join vicidial_list e on a.lead_id = e.lead_id
where date(a.call_date) = '2013-07-26' and a.campaign_id IN('XXXX','XXXX') order by a.call_date
Put in the date you want, and replace the XXXX with your inbound campign_id.
if you add and where status = 'DROP' you'll get just the drops otherwise the above will give you ALL inbound calls for the ingroup for the date selected.
I hope his helps.
I have a cluster (thank you poundteam for an excellant document that helped me set up)
VERSION: 2.4-309a
BUILD: 110430-1642
Vicidial Install
GoAutdial 2.1 iso Install