[asterisk-bugs] [Asterisk 0014519]: Rtp socket are not closed after Hangup
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Feb 23 10:43:07 CST 2009
A NOTE has been added to this issue.
======================================================================
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: feedback
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 10:43 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
======================================================================
----------------------------------------------------------------------
(0100561) file (administrator) - 2009-02-23 10:43
http://bugs.digium.com/view.php?id=14519#c100561
----------------------------------------------------------------------
If you truly are using 1.6.1-rc1 then that is not true, as the issue in
14522 seems to be isolated to changes only made in trunk. If you are not
using 1.6.1-rc1 then it is important to know exactly what you are indeed
using.
Issue History
Date Modified Username Field Change
======================================================================
2009-02-23 10:43 file Note Added: 0100561
======================================================================
More information about the asterisk-bugs
mailing list