FS-5680 revert, set this variable globally in vars.xml instead

This commit is contained in:
Anthony Minessale 2013-10-30 14:21:21 -05:00
parent e2e8a57d9d
commit 30f7480c9c

View File

@ -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");
}
}
}
}