aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-24 20:35:54 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-24 20:35:54 +0000
commite79ccc3d326cb82e0c07cf22982b44bf77823e05 (patch)
tree543f4d2ef66b545c960b2f61c3eaf53b4738a99c /UPGRADE.txt
parentd43fdf4f8a5a24b06d6ee521bdcd6c040cedb817 (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: http://svn.digium.com/svn/asterisk/trunk@52086 f38db490-d61c-443f-a65b-d21fe96a405b
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.