Is there an easy way to automatically log agents in? We are using the queuing function to front end a main number without really using multiple agents. The downside is during a restart, or system reboot someone must remember to log in the agent. If I could incorporate it into a startup script it would be much more convenient. I've done some looking around and see references to persistent logins but that seems to be on the development platform. Hendrik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050620/c1db838f/attachment.htm
In the queues.conf file, under your queue you can add the following: member=sip/ExtensionNumber where ExtensionNumber is the extension. Then they should always be part of the queue. Hope this helps. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Hendrik Magilsen Sent: Monday, June 20, 2005 4:20 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Automatic Agent Login Is there an easy way to automatically log agents in? We are using the queuing function to front end a main number without really using multiple agents. The downside is during a restart, or system reboot someone must remember to log in the agent. If I could incorporate it into a startup script it would be much more convenient. I've done some looking around and see references to persistent logins but that seems to be on the development platform. Hendrik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050620/c2ce6a2f/attachment.htm
I think that will only assign that member to the Queue, but the member will still need to log in. - Waldo On Jun 20, 2005, at 7:42 PM, Dan Morin wrote:> In the queues.conf file, under your queue you can add the following: > > > > member=sip/ExtensionNumber > > > > where ExtensionNumber is the extension. Then they should always be > part of the queue. > > > > Hope this helps. > > > > > > > > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk- > users-bounces@lists.digium.com] On Behalf Of Hendrik Magilsen > Sent: Monday, June 20, 2005 4:20 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Automatic Agent Login > > > > Is there an easy way to automatically log agents in? > > > > We are using the queuing function to front end a main number > without really using multiple agents. The downside is during a > restart, or system reboot someone must remember to log in the > agent. If I could incorporate it into a startup script it would be > much more convenient. I?ve done some looking around and see > references to persistent logins but that seems to be on the > development platform. > > > > Hendrik > > _______________________________________________ > 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050621/b49f7d23/attachment.htm