[asterisk-bugs] [Asterisk 0014519]: Rtp socket are not closed after Hangup
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 23 05:12:57 CST 2009
A NOTE has been added to this issue.
======================================================================
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-23 05:12 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);
...
======================================================================
----------------------------------------------------------------------
(0100528) triccyx (reporter) - 2009-02-23 05:12
http://bugs.digium.com/view.php?id=14519#c100528
----------------------------------------------------------------------
Problems also with dialog->stimer "too many files open" and memory leack.
Issue History
Date Modified Username Field Change
======================================================================
2009-02-23 05:12 triccyx Note Added: 0100528
======================================================================
More information about the asterisk-bugs
mailing list