[Freeswitch-svn] [commit] r9346 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN brian at freeswitch.org
Thu Aug 21 20:04:48 EDT 2008


Author: brian
Date: Thu Aug 21 20:04:48 2008
New Revision: 9346

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c

Log:
ipv6 1, SIP -1 billion

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	Thu Aug 21 20:04:48 2008
@@ -545,7 +545,7 @@
 							  TAG_IF(sofia_test_pflag(profile, PFLAG_TLS), NUTAG_SIPS_URL(profile->tls_bindurl)), 
 							  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)), 
-							  NTATAG_UDP_MTU(65536), 
+							  TAG_IF(!strchr(profile->sipip, ':'), NTATAG_UDP_MTU(65536)), 
 							  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