Hi Iñaki, Iñaki Baz Castillo wrote: > 2009/9/14 Iñaki Baz Castillo <[email protected]>: > >> In my example call the rule 1 is choosen (since it has highest prioriry). >> Gateways 1 and 2 fail (reply 503 code) and there is no more failover, this >> is: >> servers 3 and 4 are not tryed, is it the expected behaviour? >> > > After more testing I cannot get it working (just the rule with highest > priority is retrieved) so why does "priority" field exist? > > Also, I fail to understand how could I configure a balancing system > with different weight, something as: > > gw1 => 60% > gw2 => 40% > > The only I can get is a 50% distribution by setting gw1 and gw2 in a > dr_rule (and selecting "order" != 0). > The module does not support native weight, but you can simulate it (with order 1) : RULE1 -> GW: gw1,gw1,gw2,gw2,gw2
this will give you a 40% 60% distribution for the first selected GW from the set. Regards, Bogdan _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
