Contact Center Reporting

« Back to Contact Center Reporting

RE: Longest call waited (per day/month)

Combination View Flat View Tree View
Threads [ Previous | Next ]
Here is what i need to produce on my custom report
1. SL
2. Calls Offered
3. ASA
4. % Aband
5. Longest wait time in Q
 
For a particular day, i need list the longest call waited in the queue. What's the query or what table this value is stored?
 
-Senthil

Senthil,
these data seems to be in the Skill_Group_Interval table.

Senthil,
these data seems to be in the Skill_Group_Interval table.

 
Yep, got this from the stock summary report. However i am still unable to find the longest call waited in Q (for that Day).

in that table there's the RouterMaxCallWaitTime column.

From the schema doc:
RouterMaxCallWaitTime: The longest a call had to wait before being answered, abandoned, orotherwise ended.
This includes time in the network queue, local queue,and ringing at the agent if applicable.

So this column maintains the longest call waited, for every 30 min?

Thanks for quick response. Appreciate this.

-Senthil