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
This commit is contained in:
parent
4e6be5132c
commit
8e264274f3
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue