Thread: Asa, Aht, Sl
View Single Post
  #2 (permalink)  
Old 12-17-2001, 10:44 PM
Matt Schmitz Matt Schmitz is offline
Member
 
Join Date: Nov 2001
Location: Portland, Oregon
Posts: 0
You need to run a weighted average to compute ASA over several queues. Here's the formula:

((ASA1*calls1)+(ASA2*calls2)+(ASA3*calls3))/(calls1+calls2+calls3)

where ASA1 is average speed of answer on queue 1
and calls1 is number of calls in queue 1

and so forth....

You can use the same formula for SL over multiple queues.

Hope this helps.

Matt
Reply With Quote