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

FreeSWITCH SVN brian at freeswitch.org
Wed Jun 3 22:48:59 PDT 2009


Author: brian
Date: Thu Jun  4 00:48:59 2009
New Revision: 13609

Log:
 don't need contact here its already set on the nh .. this results on double contact headers on unregister 

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	Thu Jun  4 00:48:59 2009
@@ -335,7 +335,6 @@
 							   TAG_IF(user_via, SIPTAG_VIA_STR(user_via)),
 							   SIPTAG_FROM_STR(gateway_ptr->register_from),
 							   SIPTAG_TO_STR(gateway_ptr->register_from),
-							   SIPTAG_CONTACT_STR(gateway_ptr->register_contact),
 							   SIPTAG_EXPIRES_STR(gateway_ptr->expires_str),
 							   NUTAG_REGISTRAR(gateway_ptr->register_proxy),
 							   NUTAG_OUTBOUND("no-options-keepalive"), NUTAG_OUTBOUND("no-validate"), NUTAG_KEEPALIVE(0), TAG_NULL());



More information about the Freeswitch-svn mailing list