[asterisk-bugs] [Asterisk 0010297]: Unload/load support for chan_skinny

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Jan 22 07:59:42 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10297 
====================================================================== 
Reported By:                DEA
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   10297
Category:                   Channels/chan_skinny
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 76940 
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             07-25-2007 01:40 CDT
Last Modified:              01-22-2008 07:59 CST
====================================================================== 
Summary:                    Unload/load support for chan_skinny
Description: 
Reload is not working, but unload and load do work.
My reload code is ugly-simple, it calls the unload 
function, then the load function.  I would have thought
if I could manually unload and load that would be enough.


My threading knowledge is more than a bit weak, but the
existing code was 90% there already.  We needed to store
the address of the skinny_session thread launch from within
accept_thread so we could later cancel it.

Interestingly the skinnysession structure had a member to
store the thread address, but it did not appear to be used.

I also move the teardown of the accept thread to a point before
tearing down the sessions (and their threads) to prevent a phone
from trying to re-register and recreating a session thread after
we had processed it.


====================================================================== 

---------------------------------------------------------------------- 
 sbisker - 01-22-08 07:59  
---------------------------------------------------------------------- 
Any luck on moving this forward?  As far as handling orphaned channels,
wouldn't the same principles apply that are used for chan_sip and chan_zap? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
01-22-08 07:59  sbisker        Note Added: 0080996                          
======================================================================




More information about the asterisk-bugs mailing list