aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 19:06:25 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-14 19:06:25 +0000
commit719fb455571d9a2dddda95a457b98d466e55b81a (patch)
tree51cfe107f2546a3deda9e63fa8a75e4e51beb38a /UPGRADE.txt
parentc2e686055b62679c5a776aed6b8e305dddb93a1d (diff)
update UPGRADE.txt to reflect the last change to chan_iax2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 0514c3aaf..769efcfe4 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -53,6 +53,15 @@ Functions:
* The ENUMLOOKUP() function with the 'c' option (for counting the number of records),
but the lookup fails to match any records, the returned value will now be "0" instead of blank.
+The IAX2 channel:
+
+* The "mailboxdetail" option has been deprecated. Previously, if this option
+ was not enabled, the 2 byte MSGCOUNT information element would be set to all
+ 1's to indicate there there is some number of messages waiting. With this
+ option enabled, the number of new messages were placed in one byte and the
+ number of old messages are placed in the other. This is now the default
+ (and the only) behavior.
+
The SIP channel:
* The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf.
@@ -66,3 +75,4 @@ If you have an old installation, you might want to remove the binaries and move
ASTETCDIR /usr/local/etc/asterisk
ASTBINDIR /usr/local/bin/asterisk
ASTSBINDIR /usr/local/sbin/asterisk
+