aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 17:22:47 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-11-13 17:22:47 +0000
commit58f16a00448e7d6906f1ae872939b29181d7c7aa (patch)
treee18694013d7a79ef23ef9a7b39c0f213eccc3551 /UPGRADE.txt
parentfafc40dd5c5a93fbdea7479276e5935b042e64b9 (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: http://svn.digium.com/svn/asterisk/trunk@229970 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 79c1b958a..68c099a34 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -55,6 +55,12 @@ From 1.6.2 to 1.8:
The new channel naming for PRI channels is:
DAHDI/i<span>/<number>[:<subaddress>]-<sequence-number>
+* The ChanIsAvail application has been changed so the AVAILSTATUS variable
+ no longer contains both the device state and cause code. The cause code
+ is now available in the AVAILCAUSECODE variable. If existing dialplan logic
+ is written to expect AVAILSTATUS to contain the cause code it needs to be
+ changed to use AVAILCAUSECODE.
+
From 1.6.1 to 1.6.2:
* The firmware for the IAXy has been removed from Asterisk. It can be