From da85f8489f76d50989f1f030eea7b13dc1fda52d Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 29 Oct 2012 21:27:09 +0000 Subject: Make evaluation of channel variables consistently case-sensitive. Due to inconsistencies in how variable names were evaluated, the decision was made to make all evaluations case-sensitive. See the UPGRADE.txt file or https://wiki.asterisk.org/wiki/display/AST/Case+Sensitivity for more details. (closes issue ASTERISK-20163) reported by Matt Jordan Review: https://reviewboard.asterisk.org/r/2160 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375442 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index c726acae8..3f19f2839 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -56,6 +56,12 @@ chan_dahdi: between 'w' and 'W'. The 'w' pauses dialing for half a second. The 'W' pauses dialing for one second. +Dialplan: + - All channel and global variable names are evaluated in a case-sensitive manner. + In previous versions of Asterisk, variables created and evaluated in the + dialplan were evaluated case-insensitively, but built-in variables and variable + evaluation done internally within Asterisk was done case-sensitively. + From 10 to 11: Voicemail: -- cgit v1.2.3