[Home]

Summary:ASTERISK-22845: An extension in use receive more than one call with leastrecent strategy
Reporter:Diego Kappa (dcapape)Labels:
Date Opened:2013-11-12 11:07:50.000-0600Date Closed:2013-11-12 14:13:12.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:. I did not set the category correctly.
Versions:1.8.13.1 Frequency of
Occurrence
Related
Issues:
Environment:Debian 6Attachments:
Description:I have a queue with some members.
The strategy is leastrecent.

Example:

Members: 101, 102, 103, 104
A call goes to 102, and 102 answer the call, and then, is in use.
Another call go in... the call goes to 102 too, when other extensions are Not In Use.

The config is:

[queuename]
announce-frequency=30
timeout=20
strategy=leastrecent
retry=5
queue-youarenext=queue-youarenext
queue-thereare=queue-thereare
queue-thankyou=queue-thankyou
queue-callswaiting=queue-callswaiting
music=default
maxlen=10
leavewhenempty=no
joinempty=Yes
eventwhencalled=yes
eventmemberstatus=no
context=
announce-holdtime=yes
wrapuptime=0
member => SIP/101,1
member => SIP/102,1
member => SIP/103,1
member => SIP/104,1


And call-limit is 2 because they want attended-transfers.


Is it right?
Another option to limit only 1 call from the queue?
Comments:By: Matt Jordan (mjordan) 2013-11-12 14:13:05.725-0600

Thanks for your comments. This does not appear to be a bug report and we are closing it. We appreciate the difficulties you are facing, but it would make more sense to raise your question in the support tracker, http://www.asterisk.org/support.

Note that you may want to review the ringinuse option in queues.conf.