[asterisk-bugs] [Asterisk 0017255]: UDP ports not freed/ports leaking
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Jun 3 05:43:53 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17255
======================================================================
Reported By: kvveltho
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17255
Category: Core/General
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: 1.6.2.7-rc2
JIRA: SWP-1410
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-04-28 06:23 CDT
Last Modified: 2010-06-03 05:43 CDT
======================================================================
Summary: UDP ports not freed/ports leaking
Description:
The following is not fixed:
These release candidates resolve an issue with UDP ports not being freed,
per
issue https://issues.asterisk.org/view.php?id=16774
(https://issues.asterisk.org/view.php?id=16774)
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016774 [patch] [regression] 1.6.1.13 and 1.6.1...
======================================================================
----------------------------------------------------------------------
(0122872) frawd (reporter) - 2010-06-03 05:43
https://issues.asterisk.org/view.php?id=17255#c122872
----------------------------------------------------------------------
wdoekes, in your case at least (and probably beres'), it looks like the
leak happens only on T.38 sessions, as ports leaked seem to always be by 3
looking at the information you provided (I can't believe i missed that
before!):
- an RTP port (10000-20000)
- an RTCP port (RTP+1)
- a UDPTL port (4500-4999)
Ex. from about everything you pasted, you can see it clearly things like:
asterisk 13620 asterisk 30u IPv4 66394165 0t0 UDP *:14418
asterisk 13620 asterisk 31u IPv4 66394166 0t0 UDP *:14419
asterisk 13620 asterisk 32u IPv4 66394167 0t0 UDP *:4552
You can try to confirm by disabling T.38 if you can. In that case the good
news is it would narrow the problem down quite a bit.
The bad news is I'm no expert at all in all the REF/UNREF things in
Asterisk, I will try to get a look and help, but probably a real Asterisk
dev will have to correct the issue, and believe me this could take time
(start learning C, that's what I did while waiting for answers on this bug
tracker). :-)
Issue History
Date Modified Username Field Change
======================================================================
2010-06-03 05:43 frawd Note Added: 0122872
======================================================================
More information about the asterisk-bugs
mailing list