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

FreeSWITCH SVN anthm at freeswitch.org
Wed Apr 29 17:23:52 PDT 2009


Author: anthm
Date: Wed Apr 29 19:23:51 2009
New Revision: 13203

Log:
add experimental NDLB-connectile-dysfunction-2.0

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

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c	Wed Apr 29 19:23:51 2009
@@ -780,7 +780,7 @@
 		}
 		
 		display = contact->m_display;
-
+		
 		if (is_nat) {
 			if (is_tls) {
 				reg_desc = "Registered(TLS-NAT)";
@@ -826,7 +826,6 @@
 			switch_copy_string(path_encoded, ";fs_path=", 10);
 			switch_url_encode(my_contact_str, path_encoded + 9, path_encoded_len - 9);
 			exptime = 30;
-			switch_snprintf(contact_str + strlen(contact_str), sizeof(contact_str) - strlen(contact_str), "%s", path_encoded);
 		}
 
 		if (port) {



More information about the Freeswitch-svn mailing list