[asterisk-bugs] [Asterisk 0014519]: Rtp socket are not closed after Hangup
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Feb 20 09:59:56 CST 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14519
======================================================================
Reported By: triccyx
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14519
Category: Channels/chan_sip/General
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: 1.6.1-rc1
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-02-20 09:59 CST
Last Modified: 2009-02-20 09:59 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);
...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-02-20 09:59 triccyx New Issue
2009-02-20 09:59 triccyx Asterisk Version => 1.6.1-rc1
2009-02-20 09:59 triccyx Regression => No
2009-02-20 09:59 triccyx SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
======================================================================
More information about the asterisk-bugs
mailing list