[svn-commits] rmudgett: trunk r368472 - in /trunk: ./ UPGRADE.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jun 4 16:18:08 CDT 2012
Author: rmudgett
Date: Mon Jun 4 16:18:04 2012
New Revision: 368472
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=368472
Log:
Document BLINDTRANSFER behavior change.
(issue ASTERISK-19322)
(closes issue ASTERISK-19875)
Reported by: call
........
Merged revisions 368469 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........
Merged revisions 368470 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/UPGRADE.txt
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/trunk/UPGRADE.txt?view=diff&rev=368472&r1=368471&r2=368472
==============================================================================
--- trunk/UPGRADE.txt (original)
+++ trunk/UPGRADE.txt Mon Jun 4 16:18:04 2012
@@ -25,6 +25,11 @@
Parking:
- The comebacktoorigin setting must now be set per parking lot. The setting in
the general section will not be applied automatically to each parking lot.
+ - The BLINDTRANSFER channel variable is deleted from a channel when it is
+ bridged to prevent subtle bugs in the parking feature. The channel
+ variable is used by Asterisk internally for the Park application to work
+ properly. If you were using it for your own purposes, copy it to your
+ own channel variable before the channel is bridged.
res_ais:
- Users of res_ais in versions of Asterisk prior to Asterisk 11 must change
More information about the svn-commits
mailing list