< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
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] 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. |