]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6275 --resolve I don't think this is a problem with latest firefox + latest maste...
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 26 Feb 2014 16:35:38 +0000 (21:35 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 26 Feb 2014 16:35:38 +0000 (21:35 +0500)
src/switch_core_media.c

index ffb0b306bd69a921b75e1491d468664109eb2da4..3a7207be1d20b0d1c20da30a4608bfa605326f99 100644 (file)
@@ -3144,7 +3144,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
                                //switch_channel_set_variable(session->channel, "rtp_secure_media", "true");
                        }
 
-                       if (got_crypto == -1 && got_savp && !got_avp) {
+                       if (got_crypto == -1 && got_savp && !got_avp && !got_webrtc) {
                                switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Declining invite with only SAVP because secure media is administratively disabled\n");
                                match = 0;
                                break;