mflorell wrote:The vicidial_agent_log will show you full logs of all time spent logged in by each agent by call.
As for overall_userlevel as a call distribution method, it will take the userlevel first, then it will take the next agent that has been off the phone the longest to send the next call to.
But I need some logs in the moment when the Agents are in status Ready and It status change to INCALL.
I think the process is made between AST_VDremote_agents.pl and agi-VDADcloser.agi , (I am not preatty sure)
Because they change the Status in the table vicidial_live_agents.
What I really want is a log file that tell me something like these:
----------------------------------------------------------
Agent X - Level X - date - time Status:INCALL
Agents In Queue:
Agent A Level A
Agent B Level B
Agent C Level C
-----------------------------------------------------------
If you can tell me what files exactly have the information that I need to generate that log I would be glad.
Regards,