[asterisk-bugs] [Asterisk 0015882]: Dial() with H drops inbound call

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 16 10:22:50 CDT 2009


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15882 
====================================================================== 
Reported By:                acunningham
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15882
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.6.1.6 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
Resolution:                 no change required
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-09-11 09:30 CDT
Last Modified:              2009-09-16 10:22 CDT
====================================================================== 
Summary:                    Dial() with H drops inbound call
Description: 
One one particular system, we have a Perl AGI with this:

$agi->exec( 'Dial', "Local/$destination at enswitch-call/n,60,oH" );
$agi->verbose( 'Got here', 9 );

If the caller presses * to drop the outbound call, the inbound call to the
AGI is dropped too, and the 'Got here' is never printed.

This has been tested with 1.4.21.1, 1.4.26.2, and 1.6.1.6. The 1.4 tests
used "|" rather than "," as field separator in the dial string.

There are two Asterisk machines in this cluster and both are affected.
Numerous other systems running the same code are not affected.

Any ideas on how to debug this?
====================================================================== 

---------------------------------------------------------------------- 
 (0110795) lmadsen (administrator) - 2009-09-16 10:22
 https://issues.asterisk.org/view.php?id=15882#c110795 
---------------------------------------------------------------------- 
After speaking with jsmith on IRC, this is expected behaviour for that
option. Unfortunately I don't think the 'g' option will help you either
because it is the other channels dialplan execution that will happen.



More information about the asterisk-bugs mailing list