aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authortwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-24 18:21:20 +0000
committertwilson <twilson@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-24 18:21:20 +0000
commit7ac4eac5c8be37e424f8ab6d6538bc28f10fd173 (patch)
treeeca5478a1d89cadc9ebfe0a73e6c4d530de11ad9 /CHANGES
parente6aec778a5a582a7ce9770274773d02c92274167 (diff)
Calendaring support for Exchange Server 2007+ via EWS
This commit adds support for calendaring with Exchange Server 2007+ via Exchange Web Services. Full write support and for querying attendees. Many thanks to Jan Kaláb for the feature. (closes issue #17022) Reported by: pitel Patches: res_calendar_ews.c uploaded by pitel (license 1008) Tested by: pitel, twilson Review: https://reviewboard.asterisk.org/r/557/ Review: https://reviewboard.asterisk.org/r/668/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@265317 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7f033a611..1f0cd8848 100644
--- a/CHANGES
+++ b/CHANGES
@@ -386,8 +386,10 @@ 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).
+ iCalendar, CalDAV, and Exchange Server calendars (via res_calendar_exchange for
+ Exchange Server 2003 with no write or attendee support, and res_calendar_ews for
+ Exchange Server 2007+ with full write and attendee support) are supported (Exchange
+ 2003 support does not support forms-based authentication).
Call Completion Supplementary Services for Asterisk
---------------------------------------------------