[Home]

Summary:ASTERISK-04051: [patch] SIP does not close socket on unload
Reporter:Tilghman Lesher (tilghman)Labels:
Date Opened:2005-05-03 18:21:12Date Closed:2008-01-15 15:33:04.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20050503__close_sipsock.diff.txt
Description:Simple one line fix:  if you unload the sip module, the socket remains open.

****** ADDITIONAL INFORMATION ******

Disclaimer on file.
Comments:By: Kevin P. Fleming (kpfleming) 2005-05-03 20:07:56

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:33:04.000-0600

Repository: asterisk
Revision: 5562

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r5562 | kpfleming | 2008-01-15 15:33:04 -0600 (Tue, 15 Jan 2008) | 2 lines

ensure the SIP socket is closed on module unload (bug ASTERISK-4051)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5562