summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2009-11-13 17:22:47 +0000
committerJoshua Colp <jcolp@digium.com>2009-11-13 17:22:47 +0000
commitf62d03a8f3d1ef3e31b9bb71682597936cd5d659 (patch)
treee18694013d7a79ef23ef9a7b39c0f213eccc3551 /CHANGES
parent23a0da332b3df658de810f0fcdbb0a76eba8bcc8 (diff)
Store the cause code that is returned when trying to create a channel in ChanIsAvail in the
AVAILCAUSECODE dialplan variable instead of overwriting the device state in AVAILSTATUS. (closes issue #14426) Reported by: macli git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229970 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 87641d8b0..fddaecc4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -99,6 +99,8 @@ Applications
spool directory of each individual user. The control for this is located in
the "passwordlocation" option in voicemail.conf. Please see the sample
configuration for more information.
+ * The ChanIsAvail application now exposes the returned cause code using a separate
+ variable, AVAILCAUSECODE, instead of overwriting the device state in AVAILSTATUS.
Dialplan Functions
------------------