by DomeDan » Fri Sep 06, 2013 4:21 am
If you have a default setup system that installed correctly then you should have a database called asterisk
and in that database there is a table called vicidial_log where you can extract much information,
like for example get the number of calls per agent per campaign the current month:
- Code: Select all
SELECT campaign_id, user, count(*) FROM vicidial_log
WHERE MONTH(call_date) = MONTH(CURDATE()) AND user not in ('VDAD','VDCL')
GROUP BY campaign_id, user
Vicidial Partner. Region: Sweden/Norway.
Does Vicidial installation, configuration, customization, add-ons, CRM implementation, support, upgrading, network-related, pentesting etc. Remote and onsite assistance.
Email: domedan (at) gmail.com