[asterisk-bugs] [LibPRI 0016702]: timer expiry
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 1 09:04:05 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16702
======================================================================
Reported By: amanat
Assigned To: mattf
======================================================================
Project: LibPRI
Issue ID: 16702
Category: General
Reproducibility: sometimes
Severity: major
Priority: normal
Status: assigned
Asterisk Version: 1.6.2.0
JIRA:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2010-01-26 01:27 CST
Last Modified: 2010-03-01 09:04 CST
======================================================================
Summary: timer expiry
Description:
When E1 channels fulls drops this error, and then E1 doesn't up
======================================================================
----------------------------------------------------------------------
(0118680) fabay (reporter) - 2010-03-01 09:04
https://issues.asterisk.org/view.php?id=16702#c118680
----------------------------------------------------------------------
Hi All, looking the function t203_expire(void *vpri) (libpri 1.4.10.2) on
line 564:
/* Start timer T200 to resend our RR if we don't get it */
pri->t203_timer = pri_schedule_event(pri, pri->timers[PRI_TIMER_T200],
t200_expire, pri);
I think that "pri->t203_timer" has a typo error. Instead of t203_timer it
must say t200_timer.
/* Start timer T200 to resend our RR if we don't get it */
pri->t200_timer = pri_schedule_event(pri, pri->timers[PRI_TIMER_T200],
t200_expire, pri);
mattf can you please confirm this?
Issue History
Date Modified Username Field Change
======================================================================
2010-03-01 09:04 fabay Note Added: 0118680
======================================================================
More information about the asterisk-bugs
mailing list