< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] Unregistering old contact on iP change


Hi, 

When the network IP changes and we call end() on the client
registration in DUM, it unregisters contact with the new IP
address not the old contact address. I think the new address 
is automatically appended to the unregister contact header.
Consequently the old contact address is still present when we reregister.

However when stopping the stack, the unregister seems to be done correctly

Is there any way to get the right behaviour when unregistering without stopping the 
engine on network Ip change.

Thanks