summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-02-03 22:06:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-02-03 22:06:46 +0000
commitf475a5fe0ead95c7459eeff2b895cc8aabf0dcf5 (patch)
treeb449981bf6ee9cd80a368de8eb4cd80c37246c09 /UPGRADE.txt
parentc59714fbfc71fd94cf7f0c04d1af83b131a540d3 (diff)
Deprecate SetCallerPres application
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index c54709eb8..e14d4fe15 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.