Re: [OpenSIPS-Users] OpenSips Load balancer. - Overcome limitations of Call Driven Load Balancing

2020-07-27 Thread Chandan PR
Hi Jon, and All While I was thinking through this approach, one question popped up in my thought. Since we run on a full load most of the hours, even if we limit the number of calls to the faulty destination, it is very much possible that call drain can happen as the faulty destination errors out

Re: [OpenSIPS-Users] OpenSips Load balancer. - Overcome limitations of Call Driven Load Balancing

2020-07-24 Thread Chandan PR
Thanks for the response Jon. Let me have a look at it. On Fri, Jul 24, 2020 at 7:42 PM Jon Abrams wrote: > Hi Chandan, > > There may be something else purpose built for this, but you can use > the dialog profiles to track and limit the port usage: > > set_dlg_profile("outcarrier","$avp(out_c

Re: [OpenSIPS-Users] OpenSips Load balancer. - Overcome limitations of Call Driven Load Balancing

2020-07-24 Thread Jon Abrams
Hi Chandan, There may be something else purpose built for this, but you can use the dialog profiles to track and limit the port usage: set_dlg_profile("outcarrier","$avp(out_carrier_id)"); if ($avp(out_max_call_limit) > 0) { set_dlg_profile("profile","$avp(out_qos_profile_id)

[OpenSIPS-Users] OpenSips Load balancer. - Overcome limitations of Call Driven Load Balancing

2020-07-24 Thread Chandan PR
Hello Everyone, Currently, we are using Open Sips Load balancer in Call Driven load balancing . Our scenario is as below: *D* - Total Destinations configured at OpenSips *P* - No of Ports/Sessions Each Destination can handle concurr