El Miércoles, 15 de Julio de 2009, David escribió: > load_balance selects the correct destination, and it's set in $du. How can > I rewrite the address so t_relay sends INVITE to 5.6.7.8 (or whatever > address load_balance picks), instead of looping to 1.2.3.4?
$du is the *real* destination regardless of the RURI value. If you also want to change the RURI you can do it: $ru = $du; -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
