[asterisk-bugs] [JIRA] (ASTERISK-26559) app_queue: New service level calculation

George Joseph (JIRA) noreply at issues.asterisk.org
Wed Aug 2 10:12:26 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Joseph updated ASTERISK-26559:
-------------------------------------

    Target Release Version/s: 15.0.0

> app_queue:  New service level calculation
> -----------------------------------------
>
>                 Key: ASTERISK-26559
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26559
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Applications/app_queue
>    Affects Versions: 13.12.1
>            Reporter: scgm11
>            Assignee: scgm11
>      Target Release: 15.0.0
>
>
> This patch uses a new formula and add a new service level calculation taking in account the abandoned calls, if a call is abandoned inside the service level threshold this has to be computed as ok, this means the client didn't wait enough and this wont affect the SL Performance, but if the abandoned call is above the SL threshold then SL Performance will change.
> Im adding SL2 so we can have both calculations.
> the SL2 calculation is a classic metric on contact centers.
> Changes in the patch provided:
> 1) add variable for counting the number of queue calls abandoned inside the servicelevel
> 2) when a call is abandoned then it checks if the time that the call was in queue was below or equals as the service level (now - starttime <= servicelevel) if this is true the we count them as abandoned inside the service level threshold.
> 3) a new service level SL2 is created using the following formula
> sl2 =100 * ((callsabandonedinsl +callscompletedinsl) /(callsabandoned callscompleted));
> 	
> basically is  total calls in service level / total calls
> 4) Added sl2 to AMI and queue show 
> Just to comment this changes although I don't have test on the asterisk test suit for them, are tested heavily on production environments for at least a year now with no problems
> Tested in several servers that handle approximately 50.000 calls per day with no issues so far.
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list