[asterisk-bugs] [LibPRI 0017428]: [patch] Regression in libpri 1.4.11 - handling ROSE

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Jun 1 11:30:10 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17428 
====================================================================== 
Reported By:                patrol-cz
Assigned To:                rmudgett
====================================================================== 
Project:                    LibPRI
Issue ID:                   17428
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.7 
JIRA:                       SWP-1610 
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-05-31 14:30 CDT
Last Modified:              2010-06-01 11:30 CDT
====================================================================== 
Summary:                    [patch] Regression in libpri 1.4.11 - handling ROSE
Description: 
I've upgraded libpri to 1.4.11 and I've found that I can't see the QSIG
calling name for incoming calls now. The problem is, that there is
an unknown/unhandled operation (85) before the Calling Name operation
(supplied by the interworking PBX), and libpri now fails to continue
interpreting the facility contents since it encounters the unknown
operation. In older libPRI (libpri-1.4.10.1) the problem is not present,
the parser just skips the unknown operation and continues, thus properly
parsing the Calling Name operation.

====================================================================== 

---------------------------------------------------------------------- 
 (0122705) svnbot (reporter) - 2010-06-01 11:30
 https://issues.asterisk.org/view.php?id=17428#c122705 
---------------------------------------------------------------------- 
Repository: libpri
Revision: 1785

U   branches/1.4/q931.c
U   branches/1.4/rose.c
U   branches/1.4/rosetest.c

------------------------------------------------------------------------
r1785 | rmudgett | 2010-06-01 11:30:09 -0500 (Tue, 01 Jun 2010) | 12 lines

Multi component FACILITY messages only process the first component.

The code was only processing the first ROSE component in the facility
message.  I also updated rosetest.c to have a multiple component ROSE
message test.

(closes issue https://issues.asterisk.org/view.php?id=17428)
Reported by: patrol-cz
Patches:
      issue17428.patch uploaded by rmudgett (license 664)
Tested by: rmudgett, patrol-cz

------------------------------------------------------------------------

http://svn.digium.com/view/libpri?view=rev&revision=1785 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-06-01 11:30 svnbot         Checkin                                      
2010-06-01 11:30 svnbot         Note Added: 0122705                          
======================================================================




More information about the asterisk-bugs mailing list