[asterisk-bugs] [Asterisk 0017255]: [patch] UDP ports not freed/ports leaking
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 8 04:31:46 CST 2011
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: 2011-02-08 04:31 CST
======================================================================
Summary: [patch] 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...
related to 0018121 Early bind of UDPTL ports can create a ...
======================================================================
----------------------------------------------------------------------
(0131652) wdoekes (reporter) - 2011-02-08 04:31
https://issues.asterisk.org/view.php?id=17255#c131652
----------------------------------------------------------------------
Okay. I was looking in the wrong place. It turned out that it wasn't the
realtime peers. My ~ 27 seconds were wrong too. It was ~ 32 seconds after
startup.
This config reproduces it (I used a clean 1.6.2.16.1 with your patch):
# for x in /etc/asterisk/*.conf ; do echo $x: ; echo ; cat $x ; echo ;
done
/etc/asterisk/asterisk.conf:
[directories]
astetcdir => /etc/asterisk
astmoddir => /usr/local/lib/asterisk/modules
astvarlibdir => /var/lib/asterisk
astdbdir => /var/lib/asterisk
astkeydir => /var/lib/asterisk
astdatadir => /var/lib/asterisk
astagidir => /var/lib/asterisk/agi-bin
astspooldir => /var/spool/asterisk
astrundir => /var/run/asterisk
astlogdir => /var/log/asterisk
/etc/asterisk/modules.conf:
[modules]
autoload=no
load => chan_sip.so
/etc/asterisk/sip.conf:
[general]
register => <account>:<password>@sip.provider.com/<account>
Taking out the register line => no crash. With register line => crash.
Issue History
Date Modified Username Field Change
======================================================================
2011-02-08 04:31 wdoekes Note Added: 0131652
======================================================================
More information about the asterisk-bugs
mailing list