mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-09 22:01:52 +00:00
FS-5680 revert, set this variable globally in vars.xml instead
This commit is contained in:
@@ -2804,9 +2804,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
||||
|
||||
if (!strcasecmp(attr->a_name, "fingerprint") && !zstr(attr->a_value)) {
|
||||
got_crypto = 1;
|
||||
if (sdp_type == SDP_TYPE_REQUEST) {
|
||||
switch_channel_set_variable(session->channel, "answer_delay", "2500");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user