Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-03-21 Thread Mayur Koshal
URI sl_send_reply("484","Address Incomplete"); exit; } # do lookup with method filtering if (!lookup("location","m")) { if (!db_does_uri_exist()) { send_reply("420","Bad Extension"); exit; } t_newtran(); t_reply("404", "Not Found");

Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-03-07 Thread Mayur Koshal
Hi Bogdan, Sorry for the delayed reply. I resumed to look into this issue after a break and I confirmed that the invite request is going back and forth between the load balancer and the proxy. Just to revisit the setup as the IP's got changed : UAC(192.168.100.21:5065)---LB (192.168.100.21:5

Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-01-16 Thread Mayur Koshal
> Hi Mayur, > > The simplest way to debug this is by using the script_trace() function - > see: > http://www.opensips.org/Documentation/Script-CoreFunctions-2-3#toc43 > > Simply add in the very begging of your script: > script_trace( 1, "$rm from $si, ruri=$

Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-01-15 Thread Mayur Koshal
ogdan-Andrei Iancu > > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amsterdam > > On 01/12/2018 07:36 PM, Mayur Koshal wrote: > >> Hi Bogdan, >> >> Thanks for the Repl

Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-01-12 Thread Mayur Koshal
erstand how the call is routed. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amsterdam > > > On 01/08/2018 06:08 PM, Mayur Koshal

Re: [OpenSIPS-Users] Not able to make Load Balancer work

2018-01-08 Thread Mayur Koshal
ensips Proxy 2 -> UAS 2 Regards Mayur On Mon, Jan 8, 2018 at 9:16 PM, Mayur Koshal wrote: > Hi Everyone, > > > > I have configured and build opensips as a Load Balancer but am not > able to make it work. > > Not able to figure out where the problem is ? >

[OpenSIPS-Users] Not able to make Load Balancer work

2018-01-08 Thread Mayur Koshal
Hi Everyone, I have configured and build opensips as a Load Balancer but am not able to make it work. Not able to figure out where the problem is ? Request your help in resolving the issue .. My setup is like : -> Opensips Proxy