[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:17:03 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18650
======================================================================
Reported By: davidw
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18650
Category: Features/Parking
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: acknowledged
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:
======================================================================
Date Submitted: 2011-01-20 12:12 CST
Last Modified: 2011-03-29 08:17 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...
======================================================================
----------------------------------------------------------------------
(0133162) svnbot (reporter) - 2011-03-29 08:17
https://issues.asterisk.org/view.php?id=18650#c133162
----------------------------------------------------------------------
Repository: asterisk
Revision: 311844
U branches/1.6.2/main/features.c
------------------------------------------------------------------------
r311844 | jrose | 2011-03-29 08:17:02 -0500 (Tue, 29 Mar 2011) | 10 lines
When comebacktoorigin=no, Asterisk no longer tries to dial extension
<Originating Channe>@parkedcalltimeout and instead dials s without going
through fallback.
(closes issue https://issues.asterisk.org/view.php?id=18650)
Reported by: davidw
Patches:
patch.diff uploaded by jrose (license 1225)
https://reviewboard.asterisk.org/r/1150/
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=311844
Issue History
Date Modified Username Field Change
======================================================================
2011-03-29 08:17 svnbot Checkin
2011-03-29 08:17 svnbot Note Added: 0133162
======================================================================
More information about the asterisk-bugs
mailing list