[asterisk-bugs] [Asterisk 0017912]: ao2_t_callback of dialog_needdestroy is called every loop of do_monitor
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Aug 25 10:42:55 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=17912
======================================================================
Reported By: schmidts
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17912
Category: Channels/chan_sip/General
Reproducibility: always
Severity: major
Priority: normal
Status: confirmed
Asterisk Version: 1.6.2.11
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-08-25 10:05 CDT
Last Modified: 2010-08-25 10:42 CDT
======================================================================
Summary: ao2_t_callback of dialog_needdestroy is called every
loop of do_monitor
Description:
the ao2_t_callback is fired in every loop of do_monitor which cause
asterisk to slow down if there are many open dialogs. I wrote a patch to
count up to 10 seconds and then launch the ao2_t_callback only once. the
time is only count between the start and end of ast_io_wait cause there is
a polling (waiting) done.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-08-25 10:41 lmadsen Status new => confirmed
======================================================================
More information about the asterisk-bugs
mailing list