comment patch from e644e620c8 seems to cause issues

This commit is contained in:
Anthony Minessale 2012-12-04 11:18:19 -06:00
parent 7744b62a62
commit ca603e59ef
1 changed files with 3 additions and 3 deletions

View File

@ -707,9 +707,9 @@ void sofia_glue_set_local_sdp(private_object_t *tech_pvt, const char *ip, switch
if (ov_fmtp) {
pass_fmtp = ov_fmtp;
} else {
pass_fmtp = switch_channel_get_variable(tech_pvt->channel, "sip_video_fmtp");
}
}// else { // seems to break eyebeam at least...
//pass_fmtp = switch_channel_get_variable(tech_pvt->channel, "sip_video_fmtp");
//}
}
if (pass_fmtp) {