]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5410 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 13 May 2013 18:15:33 +0000 (13:15 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 13 May 2013 18:15:54 +0000 (13:15 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 2b7aa28bbbdb71fdc6560162490c2d5ac8d52521..f59d474b2fa564fbb1f69647bcfcacf454f36a28 100644 (file)
@@ -2416,6 +2416,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                                                          profile,      /* Additional data to pass to callback */
                                                          TAG_IF( ! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only, NUTAG_URL(profile->bindurl)),
                                                          NTATAG_USER_VIA(1),
+                                                         TPTAG_PONG2PING(1),
                                                          NUTAG_RETRY_AFTER_ENABLE(0),
                                                          TAG_IF(!strchr(profile->sipip, ':'),
                                                                         SOATAG_AF(SOA_AF_IP4_ONLY)),