]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6612 backport to 1.2 for endusers still on 1.2 that require this
authorBrian West <brian@freeswitch.org>
Mon, 23 Jun 2014 21:40:04 +0000 (16:40 -0500)
committerBrian West <brian@freeswitch.org>
Mon, 23 Jun 2014 21:40:04 +0000 (16:40 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index a7ba0f036a5ccdacf8e1b532e29a16e04b8ed753..6040ec00568400e01605f06cd8d9bc36b2dae9ad 100644 (file)
@@ -2455,6 +2455,8 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                                                          TAG_IF( ! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only, NUTAG_URL(profile->bindurl)),
                                                          NTATAG_USER_VIA(1),
                                                          TPTAG_PONG2PING(1),
+                                                         NTATAG_TCP_RPORT(0),
+                                                         NTATAG_TLS_RPORT(0),
                                                          NUTAG_RETRY_AFTER_ENABLE(0),
                                                          TAG_IF(!strchr(profile->sipip, ':'),
                                                                         SOATAG_AF(SOA_AF_IP4_ONLY)),