summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2009-11-11 14:30:04 +0000
committerLeif Madsen <leif@leifmadsen.com>2009-11-11 14:30:04 +0000
commit0ce378d3da026c092478700d76a9502735e62703 (patch)
treeeb50587c6b9f419e6ef10276ed97017ee6820501
parent4c8319190bee32c9fc8c10e64f4ae02ed902999e (diff)
Update CHANGES file.
Updating the CHANGES file after noticing an email on the asterisk-dev mailing list from Russell. (issue #15874) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@229431 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab41474e0..c942257fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -503,6 +503,20 @@ Asterisk Manager Interface
SKINNYlines
SKINNYshowline
+LDAP Schema File Additions
+--------------------------
+ * Added AsteriskDialplan, AsteriskAccount and AsteriskMailbox objectClasses
+ to allow standalone dialplan, account and mailbox entries (STRUCTURAL)
+ * Added new Fields:
+ - AstAccountLanguage, AstAccountTransport, AstAccountPromiscRedir,
+ - AstAccountAccountCode, AstAccountSetVar, AstAccountAllowOverlap,
+ - AstAccountVideoSupport, AstAccountIgnoreSDPVersion
+ * Removed redundant IPaddr (there's already IPAddress)
+ - Gives more configuration Flags for SIP-Users available (tested)
+ - Allows to create Asterisk Attributes in defined Asterisk ObjectClasses
+ without extensibleObject (which really should be the last resort); gives
+ also additional possibilities for LDAP-filter
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 1.6.0 to Asterisk 1.6.1 -------------
------------------------------------------------------------------------------