Re: [OpenSIPS-Users] mid_registrar load balance

2020-11-13 Thread David Villasmil
You should be able to use the dispatcher module just before relaying. Have you tried that? On Fri, 13 Nov 2020 at 13:09, Andy Kama wrote: > Hi Guys > > is it possible to load balance with mid_registrar? > perhaps setting multiple $ru in this part > >if (is_method("REGISTER")) {

Re: [OpenSIPS-Users] mid_registrar load balance

2020-11-13 Thread Alain Bieuzent
, "$avp(IP)", 3600);     t_relay();     break;     case 2:     xlog("L_INFO", "absorbing REGISTER for $tU ");             break;  

[OpenSIPS-Users] mid_registrar load balance

2020-11-13 Thread Andy Kama
Hi Guys is it possible to load balance with mid_registrar? perhaps setting multiple $ru in this part if (is_method("REGISTER")) { mid_registrar_save("location"); switch ($retcode) { case 1: xlog("forwarding REGISTER to main registrar