we are running vicidial VERSION: 2.0.5-174, BUILD: 90522-0506 on our site and are having trouble with time agents were working according to the vicidial_log and vicidial_agent_log. We are doing only outbound calls.
For some calls there are more then one line generated in vicidial_log. In coresponding vicidial_agent_log where times are higher than they suppose to be.
For example :
Vicidial_log (I've removed the phone number for obvious reason)
- Code: Select all
uniqueid lead_id list_id campaign_id call_date start_epoch end_epoch length_in_sec status phone_code phone_number user comments processed user_group term_reason alt_dial
1256545109.146527 1225612 186 O2TV2 2009-10-26 09:18:29 1256545109 1256545171 62 INCALL 420 xxx 819 MANUAL N O2 AGENT MAIN
1256545172.146571 1225612 186 O2TV2 2009-10-26 09:19:33 1256545173 1256545222 49 INCALL 420 xxx 819 MANUAL N O2 AGENT MAIN
1256545223.146615 1225612 186 O2TV2 2009-10-26 09:20:23 1256545223 1256545232 9 INCALL 420 xxx 819 MANUAL N O2 AGENT MAIN
1256545236.146632 1225612 186 O2TV2 2009-10-26 09:20:36 1256545236 1256545278 42 CBHOLD 420 xxx 819 MANUAL N O2 AGENT MAIN
corresponding vicidial_agent_log :
- Code: Select all
agent_log_id user server_ip event_time lead_id campaign_id pause_epoch pause_sec wait_epoch wait_sec talk_epoch talk_sec dispo_epoch dispo_sec status user_group comments sub_status
1929358 819 10.0.99.6 2009-10-26 09:18:14 1225612 O2TV2 1256545094 0 1256545236 142 1256545236 162 1256545278 9 CBHOLD O2 MANUAL LOGIN
However, the next log for this agent is at 09:21:27 (thats less then 3 minutes from 09:18:14)
But when I sum the wait_sec, talk_sec and dispo_sec for this call, it's more then 5 minutes.
It's not happening on every call, but the it's getting more and more noticable in overall stats.
We thought that the problem could be in amount of data in log tables, so we deleted old records and optimized the tables. Unfortunately, it did not help.
Any idea, what can be wrong? Or what can I do to debug this thing more?
Thanks for any response.
Lukas