From: Brian West Date: Thu, 18 Aug 2016 20:12:28 +0000 (-0500) Subject: Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit... X-Git-Tag: v1.6.10~1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2636141c32df5bb8b36588de2ac3a048054c3235;p=thirdparty%2Ffreeswitch.git Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit the original reason and make sure this was the right fix. --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 6028a0d596..a2c4ebdc3e 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -2920,7 +2920,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_set_remote_address(switch_rtp_t *rtp_ switch_mutex_lock(rtp_session->write_mutex); rtp_session->remote_addr = remote_addr; - switch_cp_addr(rtp_session->rtp_from_addr, rtp_session->remote_addr); if (change_adv_addr) { rtp_session->remote_host_str = switch_core_strdup(rtp_session->pool, host);