[asterisk-bugs] [Asterisk 0017085]: [patch] [regression] Overlap dialing to PSTN failing after #16789

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Mar 25 03:36:35 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17085 
====================================================================== 
Reported By:                shawkris
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17085
Category:                   Channels/chan_dahdi
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           1.4.30 
JIRA:                        
Regression:                 Yes 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-03-23 14:13 CDT
Last Modified:              2010-03-25 03:36 CDT
====================================================================== 
Summary:                    [patch] [regression] Overlap dialing to PSTN failing
after https://issues.asterisk.org/view.php?id=16789
Description: 
In the UK, local and national calls can be variable length. In Asterisk
1.4.26.2 (and previously) the following dialplan (extract) works:

;National Calls
exten => _0[127]XXXXXXXX!,1,Dial(${GLOBAL(TRUNK)}/${EXTEN})
exten => _0[127]XXXXXXXX!,2,Hangup

In Asterisk 1.4.30, after the 10th digit has been received the call goes
to CALL PROCEEDING. No further digits are then received and forwarded to
the PSTN. It appears the ability to do "pass-through" overlap dialling
doesn't work anymore.
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0016789 [patch] Overlap receiving timeout, plus...
====================================================================== 

---------------------------------------------------------------------- 
 (0119868) shawkris (reporter) - 2010-03-25 03:36
 https://issues.asterisk.org/view.php?id=17085#c119868 
---------------------------------------------------------------------- 
The recovery was a restart of Asterisk.
I think we've tripped over this bug because of the dialplan problem. The
call was very short, and was just the inband message from the PSTN saying
number unobtainable (because last dialled digit was never sent). So, the
user just hung up.

Does the inband error message count as a call? If it doesn't, would the
call release properly after user DISCONNECT? It seems the q931 code checks
to see if the call is active first before sending RELEASE.

I'll do some more debugging and raise another bug. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-25 03:36 shawkris       Note Added: 0119868                          
======================================================================




More information about the asterisk-bugs mailing list