|
|
@@ -176,7 +176,7 @@ route[1] {
|
|
|
#};
|
|
|
|
|
|
# NAT: processing of replies; apply to all transactions
|
|
|
- t_on_reply("1");
|
|
|
+ #t_on_reply("1");
|
|
|
|
|
|
# send it out now; use stateful forwarding as it works reliably even for UDP2TCP
|
|
|
if (!t_relay()) {
|
|
|
@@ -184,7 +184,7 @@ route[1] {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
-onreply_route[1] {
|
|
|
+#onreply_route[1] {
|
|
|
# NAT: is it a NAT'ed transaction ?
|
|
|
# otherwise, is it a transaction behind a NAT and we did not
|
|
|
# know at time of request processing ? (RFC1918 contacts)
|
|
|
@@ -194,5 +194,5 @@ onreply_route[1] {
|
|
|
#} else if (nat_uac_test("1")) {
|
|
|
# fix_nated_contact();
|
|
|
#};
|
|
|
-}
|
|
|
+#}
|
|
|
|