[Home]

Summary:ASTERISK-02672: joinempty does not work with members defined statically
Reporter:rwjblue (rwjblue)Labels:
Date Opened:2004-10-25 08:14:47Date Closed:2008-01-15 15:11:51.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Setting joinempty=no has no effect if the members/agents are defined in queues.conf.  This is not really a problem if the statically mapped members are actuall devices, but when the member is an Agent that could be either logged in or logged out it creates a situation where people are waiting to be answered when noone is logged in.

****** ADDITIONAL INFORMATION ******

In our situation this is pretty important since we need to be able to send our callers to a voicemail box if noone is logged in.  This enables us to have departmental meetings and whatnot without having to manually set the system.
Comments:By: rwjblue (rwjblue) 2004-10-25 08:50:02

leavewhenempty=yes does not work as it should with regards to static members either.

By: Mark Spencer (markster) 2004-10-26 18:22:36

Can't make "joinempty" work like you want, but "leaveempty" works that way so it should be good enough.

By: Digium Subversion (svnbot) 2008-01-15 15:11:51.000-0600

Repository: asterisk
Revision: 4106

U   trunk/apps/app_chanisavail.c
U   trunk/apps/app_dial.c
U   trunk/apps/app_meetme.c
U   trunk/apps/app_queue.c
U   trunk/channel.c
U   trunk/channels/chan_agent.c
U   trunk/channels/chan_alsa.c
U   trunk/channels/chan_h323.c
U   trunk/channels/chan_iax2.c
U   trunk/channels/chan_local.c
U   trunk/channels/chan_mgcp.c
U   trunk/channels/chan_modem.c
U   trunk/channels/chan_nbs.c
U   trunk/channels/chan_oss.c
U   trunk/channels/chan_phone.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_skinny.c
U   trunk/channels/chan_vpb.c
U   trunk/channels/chan_zap.c
U   trunk/include/asterisk/causes.h
U   trunk/include/asterisk/channel.h

------------------------------------------------------------------------
r4106 | markster | 2008-01-15 15:11:50 -0600 (Tue, 15 Jan 2008) | 2 lines

Pass concept of status back, permit "leaveempty" to work with static agents who are not loggedon (bug ASTERISK-2672)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4106