Productivity Rating
Posted: Tue Feb 15, 2011 8:03 am
Hi Guys
How is the Productivity Rating in the Outbound Calling Report calculated exactly?
How is the Productivity Rating in the Outbound Calling Report calculated exactly?
VICIDIAL astGUIclient discussion forum
http://forum.eflo.net/VICIDIALforum/
http://forum.eflo.net/VICIDIALforum/viewtopic.php?f=2&t=16325
cd /srv/www/htdocs/vicidial/
grep "Productivity Rating" * -R -n
AST_VDADstats.php:17:# 81109-2341 - Added Productivity Rating
AST_VDADstats.php:716: $OUToutput .= "Productivity Rating: $AVG_ANSWERagent_non_pause_sec\n";
nano +716 /srv/www/htdocs/vicidial/AST_VDADstats.php
grep AVG_ANSWERagent_non_pause_sec * -R -n