Hello
I have 2 queues (queue_1 and queue_2 ) in my Asterisk, and I want to 
send 2/3 of the calls to queue_1 and 1/3 of the calls to queue_2
How can I do that load balancing in extensions.conf?

I have something like this:
exten => 123,1,Ringing
exten => 123,2,Wait(1)
exten => 123,3,Answer

;  2 in 3 calls go to queue_1
exten => 123,x,Queue(queue_1)

; 1 in 3 calls go to queue_2
exten => 123,x,Queue(queue_2)

But how can I configure this call distribution?
Thanks
Regards
Joao Pereira

-- 
StarTel - A Rede Livre
Joao Gomes Pereira
www.startel.pt
+351 304500650
sip: gomespere...@startel.pt


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to