Jon Gabrielson
2005-May-20 21:59 UTC
[Asterisk-Users] How can you keep agents logged in across a restart?
The persistentmembers=yes is suppose to keep agents in a queue over a restart. It might do this, but it doesn't do much good as even if they all remain in the queue, they are all logged out on a restart. Is there any way to keep the agents that are logged in, logged in across a restart? Thanks, Jon.
Race Vanderdecken
2005-May-22 13:24 UTC
[Asterisk-Users] How can you keep agents logged in across a restart?
Yes, I have done what is called a Zombie list. I save the current registrations list every time a new registration comes in. When asterisk recycles I send a SIP message to everyone in the zombie list asking them to reregister with asterisk. Part of the SIP protocol. Mind you this only works with SIP. It is changes to the chan_sip.c code. Race "the tyrant" Vanderdecken -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jon Gabrielson Sent: Saturday, May 21, 2005 12:59 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] How can you keep agents logged in across a restart? The persistentmembers=yes is suppose to keep agents in a queue over a restart. It might do this, but it doesn't do much good as even if they all remain in the queue, they are all logged out on a restart. Is there any way to keep the agents that are logged in, logged in across a restart? Thanks, Jon. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users