]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Revert FS-8565, its getting a few blames for 3cx interop issues, we need to revisit...
authorBrian West <brian@freeswitch.org>
Thu, 18 Aug 2016 20:12:28 +0000 (15:12 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 18 Aug 2016 20:12:28 +0000 (15:12 -0500)
src/switch_rtp.c

index 6028a0d596e7859c625ff7a66a95ae74a5ac0203..a2c4ebdc3e9aa7aee2e7d6ca56606dc009554f3f 100644 (file)
@@ -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);