[Freeswitch-trunk] [commit] r13613 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
brian at freeswitch.org
Thu Jun 4 07:53:23 PDT 2009
Author: brian
Date: Thu Jun 4 09:53:23 2009
New Revision: 13613
Log:
don't have contact str here either it'll result in 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 09:53:23 2009
@@ -85,7 +85,6 @@
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "UN-Registering %s\n", gateway_ptr->name);
nua_unregister(gateway_ptr->nh,
NUTAG_URL(gateway_ptr->register_url),
- SIPTAG_CONTACT_STR(gateway_ptr->register_contact),
NUTAG_REGISTRAR(gateway_ptr->register_proxy),
TAG_END());
}
More information about the Freeswitch-trunk
mailing list