[asterisk-bugs] [LibPRI 0017428]: [patch] Regression in libpri 1.4.11 - handling ROSE
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jun 2 11:24:18 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: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-05-31 14:30 CDT
Last Modified: 2010-06-02 11:24 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.
======================================================================
----------------------------------------------------------------------
(0122790) svnbot (reporter) - 2010-06-02 11:24
https://issues.asterisk.org/view.php?id=17428#c122790
----------------------------------------------------------------------
Repository: libpri
Revision: 1805
U tags/1.4.11.1/q931.c
U tags/1.4.11.1/rose.c
U tags/1.4.11.1/rosetest.c
------------------------------------------------------------------------
r1805 | rmudgett | 2010-06-02 11:24:17 -0500 (Wed, 02 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=1805
Issue History
Date Modified Username Field Change
======================================================================
2010-06-02 11:24 svnbot Checkin
2010-06-02 11:24 svnbot Note Added: 0122790
======================================================================
More information about the asterisk-bugs
mailing list