]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
be more iOS friendly when using TCP or TLS because the phone never sleeps thus drain...
authorBrian West <brian@freeswitch.org>
Wed, 12 Jan 2011 22:27:56 +0000 (16:27 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 12 Jan 2011 22:28:10 +0000 (16:28 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index 904f3ecb465575decac8c41a55e69d5e76263edf..67a7a6e582f2c924554650182f0ae3b75b768da3 100644 (file)
@@ -1477,8 +1477,6 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                                                                         TPTAG_TLS_VERIFY_POLICY(0)),
                                                          TAG_IF(sofia_test_pflag(profile, PFLAG_TLS),
                                                                         TPTAG_TLS_VERSION(profile->tls_version)),
-                                                         TAG_IF(sofia_test_pflag(profile, PFLAG_TLS),
-                                                                        TPTAG_KEEPALIVE(20000)),
                                                          TAG_IF(!strchr(profile->sipip, ':'),
                                                                         NTATAG_UDP_MTU(65535)),
                                                          TAG_IF(sofia_test_pflag(profile, PFLAG_DISABLE_SRV),