]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
misplaced !
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Sep 2011 17:25:08 +0000 (12:25 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 1 Sep 2011 17:25:08 +0000 (12:25 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index d0d75bfb1f6103a28fcaaef143210ee6dcc3e94c..124982c1de8cab789323fac7d5a5c4a76b500acf 100644 (file)
@@ -3034,7 +3034,7 @@ switch_status_t sofia_glue_activate_rtp(private_object_t *tech_pvt, switch_rtp_f
        }
 
        if (!(sofia_test_pflag(tech_pvt->profile, PFLAG_REWRITE_TIMESTAMPS) ||
-                 ((val = switch_channel_get_variable(tech_pvt->channel, "rtp_rewrite_timestamps")) && !switch_true(val)))) {
+                 ((val = switch_channel_get_variable(tech_pvt->channel, "rtp_rewrite_timestamps")) && switch_true(val)))) {
                flags |= SWITCH_RTP_FLAG_RAW_WRITE;
        }