mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 20:33:53 +00:00
app_queue: add new Service Level calculation
Adds a new formula for SL2 and documentation ASTERISK-26559 Change-Id: I0970c620460507cd9d45b0d43600779c8915e770
This commit is contained in:
committed by
Matthew Fredrickson
parent
059a54202c
commit
740ca862e4
@@ -113,8 +113,10 @@ monitor-type = MixMonitor
|
||||
;strategy = ringall
|
||||
;
|
||||
; Second settings for service level (default 0)
|
||||
; Used for service level statistics (calls answered within service level time
|
||||
; frame)
|
||||
; Used for service level statistics (calls answered within service level time frame)
|
||||
; There are 2 Service Level Performance Calculations SL and SL2
|
||||
; SL = (total calls answered within threshold / total calls answered) * 100
|
||||
; SL2 = ((calls answered within threshold + calls abandoned within threshold) / (answered calls + abandoned calls)) * 100
|
||||
;servicelevel = 60
|
||||
;
|
||||
; A context may be specified, in which if the user types a SINGLE
|
||||
|
||||
Reference in New Issue
Block a user