[asterisk-bugs] [Asterisk 0017471]: "joinempty = ringing" doesn't work
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 9 10:10:26 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17471
======================================================================
Reported By: jazzy
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17471
Category: Applications/app_queue
Reproducibility: always
Severity: feature
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.9-rc1
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-05 06:28 CDT
Last Modified: 2010-06-09 10:10 CDT
======================================================================
Summary: "joinempty = ringing" doesn't work
Description:
I want to prevent placing a call to a queue when all members are busy or
unavailable. A caller is placed to a queue despite "joinempty = ringing"
setting and the fact that the members' phone is already ringing.
Tested under Ubuntu 10.04 LTS with fresh install and asterisk 1.6.2.5 from
ubuntu packages.
Other settings of joinempty parameter work fine (unavailable, inuse).
Only few changes to the default configuration was made to reproduce this
bug:
In sip.conf:
callcounter = yes
[1001]
type=friend
secret=1001
host=dynamic
[1002]
type=friend
secret=1002
host=dynamic
[1003]
type=friend
secret=1003
host=dynamic
In extensions.conf inside default context:
exten => 1001,1,Dial(SIP/1001)
exten => 1002,1,Dial(SIP/1002)
exten => 1003,1,Dial(SIP/1003)
exten => 1004,1,Queue(operators)
exten => 1004,n,Hangup()
In queues.conf:
[operators]
joinempty = unavailable,inuse,ringing
member => SIP/1003
Then call from 1001 to 1003 and while it's ringing, call from 1002 to
1004. The call will be placed to the queue.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-06-09 10:10 lmadsen Severity minor => feature
======================================================================
More information about the asterisk-bugs
mailing list