On Fri, 1 Apr 2005, Obihuan wrote: > Hello all, > > There are any way for the queue agents in asterisk that they do not > need to login in the queue to begin recibing calls? > > I want to use this queue for our recepcionist, with only one agent. > All that I want is, > > 1. The recepcionist do not need to make a login in the queue. > 2. The recepcionist not have to hear the phone all the time waiting > for new calls, when she hangs up the phone asterisk make a logout for > the agent and she must to login it again to recibe new calls.
Use static agents, defined in queues.conf.. Example: [office] strategy = ringall timeout = 600 retry = 5 music = default member = Local/[EMAIL PROTECTED] member = Local/[EMAIL PROTECTED] member = Local/[EMAIL PROTECTED] member = Local/[EMAIL PROTECTED] _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
