summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-05-02 15:46:49 +0000
committerRussell Bryant <russell@russellbryant.com>2007-05-02 15:46:49 +0000
commit3d409eb793d0cba852dbaa42dc9b0e6d8fb805d0 (patch)
treece6c880e9440afc42ab8dbcb90ffdc01f218c78a /CHANGES
parent0dc5766279babcff56269cfdb36418338c87bdee (diff)
Update the device state functionality of chan_local such that it will return
NOT_INUSE or INUSE when Local channels are in use as opposed to just UNKNOWN. It will still return INVALID if the extension doesn't exist at all. (issue #8048, patch from tim_ringenbach) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 23995bb14..ad64b4e90 100644
--- a/CHANGES
+++ b/CHANGES
@@ -182,3 +182,6 @@ Miscellaneous
back to the person that did the transfer if the transfer is not successful.
See the options "atxferdropcall", "atxferloopdelay", and "atxfercallbackretries"
in features.conf.sample.
+ * The device state functionality in the Local channel driver has been updated
+ to indicate INUSE or NOT_INUSE when a Local channel is being used as opposed
+ to just UNKNOWN if the extension exists.