[asterisk-bugs] [Asterisk 0014519]: Rtp socket are not closed after Hangup

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Feb 23 15:37:58 CST 2009


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14519 
====================================================================== 
Reported By:                triccyx
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   14519
Category:                   Channels/chan_sip/General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Asterisk Version:           1.6.1-rc1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Request Review:              
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-02-20 09:59 CST
Last Modified:              2009-02-23 15:37 CST
====================================================================== 
Summary:                    Rtp socket are not closed after Hangup
Description: 
After a sip call the rtp ports are never closed.
Please try with "netstat -lnp | grep asterisk"


Perhaps dialog_unlink_all() need
if (dialog->rtp) 
    ast_rtp_destroy(dialog->rtp);
...


======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0014522 sip channels stay open
====================================================================== 

---------------------------------------------------------------------- 
 (0100585) file (administrator) - 2009-02-23 15:37
 http://bugs.digium.com/view.php?id=14519#c100585 
---------------------------------------------------------------------- 
Closed per other issue. Fixed in SVN. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-23 15:37 file           Note Added: 0100585                          
2009-02-23 15:37 file           Status                   feedback => resolved
2009-02-23 15:37 file           Resolution               open => no change
required
======================================================================




More information about the asterisk-bugs mailing list