FS-5959 always do rtp_mirror_fmtp behaviour

This commit is contained in:
Anthony Minessale 2013-11-20 23:49:18 +05:00
parent 8c03520502
commit 51464b7b8c
1 changed files with 1 additions and 1 deletions

View 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");
}