From 25ccb5e850c6658a2a04ea3bbf87dd8cc58cb8fd Mon Sep 17 00:00:00 2001 From: Terry Wilson <twilson@digium.com> Date: Fri, 19 Jun 2009 17:40:16 +0000 Subject: [PATCH] Add note about the addition of calendar support git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@201944 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 64f6fba1ff..431efd4867 100644 --- a/CHANGES +++ b/CHANGES @@ -163,6 +163,14 @@ CDR --- * Multiple files and formats can now be specified in cdr_custom.conf. +Calendaring for Asterisk +------------------------ + * A new set of modules were added supporing calendar integration with Asterisk. + Dialplan functions for reading from and writing to calendars are included, + as well as the ability to execute dialplan logic upon calendar event notifications. + iCalendar, CalDAV, and Exchange Server calendars are supported (Exchange support + only tested on Exchange Server 2003 with no support for forms-based authentication). + ------------------------------------------------------------------------------ --- Functionality changes from Asterisk 1.6.1 to Asterisk 1.6.2 ------------- ------------------------------------------------------------------------------ -- GitLab