[Home]

Summary:ASTERISK-00037: app_queue Dynamic member add, agent logged do not survive a reload
Reporter:tclark (tclark)Labels:
Date Opened:2003-08-02 15:59:36Date Closed:2008-01-15 14:31:57.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:if you call this ext to log in a device to 'MYq"
exten => *1,1,AddQueueMember(MYq|Zap/1)

the do a reload at the * CLI the device is no longer
a memeber of 'MYq'
Comments:By: Mark Spencer (markster) 2003-08-14 23:28:59

Fix in CVS, please confirm this really does fix it.

By: tclark (tclark) 2003-08-18 13:44:29

almost, if i remove all member entries in queue.conf then the dynamic
devices survive a reload, but adding any line in queue.conf with a
'member =>' stmt will cause the none of the dynamic members to not survive a reload

By: Mark Spencer (markster) 2003-08-18 15:45:15

Okay try now.

By: tclark (tclark) 2003-08-19 00:51:37

OK I can confirm that adding a dynamic q member with AddQueueMember
and creating a static q members in queue.conf
that all q members survive a reload, 'mark' another one as resolved....
I swear that q's and agents are going to get stable b4 the end of Aug, 03! :)

By: Mark Spencer (markster) 2003-08-19 00:54:45

fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:31:57.000-0600

Repository: asterisk
Revision: 1338

U   trunk/apps/app_agi.c
U   trunk/apps/app_enumlookup.c
U   trunk/apps/app_festival.c
U   trunk/apps/app_queue.c
U   trunk/apps/app_voicemail2.c
U   trunk/channels/chan_sip.c
U   trunk/channels/chan_zap.c
U   trunk/codecs/ilbc/FrameClassify.c
U   trunk/codecs/ilbc/LPCdecode.c
U   trunk/codecs/ilbc/LPCencode.c
U   trunk/codecs/ilbc/StateConstructW.c
U   trunk/codecs/ilbc/StateSearchW.c
U   trunk/codecs/ilbc/anaFilter.c
U   trunk/codecs/ilbc/createCB.c
U   trunk/codecs/ilbc/doCPLC.c
U   trunk/codecs/ilbc/enhancer.c
U   trunk/codecs/ilbc/filter.c
U   trunk/codecs/ilbc/gainquant.c
U   trunk/codecs/ilbc/getCBvec.c
U   trunk/codecs/ilbc/helpfun.c
U   trunk/codecs/ilbc/hpInput.c
U   trunk/codecs/ilbc/hpOutput.c
U   trunk/codecs/ilbc/iCBConstruct.c
U   trunk/codecs/ilbc/iCBSearch.c
U   trunk/codecs/ilbc/iLBC_decode.c
U   trunk/codecs/ilbc/iLBC_encode.c
U   trunk/codecs/ilbc/lsf.c
U   trunk/codecs/ilbc/packing.c
U   trunk/codecs/ilbc/syntFilter.c
U   trunk/pbx/pbx_gtkconsole.c

------------------------------------------------------------------------
r1338 | markster | 2008-01-15 14:31:57 -0600 (Tue, 15 Jan 2008) | 8 lines

Asterisk:
ASTERISK-68 - Should eliminate probs on VMWI
ASTERISK-37 - Dynamic add survives reload
ASTERISK-69 - Make festival honor its arguments
ASTERISK-89 - Make events on FXO interfaces more logical
ASTERISK-22 - Prefer "bindaddr" to logical address for registrations
??? - Record crashes AGI

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

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