[Home]

Summary:ASTERISK-06614: Queues with realtime causes persistentmembers to not function
Reporter:gdalgliesh (gdalgliesh)Labels:
Date Opened:2006-03-24 10:05:36.000-0600Date Closed:2006-05-11 10:17:20
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:If I enable realtime for queues add a dynamic members to the queues with persistentmembers=yes and restart asterisk the members no longer exists.

--Before Restart
ha1*CLI> database show
//Agents/1000                                     : 1000@agents;1000
//Queue/PersistentMembers/support                 : AGENT/1000;0;0
/FunctLock/1000                                   : *4060
/SIP/Registry/1000                                : 192.168.199.118:9463:3600:1000:sip:1000@192.168.199.118:9463
/dundi/secret                                     : EwRJImGQBDheFwEXb9jjRA;mClPLy8610L2Mq5VsN7Sbw
/dundi/secretexpiry                               : 1143221867

--After restart
ha1*CLI> database show
//Agents/1000                                     : 1000@agents;1000
/FunctLock/1000                                   : *4060
/SIP/Registry/1000                                : 192.168.199.118:9463:3600:1000:sip:1000@192.168.199.118:9463
/dundi/secret                                     : EwRJImGQBDheFwEXb9jjRA;mClPLy8610L2Mq5VsN7Sbw
/dundi/secretexpiry                               : 1143221867


However, if I turnoff realtime and add the queue staticly and then add dynamic members and restart asterisk queue member still exist.
Comments:By: gdalgliesh (gdalgliesh) 2006-03-24 10:47:16.000-0600

Additional Info: Dynamic members survive reload but not restart.

By: Serge Vecher (serge-v) 2006-05-03 15:42:27

gdalgliesh: please iclude a console log at high verbosity when this happens. Thanks

By: Serge Vecher (serge-v) 2006-05-11 10:17:20

please reopen, if the problem is reproducible in latest 1.2 branch (rev > 26000) and with debugging information as requested.

thank you.