mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 17:22:21 +00:00
FS-6275 --resolve I don't think this is a problem with latest firefox + latest master but i'll ensure it with this change. Anyone into testing webrtc should always use master until an official 1.4 is released.
This commit is contained in:
parent
378caebc9a
commit
3e499da329
@ -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");
|
//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");
|
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;
|
match = 0;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user