[asterisk-bugs] [Asterisk 0015882]: Dial() with H drops inbound call
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Sep 16 10:02:45 CDT 2009
The following issue requires your FEEDBACK.
======================================================================
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: feedback
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:
======================================================================
Date Submitted: 2009-09-11 09:30 CDT
Last Modified: 2009-09-16 10:02 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?
======================================================================
----------------------------------------------------------------------
(0110791) lmadsen (administrator) - 2009-09-16 10:02
https://issues.asterisk.org/view.php?id=15882#c110791
----------------------------------------------------------------------
I'm not 100% sure this should really even continue on in the AGI and *not*
drop the callers. I don't see anywhere in the application text that this
says it will continue on anywhere once the star key is pressed and the
channel is hung up.
Issue History
Date Modified Username Field Change
======================================================================
2009-09-16 10:02 lmadsen Note Added: 0110791
2009-09-16 10:02 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list