Hey guys, i'm wondering if there is any good way to get app_queue working in real roundrobin strategy. The idea is to specify a call list of, lets say, 3 agants. Those agents should always be called in the correct defined order. So all calls have to get the following agent priority: 1st Agent -> 2nd Agent -> 3rd Agent I've actually solved that by defining penelty for the accounts, but if the 1st Agent does not hear his/her phone and did not logged off correctly, the 2nd or 3rd agent has no chance to get the incoming call on his/her phone. It would be great if there is any solution - else it would be interesting how to send feature requests to asterisk-developers. Greetings from germany, Michael Konietzny
Michael Konietzny wrote:> i'm wondering if there is any good way to get app_queue working in real roundrobin strategy. The idea > is to specify a call list of, lets say, 3 agants. Those agents should always be called in the correct defined order. > > So all calls have to get the following agent priority: 1st Agent -> 2nd Agent -> 3rd AgentThis is not roundrobin, it's linear. We don't have a linear queue strategy at this time.
On 17:41, Thu 01 Jun 06, Michael Konietzny wrote:> Hey guys, > > i'm wondering if there is any good way to get app_queue working in real roundrobin strategy. The idea > is to specify a call list of, lets say, 3 agants. Those agents should always be called in the correct defined order. > > So all calls have to get the following agent priority: 1st Agent -> 2nd Agent -> 3rd Agent > > I've actually solved that by defining penelty for the accounts, but if the 1st Agent does not hear his/her phone and > did not logged off correctly, the 2nd or 3rd agent has no chance to get the incoming call on his/her phone. > > It would be great if there is any solution - else it would be interesting how to send feature requests to asterisk-developers.use rrmemory -- Michiel van Baak michiel@vanbaak.eu http://michiel.vanbaak.eu GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD "Why is it drug addicts and computer afficionados are both called users?"
On 6/1/06, Michael Konietzny <michael@konietzny.ws> wrote:> Hey guys, > > i'm wondering if there is any good way to get app_queue working in real roundrobin strategy. The idea > is to specify a call list of, lets say, 3 agants. Those agents should always be called in the correct defined order. > > So all calls have to get the following agent priority: 1st Agent -> 2nd Agent -> 3rd Agent > > I've actually solved that by defining penelty for the accounts, but if the 1st Agent does not hear his/her phone and > did not logged off correctly, the 2nd or 3rd agent has no chance to get the incoming call on his/her phone. > > It would be great if there is any solution - else it would be interesting how to send feature requests to asterisk-developers. >You might be able to use autopause to automatically pause the 1st agent out of the queue when they fail to answer the phone, but the trick then will be making sure that when they return, they know they are paused and need to unpause in order to receive calls again. BJ -- Bird's The Word Technologies, Inc. http://www.btwtech.com/