[asterisk-bugs] [Asterisk 0018650]: [patch] comebacktoorigin=no returns to flattened channel, not extensions s, for parked call timeout
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Mar 29 08:21:28 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18650
======================================================================
Reported By: davidw
Assigned To: jrose
======================================================================
Project: Asterisk
Issue ID: 18650
Category: Features/Parking
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA: SWP-2960
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.2
SVN Revision (number only!): 302693
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-01-20 12:12 CST
Last Modified: 2011-03-29 08:21 CDT
======================================================================
Summary: [patch] comebacktoorigin=no returns to flattened
channel, not extensions s, for parked call timeout
Description:
There appears to be a cut and paste error in the parked call timeout code,
when combacktoorigin=no and there is a peer channel. Instead of returning
to (parkedcallstimeout, s, 1), as indicated by a warning, output in 1.6.2
branch, it actually returns to (parkedcallstimeout, <peername_flat>, 1).
This may work most of the time because of fallback processing in the PBX,
but is clearly a cut and paste error from the comebacktoorigin=yes branch.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0014741 Timed out parked calls always return to...
======================================================================
----------------------------------------------------------------------
(0133163) jrose (manager) - 2011-03-29 08:21
https://issues.asterisk.org/view.php?id=18650#c133163
----------------------------------------------------------------------
I've patched this in 1.6.2 to make the warning just a message telling the
user that comebacktoorigin=no is set and also to immediately seek the 's'
extension in the timeout context instead of trying to dial the originating
channel name as the extension and then falling back because it isn't
there.
This change is in 1.6.2 in SVN as well now. This isn't the case with
trunk since the code is different in trunk. If this is an issue to you,
please open a new issue for the equivalent bug in trunk.
Issue History
Date Modified Username Field Change
======================================================================
2011-03-29 08:21 jrose Note Added: 0133163
======================================================================
More information about the asterisk-bugs
mailing list