Can HAproxy loadbalance voice trafic?

2012-02-15 Thread Mustafa Zargar
Hi All, I was wondering if HAproxy can loadbalance port 5060 (voice) traffic? Any suggestions please? Regards, Mustafa Zargar

Re: Can HAproxy loadbalance voice trafic?

2012-02-15 Thread Stefano Sasso
Hi, have a look at opensips or kamailio. my 2c, stefano 2012/2/15 Mustafa Zargar > ** ** > > Hi All, > > ** ** > > I was wondering if HAproxy can loadbalance port 5060 (voice) traffic? > > Any suggestions please? > > ** ** > > Regards, > > Mustafa Zargar > > ** ** > > **

Re: Can HAproxy loadbalance voice trafic?

2012-02-15 Thread Mustafa zargar
Hi Stefano, Thanks for your reply. Actually i am searching for loadbalancing the outbound traffic in an outbound BPO. I have already installed elastix and it is working fine. I have got two WAN interfaces on elastix server with one virtual and another physical. Thus i installed HAproxy and made it

Re: Can HAproxy loadbalance voice trafic?

2012-02-15 Thread Baptiste
Hey, Usually, voice over ip services uses UDP protocol which HAProxy can't load-balance. Can you confirm that your protocol is TCP only based? cheers On Wed, Feb 15, 2012 at 10:12 AM, Mustafa zargar wrote: > > Hi Stefano, > > Thanks for your reply. > Actually i am searching for loadbalancing th

Re: Rate limit spider / bots ?

2012-02-15 Thread haproxy
John how would i go about using acl ? I thought rate-limit option didn't support backends http://code.google.com/p/haproxy-docs/wiki/rate_limit_sessions ? --- posted at http://www.serverphorums.com http://www.serverphorums.com/read.php?10,445347,446647#msg-446647

RE: Rate limit spider / bots ?

2012-02-15 Thread John Lauro
This isn't tested, just a sample idea... obviously parts missing... Create you acls something like: frontendweb acl is_bot hdr_sub(User-Agent) -i bot ... use_backend botq if is_bot default_backendnormalq backend normalq