[asterisk-bugs] [LibPRI 0015682]: Error in q921.c
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri May 28 04:19:35 CDT 2010
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=15682
======================================================================
Reported By: timking
Assigned To: russell
======================================================================
Project: LibPRI
Issue ID: 15682
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: 1.6.0.10
JIRA:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-08-08 08:40 CDT
Last Modified: 2010-05-28 04:19 CDT
======================================================================
Summary: Error in q921.c
Description:
By inspection I am sure that line 198 of q921.c should read
if (pri->bri && (pri->q921_state == Q921_AWAITING_ESTABLISH)) {
and not
if (pri->bri && (pri->state == Q921_AWAITING_ESTABLISH)) {
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-05-28 04:19 russell Status assigned => resolved
======================================================================
More information about the asterisk-bugs
mailing list