[asterisk-bugs] [JIRA] (ASTERISK-24445) With ringall strategy queuerules are not working properly
Toomas Vahtra (JIRA)
noreply at issues.asterisk.org
Wed Oct 22 15:27:28 CDT 2014
[ https://issues.asterisk.org/jira/browse/ASTERISK-24445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Toomas Vahtra updated ASTERISK-24445:
-------------------------------------
Attachment: app_queue_debug_after_patching.txt
After patching queue rules work with ringall strategy.
> With ringall strategy queuerules are not working properly
> ---------------------------------------------------------
>
> Key: ASTERISK-24445
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24445
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 1.8.30.0
> Reporter: Toomas Vahtra
> Severity: Minor
> Attachments: app_queue_debug_after_patching.txt, app_queue_debug_problem.txt, ringall_queuerules_fix-1.8.30.0.patch
>
>
> With ringall strategy queuerules are not working properly
> ; queues.config
> [test_queue]
> wrapuptime=1
> timeout=10
> joinempty=no
> leavewhenempty=yes
> strategy = ringall
> ringinuse=no
> member => SIP/1000,0
> member => SIP/1001,1
> ; queuerules.conf
> [test_queue_rule]
> penaltychange => 10,+1
> ; extensions.conf
> exten => 123,1,Answer()
> same => n,Set(QUEUE_MIN_PENALTY=0)
> same => n,Set(QUEUE_MAX_PENALTY=0)
> same => n,Queue(test_queue,,,,300,,,,test_queue_rule)
> same => n,HangUp()
> Only the first member is ringing, even after the penalty has changed.
> And if first member is in call then the second member will start
> ringing only when 10 seconds is passed and penalty increased.
> Included the debug log for app_queue
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list