mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
FS-5680 revert, set this variable globally in vars.xml instead
This commit is contained in:
parent
e2e8a57d9d
commit
30f7480c9c
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user