From: Anthony Minessale Date: Wed, 30 Oct 2013 19:21:21 +0000 (-0500) Subject: FS-5680 revert, set this variable globally in vars.xml instead X-Git-Tag: v1.5.6~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=30f7480c9cd199301062197c3fa844bb0bdca9ca;p=thirdparty%2Ffreeswitch.git FS-5680 revert, set this variable globally in vars.xml instead --- 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"); - } } } }