]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't have contact str here either it'll result in double contact headers on unregister
authorBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 14:53:23 +0000 (14:53 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 14:53:23 +0000 (14:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13613 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index a3dd31b5e7b7c5dd598b943735bdf37e05ef243d..bbdc7658439a1a96b39a7dedcd7d125f85c9abdd 100644 (file)
@@ -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());
        }