Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread equis software
queues there are much more such situation than just this one ;) > >> > >> > > >> > > >> > > >> > Cheers, > >> > > >> > > >> > > >> > Darrin Henshaw | IT Administrator | MCTS: Exchange 2007 | MCSE 20

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
Exchange 2007 | MCSE 2003 | >> > LPIC >> > >> > Ignition Support Center | www.ignition.bm >> > >> > Bermuda (441) 496-4319 | Cayman (345) 947-4357 | Halifax (902) 482-1288 >> > Atlanta | Bermuda | Cayman | Halifax >> > >> > &g

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread equis software
> > Bermuda (441) 496-4319 | Cayman (345) 947-4357 | Halifax (902) 482-1288 > > Atlanta | Bermuda | Cayman | Halifax > > > > > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of equis > software > > Sent: Friday, November 28, 200

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread equis software
TECTED] *On Behalf Of *equis software > *Sent:* Friday, November 28, 2008 10:06 > *To:* Asterisk Users Mailing List - Non-Commercial Discussion > *Subject:* Re: [asterisk-users] Priority between calls from different > queues > > > > I saw QUEUE_PRIO but it works inside a queue not betw

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
s software > Sent: Friday, November 28, 2008 10:06 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [asterisk-users] Priority between calls from different queues > > > > I saw QUEUE_PRIO but it works inside a queue not between queues. > > I need to

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Darrin Henshaw
[EMAIL PROTECTED] On Behalf Of equis software Sent: Friday, November 28, 2008 10:06 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Priority between calls from different queues I saw QUEUE_PRIO but it works inside a queue not between queues. I need to use two

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread equis software
I saw QUEUE_PRIO but it works inside a queue not between queues. I need to use two queues because their have different settings like max time waiting, max amount of calls in queue and others. Regards On Fri, Nov 28, 2008 at 11:34 AM, Atis Lezdins <[EMAIL PROTECTED]> wrote: > On Fri, Nov 28, 200

Re: [asterisk-users] Priority between calls from different queues

2008-11-28 Thread Atis Lezdins
On Fri, Nov 28, 2008 at 1:13 PM, equis software <[EMAIL PROTECTED]> wrote: > Hi! > I want to know the way that calls are answer in this case... > I have queue1 and queue2, one agent that receive call from both queues. > > queue1 <- call1 > queue1 <- call2 > queue2 <- call3 > queue2 <- call4 > > In

[asterisk-users] Priority between calls from different queues

2008-11-28 Thread equis software
Hi! I want to know the way that calls are answer in this case... I have queue1 and queue2, one agent that receive call from both queues. queue1 <- call1 queue1 <- call2 queue2 <- call3 queue2 <- call4 In my test the agent answer calls in this order: call1,call3,call2 and call4. I think this must