[asterisk-bugs] [Asterisk 0017255]: UDP ports not freed/ports leaking
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 6 01:40:12 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-05-06 01:40 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...
======================================================================
----------------------------------------------------------------------
(0121452) wdoekes (reporter) - 2010-05-06 01:40
https://issues.asterisk.org/view.php?id=17255#c121452
----------------------------------------------------------------------
Hi frawd,
SIP peers:
mysql> select count(*) from asterisk_sipreg where regseconds <> 0;
+----------+
| count(*) |
+----------+
| 244 |
+----------+
Qualify, for exactly two static peers:
mysql> select * from asterisk_staticconf_xyz where var_name = 'qualify'
order by cat_metric, var_metric;
+------------+------------+----------+----------------+----------+---------+-----------+
| cat_metric | var_metric | filename | category | var_name | var_val
| commented |
+------------+------------+----------+----------------+----------+---------+-----------+
| 1 | 21 | sip.conf | general | qualify | no
| 0 |
| 2 | 32778 | sip.conf | xxxxxxx001 | qualify | yes
| 0 |
| 3 | 32778 | sip.conf | xxxxxxx002 | qualify | yes
| 0 |
| 4 | 32774 | sip.conf | xxxxxxxtelecom | qualify | no
| 0 |
| 5 | 32774 | sip.conf | voxbone_be | qualify | no
| 0 |
| 6 | 32774 | sip.conf | voxbone_cn | qualify | no
| 0 |
| 7 | 32774 | sip.conf | voxbone_de | qualify | no
| 0 |
| 8 | 32774 | sip.conf | voxbone_usla | qualify | no
| 0 |
| 9 | 32774 | sip.conf | voxbone_usny | qualify | no
| 0 |
+------------+------------+----------+----------------+----------+---------+-----------+
Outbound registrations, the same two static peers that use qualify:
mysql> select * from asterisk_staticconf_xyz where var_name = 'register'
order by cat_metric, var_metric;
+------------+------------+----------+----------+----------+------------------------------------------+-----------+
| cat_metric | var_metric | filename | category | var_name | var_val
| commented |
+------------+------------+----------+----------+----------+------------------------------------------+-----------+
| 1 | 32770 | sip.conf | general | register |
xxxxxxx001:zzzzzzzzzzzzzzz at xx.xxx.xxx.xx | 0 |
| 1 | 32771 | sip.conf | general | register |
xxxxxxx002:zzzzzzzzzzzzzzz at xx.xxx.xxx.xx | 0 |
+------------+------------+----------+----------+----------+------------------------------------------+-----------+
Issue History
Date Modified Username Field Change
======================================================================
2010-05-06 01:40 wdoekes Note Added: 0121452
======================================================================
More information about the asterisk-bugs
mailing list