From 0ce378d3da026c092478700d76a9502735e62703 Mon Sep 17 00:00:00 2001
From: Leif Madsen <leif@leifmadsen.com>
Date: Wed, 11 Nov 2009 14:30:04 +0000
Subject: [PATCH] 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
---
 CHANGES | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/CHANGES b/CHANGES
index ab41474e03..c942257fdb 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  -------------
 ------------------------------------------------------------------------------
-- 
GitLab