mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
comment patch from e644e620c89867895cb4e69f834913f5df1070e2 seems to cause issues
This commit is contained in:
parent
effeee8c9e
commit
673b1019a2
@ -707,9 +707,9 @@ void sofia_glue_set_local_sdp(private_object_t *tech_pvt, const char *ip, switch
|
|||||||
|
|
||||||
if (ov_fmtp) {
|
if (ov_fmtp) {
|
||||||
pass_fmtp = ov_fmtp;
|
pass_fmtp = ov_fmtp;
|
||||||
} else {
|
}// else { // seems to break eyebeam at least...
|
||||||
pass_fmtp = switch_channel_get_variable(tech_pvt->channel, "sip_video_fmtp");
|
//pass_fmtp = switch_channel_get_variable(tech_pvt->channel, "sip_video_fmtp");
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pass_fmtp) {
|
if (pass_fmtp) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user