[asterisk-bugs] [Asterisk 0018345]: Multi parking blind transfers issue
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 26 16:12:39 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18345
======================================================================
Reported By: shibarr
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 18345
Category: Features/Parking
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.2.11
JIRA: SWP-2638
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-11-21 16:29 CST
Last Modified: 2011-01-26 16:12 CST
======================================================================
Summary: Multi parking blind transfers issue
Description:
I'm trying to get multi parking lot working but encountered issue with the
blind transfer.
If I use the blind transfer on the default lot, it works fine, but when I
do it on my custom lots, the blind transfer works with one problem. The
parking extension digits are announced to the caller being parked instead
of announcing them to the person parking the call.
======================================================================
----------------------------------------------------------------------
(0131086) jpeeler (administrator) - 2011-01-26 16:12
https://issues.asterisk.org/view.php?id=18345#c131086
----------------------------------------------------------------------
Yes, I mentioned it was 1.8 and later only. I'm curious if you'd be willing
to modify your dialplan with a workaround. There isn't a way to make the
Park application work intelligently with a blind transfer like this
scenario. When transferring to 2007:
[from-internal-custom]
include => park_test
exten => 2007,1,Set(CHANNEL(parkinglot)=parkinglot_test)
exten => 2007,n,Set(CALLCHAN=${CUT(BLINDTRANSFER,-,1)})
exten => 2007,n,ParkAndAnnounce(PARKED,60,${CALLCHAN})
I'll continue to think about an actual fix though.
Issue History
Date Modified Username Field Change
======================================================================
2011-01-26 16:12 jpeeler Note Added: 0131086
======================================================================
More information about the asterisk-bugs
mailing list