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

RE: [reSIProcate] FW: How to stop and start DUM ?


Title: LIVECHAT

To  unregister call:  ClientRegistrationHandle->removeAll() or removeBinding()

 

To properly shutdown DUM thread call dum->Shutdown(...) - once the shutdown handler is called, you should be safe to delete the DumThread object.  See dum/test/BasicCall.cpp for examples on how to invoke dum shutdown and use of a shutdown handler.

 

Scott

 


From: Eustanos [mailto:eustanos@xxxxx]
Sent: Saturday, June 25, 2005 3:31 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] FW: How to stop and start DUM ?

 

Hello developers,

 

When registered to SIP proxy I want to unregister correctly.

Unregistration should tell server that I'm no longer available at some contact URI.

How to do that using DUM ? How to propertly stop DUM thread ? 

 

Thank you for help,

Mariusz.