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

Freeswitch SVN mikej at freeswitch.org
Thu Oct 26 07:47:23 EDT 2006


Author: mikej
Date: Thu Oct 26 07:47:22 2006
New Revision: 3208

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

Log:
make sofia a bit more stable after an outbound register.  Please note, we are working on some issues in sofia, revisions after last weekend are currently not considered stable under some conditions.

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu Oct 26 07:47:22 2006
@@ -1425,6 +1425,7 @@
 							  switch_channel_get_name(channel),
 							  tech_pvt->local_sdp_str);
 			nua_respond(tech_pvt->nh, SIP_200_OK, 
+						SIPTAG_CONTACT_STR(tech_pvt->profile->url),
 						SOATAG_USER_SDP_STR(tech_pvt->local_sdp_str),
 						SOATAG_AUDIO_AUX("cn telephone-event"),
 						NUTAG_INCLUDE_EXTRA_SDP(1),



More information about the Freeswitch-svn mailing list