]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5959 always do rtp_mirror_fmtp behaviour
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Nov 2013 18:49:18 +0000 (23:49 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 20 Nov 2013 18:49:18 +0000 (23:49 +0500)
src/switch_core_media.c

index b3d4e76efffe646e55f2d0139e9eb69bdc4540f7..5a0bff64dbaa0055c37569f9b072c047f3b7566f 100644 (file)
@@ -6319,7 +6319,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))) { 
+                                       } else { //if (switch_true(switch_channel_get_variable_dup(session->channel, "rtp_mirror_fmtp", SWITCH_FALSE, -1))) { 
                                                // seems to break eyebeam at least...
                                                pass_fmtp = switch_channel_get_variable(session->channel, "rtp_video_fmtp");
                                        }