From: Brian West Date: Thu, 4 Jun 2009 14:53:23 +0000 (+0000) Subject: don't have contact str here either it'll result in double contact headers on unregister X-Git-Tag: v1.0.4~629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e264274f323654c2123743489053aee2bfe22cf;p=thirdparty%2Ffreeswitch.git don't have contact str here either it'll result in double contact headers on unregister git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13613 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index a3dd31b5e7..bbdc765843 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -85,7 +85,6 @@ static void sofia_reg_kill_reg(sofia_gateway_t *gateway_ptr) 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()); }