Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Estimated Wait Time in Queue

Status
Not open for further replies.

teryx4

Programmer
Feb 10, 2015
8
US
I have a couple of questions:

1 - What determines the estimated wait time in queue? I found this in documentation: "The first call’s estimated waiting time is always 0 until the first call is answered with an answering time >0". How does it calculate the average wait time in queue?

2 - If I have two queues can I calculate a combined estimated wait time for those two queues?

Any help is greatly appreciated!

Thanks,
Tony
 
If I remember correctly it will calculate the average on the last 5 calls.

If you want the estimate between 2 queues you would use a Logic action and add the estimate of the 2 queues divided by 2.

"Trying is the first step to failure..." - Homer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top