[asterisk-bugs] [JIRA] (ASTERISK-22845) An extension rin use receive more calls with leastrecent strategy
Diego Kappa (JIRA)
noreply at issues.asterisk.org
Tue Nov 12 11:08:03 CST 2013
Diego Kappa created ASTERISK-22845:
--------------------------------------
Summary: An extension rin use receive more calls with leastrecent strategy
Key: ASTERISK-22845
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22845
Project: Asterisk
Issue Type: Information Request
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 1.8.13.1
Environment: Debian 6
Reporter: Diego Kappa
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?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list