]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
this breaks gateways... gotta figureo ut why
authorBrian West <brian@freeswitch.org>
Fri, 19 Sep 2008 17:59:31 +0000 (17:59 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 19 Sep 2008 17:59:31 +0000 (17:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9601 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 1e772d960f565c5584f7fbb890a5c7334590a47d..78aa79fb224b93bd6f5075919a8310f80a4fd904 100644 (file)
@@ -550,7 +550,6 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                                                          TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), NUTAG_CERTIFICATE_DIR(profile->tls_cert_dir)), 
                                                          TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), TPTAG_TLS_VERSION(profile->tls_version)), 
                                                          TAG_IF(!strchr(profile->sipip, ':'), NTATAG_UDP_MTU(65535)), 
-                                                         SOATAG_ADDRESS(!switch_strlen_zero(profile->extrtpip) ? profile->extrtpip : profile->rtpip),
                                                          NTATAG_SERVER_RPORT(profile->rport_level), 
                                                          TAG_IF(tportlog, TPTAG_LOG(1)), 
                                                          TAG_END());   /* Last tag should always finish the sequence */