From 30f7480c9cd199301062197c3fa844bb0bdca9ca Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 30 Oct 2013 14:21:21 -0500 Subject: [PATCH] FS-5680 revert, set this variable globally in vars.xml instead --- src/switch_core_media.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 3ab77c565b..d435b1173a 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -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"); - } } } }