]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment patch from e644e620c89867895cb4e69f834913f5df1070e2 seems to cause issues
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 17:18:19 +0000 (11:18 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 4 Dec 2012 17:18:19 +0000 (11:18 -0600)
src/mod/endpoints/mod_sofia/sofia_glue.c

index efdce9449ee705d9c2c1f7029bed99b51756fbf6..d24b3182c1d42300fc67c5f1beb95b34be0b8348 100644 (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) {