]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 27 Mar 2015 05:01:05 +0000 (00:01 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 27 Mar 2015 05:01:05 +0000 (00:01 -0500)
src/switch_core_media.c

index a5099058de9d76e592dd8eef88166f01226eb29e..21eb2cefccd8c6e3560d2c4ce0c606de337bee5f 100644 (file)
@@ -445,7 +445,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_check_autoadj(switch_core_sess
        
        if (!switch_media_handle_test_media_flag(smh, SCMF_DISABLE_RTP_AUTOADJ) &&
                !((val = switch_channel_get_variable(session->channel, "disable_rtp_auto_adjust")) && switch_true(val)) && 
-               !switch_channel_test_flag(session->channel, CF_AVPF)) {
+               !switch_channel_test_flag(session->channel, CF_WEBRTC)) {
                /* Reactivate the NAT buster flag. */
                
                if (a_engine->rtp_session) {