[asterisk-bugs] [Asterisk 0019008]: Busy()/Congestion() apps don't work in chan-dahdi with h-extension and priindication=outofband

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Apr 1 14:24:29 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19008 
====================================================================== 
Reported By:                microlana
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   19008
Category:                   Applications/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.3.2 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-03-22 03:38 CDT
Last Modified:              2011-04-01 14:24 CDT
====================================================================== 
Summary:                    Busy()/Congestion() apps don't work in chan-dahdi
with h-extension and priindication=outofband
Description: 
When inbound calls landing on [context] to the extensions 123 or 456, if
h-extension in the same context epsent, BUSY/CONGESTION is successfully
sent to PRI channel.

If h-extension present, BUSY/CONGESTION isn't sent to the PRI channel
until h-extension execution in progress.

Therefore, it's impossible to initiate callback feature by AGI into
h-extension if a reason of drop incoming call is Busy() or Congestion()
application.

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

---------------------------------------------------------------------- 
 (0133294) lmadsen (administrator) - 2011-04-01 14:24
 https://issues.asterisk.org/view.php?id=19008#c133294 
---------------------------------------------------------------------- 
Per rmudgett:

I think the reporter for mantis 19008 has a point.  

chan_dahdi basically just sets the softhangup flag and returns when
processing AST_CONTROL_BUSY/AST_CONTROL_CONGESTION in that configuration. 

The builtin Busy() and Congestion() apps then just wait for hangup. 

I think chan_dahdi should queue an AST_CONTROL_HANGUP instead so the wait
for hangup will not happen. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-01 14:24 lmadsen        Note Added: 0133294                          
======================================================================




More information about the asterisk-bugs mailing list