[asterisk-bugs] [Asterisk 0016686]: [patch] app_dial does not respect GOSUB_RESULT
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jan 25 09:47:48 CST 2010
The following issue has been set as RELATED TO issue 0016687.
======================================================================
https://issues.asterisk.org/view.php?id=16686
======================================================================
Reported By: bklang
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16686
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-790
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 242606
Request Review:
======================================================================
Date Submitted: 2010-01-24 23:26 CST
Last Modified: 2010-01-25 09:47 CST
======================================================================
Summary: [patch] app_dial does not respect GOSUB_RESULT
Description:
When using the U() option with app_dial, the GOSUB_RESULT flag as set in
the called context is not respected by app_dial. This leads to calls not
being hung up as they should per the documentation.
The problem is that the variable GOSUB_RESULT is checked, but the flag
intending to hang up the called channel (peer) is never consulted after the
Gosub handling is complete. This patch fixes the behavior so the channel
is properly hung up.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0016687 [patch] app_dial gosub does not pass ba...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-25 09:47 lmadsen Relationship added related to 0016687
======================================================================
More information about the asterisk-bugs
mailing list