[asterisk-bugs] [LibPRI 0017619]: [patch] Calling name not successfully processed on inbound QSIG PRI calls from Mitel PBX

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 30 17:13:17 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17619 
====================================================================== 
Reported By:                jims8650
Assigned To:                rmudgett
====================================================================== 
Project:                    LibPRI
Issue ID:                   17619
Category:                   General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.2.9 
JIRA:                       SWP-185 
libpri Version:             1.4.11.3 
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-07-10 11:31 CDT
Last Modified:              2010-08-30 17:13 CDT
====================================================================== 
Summary:                    [patch] Calling name not successfully processed on
inbound QSIG PRI calls from Mitel PBX
Description: 
Calling name sent from Mitel PBX is not succesfully processed for inbound
calls over a QSIG PRI.  The calling name is arriving in a "Sequence/C (48
0x30)" element.  It is visible in the pri debug output ASN.1 dump.  There
is a "Did not expect: Sequence/C (48 0x30)" complaint in debug output, too.
====================================================================== 

---------------------------------------------------------------------- 
 (0126451) svnbot (reporter) - 2010-08-30 17:13
 https://issues.asterisk.org/view.php?id=17619#c126451 
---------------------------------------------------------------------- 
Repository: libpri
Revision: 1939

U   tags/1.4.11.4/rose_qsig_name.c
U   tags/1.4.11.4/rosetest.c

------------------------------------------------------------------------
r1939 | rmudgett | 2010-08-30 17:13:16 -0500 (Mon, 30 Aug 2010) | 25 lines

Merged revisions 1828 via svnmerge from 
https://origsvn.digium.com/svn/libpri/branches/1.4

........
  r1828 | rmudgett | 2010-07-16 11:37:07 -0500 (Fri, 16 Jul 2010) | 18
lines
  
  Calling name not successfully processed on inbound QSIG PRI calls from
Mitel PBX
  
  The alternate form of the Q.SIG Name sequence that allows manufacturer
  extensions for CallingName, CalledName, ConnectedName, and BusyName was
  not consuming the next ASN.1 tag.  The code that processed the ASN.1
Name
  structure was then using a stale tag value.  The stale tag value was
then
  rejected with the "Did not expect" message.
  
  I have added a test case using the supplied PRI debug output to the
  rosetest utility to verify that this alternate encoding is tested in the
  future.
  
  (closes issue https://issues.asterisk.org/view.php?id=17619)
  Reported by: jims8650
  Patches:
        issue17619_v1.4.11.3.patch uploaded by rmudgett (license 664)
  Tested by: rmudgett
........

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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-08-30 17:13 svnbot         Note Added: 0126451                          
======================================================================




More information about the asterisk-bugs mailing list