[asterisk-bugs] [Asterisk 0016687]: app_dial gosub does not pass back GOSUB_RETVAL
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Jan 24 23:29:26 CST 2010
The following issue has been SUBMITTED.
======================================================================
https://issues.asterisk.org/view.php?id=16687
======================================================================
Reported By: bklang
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16687
Category: Applications/app_dial
Reproducibility: N/A
Severity: tweak
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
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:29 CST
Last Modified: 2010-01-24 23:29 CST
======================================================================
Summary: app_dial gosub does not pass back GOSUB_RETVAL
Description:
When calling a Gosub routine (Dial with U() option) the GOSUB_RETVAL
variable is not propagated back to the calling channel. This makes it
effectively impossible to alter the behavior of the dialplan by having the
Gosub routine set a value with the Result application.
This patch alters app_dial to check for the GOSUB_RETVAL channel variable
on the called channel (peer) and, if set, set it on the calling channel
(chan).
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-24 23:29 bklang New Issue
2010-01-24 23:29 bklang Asterisk Version => SVN
2010-01-24 23:29 bklang Regression => No
2010-01-24 23:29 bklang SVN Branch (only for SVN checkouts, not tarball
releases) => 1.6.2
2010-01-24 23:29 bklang SVN Revision (number only!) => 242606
======================================================================
More information about the asterisk-bugs
mailing list