[asterisk-bugs] [JIRA] (ASTERISK-19368) Queue penalty only work when QUEUE_MIN_PENALTY == QUEUE_MAX_PENALTY
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Mar 4 06:28:50 CST 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-19368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt Jordan updated ASTERISK-19368:
-----------------------------------
Target Release Version/s: 1.8.26.0
11.8.0
> Queue penalty only work when QUEUE_MIN_PENALTY == QUEUE_MAX_PENALTY
> -------------------------------------------------------------------
>
> Key: ASTERISK-19368
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-19368
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 1.8.8.2
> Reporter: Avraam David
> Severity: Minor
> Target Release: 1.8.26.0, 11.8.0, 12.1.0
>
> Attachments: d1
>
>
> I have a queue with two groups of members with different penalty, Should work with queueruls.conf or autofill = yes.
>
> If QUEUE_MIN_PENALTY is not equal to QUEUE_MAX_PENALTY, member on second group can't received calls.
> exten => s,n,Set(QUEUE_MIN_PENALTY=1)
> exten => s,n,Set(QUEUE_MAX_PENALTY=2)
> or
> queuerules.conf
> [qrule]
> penaltychange => 10,1,0
> penaltychange => 21,2,0
> Not works.
> work only
> exten => s,n,Set(QUEUE_MIN_PENALTY=1)
> exten => s,n,Set(QUEUE_MAX_PENALTY=1)
> or
> queuerules.conf
> [qrule]
> penaltychange => 10,1,1
> penaltychange => 20,2,2
> also if not defined min penalty on queuerules.conf penaltychange like
> penaltychange => 20,2
> not works, only if set same parameters on penaltychange line MIN and MAX
> penaltychange => 20,2,2
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list