[asterisk-bugs] [Asterisk 0016686]: [patch] app_dial does not respect GOSUB_RESULT
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Feb 2 14:35:37 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16686
======================================================================
Reported By: bklang
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 16686
Category: Applications/app_dial
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-01-24 23:26 CST
Last Modified: 2010-02-02 14:35 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...
======================================================================
----------------------------------------------------------------------
(0117558) svnbot (reporter) - 2010-02-02 14:35
https://issues.asterisk.org/view.php?id=16686#c117558
----------------------------------------------------------------------
Repository: asterisk
Revision: 244394
_U branches/1.6.1/
U branches/1.6.1/apps/app_dial.c
------------------------------------------------------------------------
r244394 | tilghman | 2010-02-02 14:35:36 -0600 (Tue, 02 Feb 2010) | 17
lines
Merged revisions 244393 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r244393 | tilghman | 2010-02-02 14:32:29 -0600 (Tue, 02 Feb 2010) | 18
lines
Properly respect GOSUB_RESULT as to what to do with the master channel.
Previously, we would parse GOSUB_RESULT, but not actually do anything
with it.
(closes issue https://issues.asterisk.org/view.php?id=16686)
Reported by: bklang
Patches:
app_dial-respect-gosub_result.patch uploaded by bklang (license
919)
(with modifications)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=244394
Issue History
Date Modified Username Field Change
======================================================================
2010-02-02 14:35 svnbot Note Added: 0117558
======================================================================
More information about the asterisk-bugs
mailing list