[Freeswitch-svn] [commit] r9601 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
brian at freeswitch.org
Fri Sep 19 13:59:32 EDT 2008
Author: brian
Date: Fri Sep 19 13:59:31 2008
New Revision: 9601
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
this breaks gateways... gotta figureo ut why
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Fri Sep 19 13:59:31 2008
@@ -550,7 +550,6 @@
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 */
More information about the Freeswitch-svn
mailing list