[asterisk-bugs] [LibPRI 0015445]: [patch] STATUS ENQUIRY return wrong STATUS during call

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Dec 21 10:35:43 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15445 
====================================================================== 
Reported By:                jschellevis
Assigned To:                mattf
====================================================================== 
Project:                    LibPRI
Issue ID:                   15445
Category:                   General
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           Addons-1.6.0.2 
JIRA:                        
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             2009-07-03 07:55 CDT
Last Modified:              2009-12-21 10:35 CST
====================================================================== 
Summary:                    [patch] STATUS ENQUIRY return wrong STATUS during
call
Description: 
When using a ISDN2 interface with Swisscom, it the network request a status
update on the call in progress after 3 minutes in the call. Libpri however
looks in the wrong callpool and return Null, resulting in a dropped call.

I have also created a patch for this problem, against the stable release.

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

---------------------------------------------------------------------- 
 (0115551) xens (reporter) - 2009-12-21 10:35
 https://issues.asterisk.org/view.php?id=15445#c115551 
---------------------------------------------------------------------- 
jschellevis: thank you you saved my day... :) I'm also on the Swisscom ISDN
BRI with a NT2AB adapter (B410P) and had the same problem. Always getting
the "YYY Here we get reset YYY" into the asterisk log files when receiving
the STATUS ENQUIRY from swisscom.

There's just a problem in your patch with a comment, 

if ( pri->master ) /* we need to find the master who has the callpool
first /*

should be

if ( pri->master ) /* we need to find the master who has the callpool
first */

Thanks!

Romain 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-21 10:35 xens           Note Added: 0115551                          
======================================================================




More information about the asterisk-bugs mailing list