From 42d036b2d19fea144f004efb7822821c99ad2a2d Mon Sep 17 00:00:00 2001 From: tilghman Date: Sun, 28 May 2006 15:10:19 +0000 Subject: Deprecate SetGlobalVar, replacing it with a dialplan function git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30677 f38db490-d61c-443f-a65b-d21fe96a405b --- UPGRADE.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index eb96d653f..e44341426 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -75,6 +75,12 @@ Applications: been removed in this version. You should use the equivalent dialplan function in places where you have previously used one of these applications. +* The application SetGlobalVar has been deprecated. You should replace uses + of this application with the following combination of Set and GLOBAL(): + Set(GLOBAL(name)=value). You may also access global variables exclusively by + using the GLOBAL() dialplan function, instead of relying on variable + interpolation falling back to globals when no channel variable is set. + * The application SetVar has been renamed to Set. The syntax SetVar was marked deprecated in version 1.2 and is no longer recognized in this version. -- cgit v1.2.3