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

Freeswitch SVN anthm at freeswitch.org
Mon Oct 15 17:03:56 EDT 2007


Author: anthm
Date: Mon Oct 15 17:03:56 2007
New Revision: 5881

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

Log:
update

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	Mon Oct 15 17:03:56 2007
@@ -164,7 +164,7 @@
 	//nua_message(nh, SIPTAG_CONTENT_TYPE_STR("text/plain"),
 	//SIPTAG_PAYLOAD_STR("You suffer from Connectile Dysfunction.\nYou should use stun....\n"), TAG_END());
 
-	nua_options(nh, SIPTAG_FROM_STR(profile->url), SIPTAG_TO_STR(to), NUTAG_URL(contact), SIPTAG_CONTACT_STR(profile->url), TAG_END());
+	nua_options(nh, TAG_END());
 	
 	return 0;
 }



More information about the Freeswitch-svn mailing list