projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c59714f
)
Deprecate SetCallerPres application
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 3 Feb 2007 22:06:46 +0000
(22:06 +0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Sat, 3 Feb 2007 22:06:46 +0000
(22:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53142
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
UPGRADE.txt
patch
|
blob
|
history
diff --git
a/UPGRADE.txt
b/UPGRADE.txt
index
c54709e
..
e14d4fe
100644
(file)
--- 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.