[asterisk-bugs] [LibPRI 0015682]: Error in q921.c

Asterisk Bug Tracker noreply at bugs.digium.com
Fri May 28 04:19:20 CDT 2010


The following issue has been RESOLVED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15682 
====================================================================== 
Reported By:                timking
Assigned To:                mattf
====================================================================== 
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)) {
====================================================================== 

---------------------------------------------------------------------- 
 (0122599) russell (administrator) - 2010-05-28 04:19
 https://issues.asterisk.org/view.php?id=15682#c122599 
---------------------------------------------------------------------- 
The related code has been mostly rewritten in the latest release of LibPRI,
so the line you refer to isn't there anymore.  However, if you still see a
problem, please let us know. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-28 04:19 russell        Note Added: 0122599                          
2010-05-28 04:19 russell        Status                   assigned => resolved
2010-05-28 04:19 russell        Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list