aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-03 22:06:46 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-03 22:06:46 +0000
commit22cacefce6af2d45b574f523c206cc0a3a3ba451 (patch)
treeb449981bf6ee9cd80a368de8eb4cd80c37246c09 /UPGRADE.txt
parent5fa699be6e9427537c30263ac09d38c80984e9fc (diff)
Deprecate SetCallerPres application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53142 f38db490-d61c-443f-a65b-d21fe96a405b
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.