Hello, I've been trying to configure opensips as a load balancer, but keep getting a "483 looping" error. It seems the address is not being rewritten in the INVITE.
Here's the setup: client (sipp) > opensips (1.2.3.4) > asterisk (5.6.7.8) I'm using the same config as in the load balancing tutorial on the opensips site. client says "INVITE sip:[email protected]", then opensips repeats the same to asterisk, rather than changing to "INVITE sip:[email protected]" The only way I've been able to complete a call is by setting rewritehost to 5.6.7.8. 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? Thanks for any help! _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
