From: Tilghman Lesher Date: Sat, 3 Feb 2007 22:06:46 +0000 (+0000) Subject: Deprecate SetCallerPres application X-Git-Tag: 1.6.0-beta1~3^2~3279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f475a5fe0ead95c7459eeff2b895cc8aabf0dcf5;p=thirdparty%2Fasterisk.git Deprecate SetCallerPres application git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53142 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index c54709eb88..e14d4fe15a 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -34,3 +34,5 @@ Applications: * ChanIsAvail() now has a 't' option, which allows the specified device to be queried for state without consulting the channel drivers. This performs mostly a 'ChanExists' sort of function. +* SetCallerPres() has been replaced with the CALLERPRES() dialplan function + and is now deprecated.