Hi,
in my config I have:
if (nat_uac_test("18")) {
xlog("fixing nat");
if (method=="REGISTER") {
fix_nated_register();
fix_nated_contact();
} else {
fix_nated_contact();
};
force_rport();
};
In location table I can see that ip:port is saved from source ip:port
and not from contact which is good (contact has private_ip). Invites are
also send to right ip:port. Problem is that ACK is send to private ip
instead to public_ip:port.
What I am missing?
br
miha
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users