]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
uncomment code
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Oct 2015 19:38:36 +0000 (14:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Oct 2015 19:38:36 +0000 (14:38 -0500)
src/switch_core_media.c

index 651298d5dab9ad9ed5a4dc8b44f9140a5f8d9dda..4c2606f030a77ce659af0bccc2cf64c739c6044f 100644 (file)
@@ -7931,8 +7931,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
 
                                                if (ov_fmtp) {
                                                        pass_fmtp = ov_fmtp;
-                                               } else { //if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) { 
-                                                       // seems to break eyebeam at least...
+                                               } else if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) { 
                                                        pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
                                                }
                                        }