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

[reSIProcate] How to cleanly stop DUM/Stack threads with Active UAs


All,
 
I'm trying to understand the correct sequence to follow when shutting down UA that is registered. I am also using a DumThread and SipStackThread.
 
It seems I am asserting in the TU layer when i do the following:
 
if(registered)
    registerHandle->end();
 
m_dumThread->shutdown;
m_dumThread->join();
 
delete m_dumThread;
delete mDum;
 
Any ideas??
 
Bill Kovar
Avaya Inc.
(732) 852-2609
bkovar@xxxxxxxxx