From: Richard Mudgett Date: Mon, 4 Jun 2012 21:10:29 +0000 (+0000) Subject: Document BLINDTRANSFER behavior change. X-Git-Tag: 1.8.14.0-rc1~3^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44df31f10713c56b2fa50d537e4426109f10ab0;p=thirdparty%2Fasterisk.git Document BLINDTRANSFER behavior change. (issue ASTERISK-19322) (closes issue ASTERISK-19875) Reported by: call git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@368469 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 5a6ead2139..0e6c06e759 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -29,6 +29,12 @@ From 1.8.11 to 1.8.12: From 1.8.10 to 1.8.11: +* 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. + * If no transport is specified in sip.conf, transport will default to UDP. Also, if multiple transport= lines are used, only the last will be used.