09-29-2008 08:57 AM - edited 03-14-2019 02:58 AM
Does anyone know of a doc available that shows you in detail how the different variables in the "Get Reporting Statistics" are gathered? In other words, as an example, what parameters exactly are used to calculate the variable "expected wait time" (ie. logged in agents, total calls, longest call in queue, etc.) and also how far back does it pull data from(ie, every 15 minutes, the whole day, etc.). I couldn't see anything on the scripting docs. Any help would be greatly appreciated.
10-20-2008 11:11 AM
Any responses to this question? I am also looking for the same.
10-27-2008 07:11 AM
The report object "CSQ IPCC Express" which contains "expected wait time" gets it's data from the RtCSQsSummary table in SQL. So far as I can tell, the data in that table is reset at 12:00am every night so it pulls oldest/longest and averages on a period begining at midnight.
Expected wait time, I'm guessing, is equal to the average wait duration for that queue, which would be a sum of all the wait times in the peroid of time since 12:00am divided by the number of calls in the same period.
My queues run from 8am to 8pm and this statement holds true for what I am seeing. It may be different for queues that are active through the midnight hour.
Jeremy
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide