]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5680 revert, set this variable globally in vars.xml instead
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Oct 2013 19:21:21 +0000 (14:21 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 30 Oct 2013 19:21:21 +0000 (14:21 -0500)
src/switch_core_media.c

index 3ab77c565b09c2132e26ab17de9a86a2781992b4..d435b1173ad54577c8b82bced24e17a0fde3a824 100644 (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");
-                                               }
                                        }
                                }
                        }