summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-01-24 20:35:54 +0000
committerSteve Murphy <murf@digium.com>2007-01-24 20:35:54 +0000
commitad06bf844c2e9e77ad009bcc9dd86f113c65d77f (patch)
tree543f4d2ef66b545c960b2f61c3eaf53b4738a99c /UPGRADE.txt
parentbf0fbdd09b79705c39c2302a761a27b02b5b9f21 (diff)
As per bug 8859 (Add option to revert old ChanIsAvail() with 's' option behavior), this update makes the 't' option available, which calls ast_parse_device_state instead of ast_device_state. This option will not dive into the channel driver to find the status of the device (which could be good if sip devicestate isn't returning full status, for various reasons).
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@52086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 169969ae9..c54709eb8 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -31,3 +31,6 @@ Applications:
to make them more distinguishable from 'maxmsgs', which sets folder
size. The old variables will continue to work in this version, albeit
with a deprecation warning.
+* 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.