[Asterisk-Users] AddQueueMember and call distribution

2004-10-29 Thread Sean A. Newton
Is there anyway to get Agents (members of the queue) logged out if they do not answer a call. I'm assuming that autologoff doesn't work with AddQueueMember. I've searched the wiki and google to death... Currently, when a call comes in to the queue, one member just rings and rings and rings. It

Re: [Asterisk-Users] AddQueueMember and call distribution

2004-10-29 Thread Jeremy Rusnak
Sean, We're in the same boat. What I have ended up doing was to use the roundrobin strategy. Round robin will ring each queue member one after the other in a loop until someone answers. It still doesn't address the issue with auto-logout. I have been toying with the idea of making a custom

Re: [Asterisk-Users] AddQueueMember and call distribution

2004-10-29 Thread Nicolás Gudiño
Hi Jeremy, On Fri, 29 Oct 2004 13:19:33 -0400, Jeremy Rusnak [EMAIL PROTECTED] wrote: Sean, We're in the same boat. What I have ended up doing was to use the roundrobin strategy. Round robin will ring each queue member one after the other in a loop until someone answers. [snip] For the

Re: [Asterisk-Users] AddQueueMember and call distribution

2004-10-29 Thread Michael Loftis
If you're not using chan_agent you have to do this your own somehow I'm going to attempt to use dialplan logic along with 'tagged' CID but it seems sometimes * doesn't pass the CalleridName after I modify itthis might be a problem in my dialplan here. The other option is to use rrmemory