[asterisk-users] queues load balancing

Joao Gomes Pereira gomespereira at startel.pt
Mon Jul 20 06:29:05 CDT 2009


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: gomespereira at startel.pt




More information about the asterisk-users mailing list