Re: [OpenSIPS-Users] dispatcher with t_relay performance

2016-03-06 Thread SamyGo
I'd ask you to read difference between Load_balancer and Dispatcher module. Dispatcher module is not an accurate measure but it is the only option when it comes to load balancing REGISTER requests. Dispatcher is hence very light weight as compared to Load Balancer. For a 200 CPS calls Load

[OpenSIPS-Users] E_DLG_STATE_CHANGED in event route

2016-03-06 Thread Admin
Hi all, I want to track dialog state change using event_route but i am not getting anything in the log file. The way i understand it is when the dialog state changes, the event E_DLG_STATE_CHANGED is triggered, and putting that in the event_route block, i should see it but it's not showing in the

Re: [OpenSIPS-Users] dispatcher with t_relay performance

2016-03-06 Thread Satish Patel
Any thought on it??? On Fri, Mar 4, 2016 at 1:30 PM, Satish Patel wrote: > We have dispatcher and we are using very simple code block like following > > if (method=="REGISTER" || method=="INVITE" ) { > ds_select_dst("1", "2"); > t_relay(); >} > > Does t_relay