[Asterisk-Users] Agent login state saving?
steve at daviesfam.org
steve at daviesfam.org
Fri Dec 31 00:04:59 MST 2004
On Thu, 30 Dec 2004, Matthew Boehm wrote:
> > On Thu, 30 Dec 2004, Jon Lewis wrote:
> >
> > > Has there been any consideration of having asterisk save to a file the
> > > state of which agents are logged in such that after a restart (or crash)
> > > all agents don't have to manually re-login (after eventually realizing
> > > they're no longer logged in and not receiving calls :) ?
> >
> > CVS Asterisk can already do this, using the Asterisk database.
> >
> > Steve
>
> Care to give an example?
>
> -Matthew
>From configs/queues.conf.sample:
[general]
...
; Persistent Members
; Store each dynamic agent in each queue in the astdb so that
; when asterisk is restarted, each agent will be automatically
; readded into their recorded queues. Default is 'yes'.
;
persistentmembers = yes
...
Regards,
Steve
More information about the asterisk-users
mailing list