Skip to content

Commit

Permalink
Update default.cfg.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
tnewman authored Nov 13, 2017
1 parent d9919fa commit 40f5b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/default.cfg.j2
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ route[INTERNAL_TO_EXTERNAL_RELAY]

# SDP Fix
if (has_body("application/sdp") && nat_uac_test("8")) {
fix_nated_sdp("10","{{ public_ipv4 }}");
fix_nated_sdp("10");
xlog("L_INFO", "FreeSwitch SDP fixup INTERNAL_TO_EXTERNAL_RELAY - inbound INVITE to UA");
}

Expand Down Expand Up @@ -722,7 +722,7 @@ onreply_route[INTERNAL_REPLY]

# SDP Fix
if (has_body("application/sdp") && nat_uac_test("8")) {
fix_nated_sdp("10","{{ public_ipv4 }}");
fix_nated_sdp("10");
xlog("L_INFO", "FreeSwitch SDP fixup INTERNAL_RELAY - outbound to UA");
}

Expand Down

0 comments on commit 40f5b77

Please sign in to comment.