Hola a todos,

Estoy usando Dynamic Routing Module to buscar el gateway a ser usado acorde el prefijo marcado

mi tabla dr_rules

ruleidgroupprefixtimerecpriorityrouteidgwlistdescription
1254NULL0NULL1,2Rule 1

tabla dr_gateways
gwidtypeaddressstrippri_prefixdescription
11010.10.10.10:5060

Gateway 1
21010.10.10.11:5060

Gateway 2



Siempre usa el gateway id 1, y si falla uso el use_next_gw() y sale por el gateway id 2

Como hago para que haga un balancer entre el  gateway 1 y 2? Es possible?

Saludos