[Home]

Summary:ASTERISK-19504: Queue Memeber Penalty not considered if queue reloaded after penalty modifieing
Reporter:Christoph (-kex-)Labels:
Date Opened:2012-03-08 23:35:15.000-0600Date Closed:2012-03-19 04:44:23
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:1.8.8.2 1.8.10.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 6.2 on an HP PCAttachments:
Description:Hi,

I think I found a Bug in the most recent asterisk 1.8.

When I configure this queue and place a call in it, the phones 122 and 123 get called. everything fine so far.

queues.conf
[test]
strategy=ringall
timeout=180
retry=0
reportholdtime = no
joinempty = no
ringinuse = no
musiconhold = default
autopause=no
member => Local/121@default,2,121,SIP/121
member => Local/122@default,1,122,SIP/122
member => Local/123@default,1,123,SIP/123

extensions.conf
exten => _1XX,1,Set(CHANNEL(musicclass)=default)
same => n,Dial(SIP/${EXTEN},,tM(delcid^${EXTEN}))
same => n,Hangup()

If I modify the penalty of one of the members in queues.conf and reload config (module reload or module reload app_queue.so) the penalties are not considered anymore. When I place a Call in the Queue, all 3 SIP Phones get a call.

Wenn i remove all 3 members, reload the config, add the members again, reload the config, everything is working fine again.

Best Regards,

Christoph
Comments:By: Matt Jordan (mjordan) 2012-03-09 08:40:46.143-0600

We require a complete debug log to help triage the issue. This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information



By: Christoph (-kex-) 2012-03-19 04:44:04.233-0500

Hi,

I'm very sorry, but I can't reproduce it any more. I'm very sure i had that behavior as described, but can reproduce it any more :/

Think you can close that now.

Best Regards,

Christoph