hello, In last november was reviewed and committed code that enabled Asterisk to read from or write to iCal, CalDAV and Exchange calendars. 1. Has anyone successfully used this feature with an Exchange server ? Is it easy to create an Exchange login allowing Asterisk to query and change data from several Exchange user accounts (without knowing any user password) (I don't have any Exchange server at hand at the moement so I can't test anything myself) ? 2. Which library of any kind would help easily develop a server program that would read all Exchange's user calendars for scheduled tasks and then trigger specific actions in Asterisk ? Using AMI, the later part (trigger Asterisk actions) should be easy but how do you query Exchange's user calendars data ? What I would like to do is, for instance, to easily tell Asterisk to stop forwarding incoming calls to my cellphone after 8 pm next monday and let them reach my voicemail instead. I would like to be able to see this scheduled task in Outlook and to trigger an event even if my PC is turned off. I saw a Reminder feature exists in Outlook but is it possible to tie a custom server program to it ? Outlook <=====> Exchange ----------> Custom server program or Outlook <=====> Exchange <=====> Custom server program Basically, I would prefer my server program to query Exchange and remain as much as possible, independant from Exchange internal mechanisms. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090815/2122fecc/attachment.htm
Terry Wilson
2009-Aug-16 14:03 UTC
[asterisk-users] OT - Using new Asterisk calendars features
> hello, > > In last november was reviewed and committed code that enabled > Asterisk to read from or write to iCal, CalDAV and Exchange calendars. > > 1. Has anyone successfully used this feature with an Exchange > server ? Is it easy to create an Exchange login allowing Asterisk to > query and change data from several Exchange user accounts (without > knowing any user password) (I don't have any Exchange server at hand > at the moement so I can't test anything myself) ?The only way that Exchange works right now is if it is Exchange Server 2003 and authentication is done through HTTP authentication as opposed to forms-based authentication.> 2. Which library of any kind would help easily develop a server > program that would read all Exchange's user calendars for scheduled > tasks and then trigger specific actions in Asterisk ? > Using AMI, the later part (trigger Asterisk actions) should be easy > but how do you query Exchange's user calendars data ? > What I would like to do is, for instance, to easily tell Asterisk to > stop forwarding incoming calls to my cellphone after 8 pm next > monday and let them reach my voicemail instead. > I would like to be able to see this scheduled task in Outlook and to > trigger an event even if my PC is turned off. > I saw a Reminder feature exists in Outlook but is it possible to tie > a custom server program to it ?You don't need anything extra. The Calendaring system handles notifications as well, you just need to set a context/extension or application/appdata in the config file. See the calendaring documentation in the doc/ directory and the sample calendar.conf.
Maybe Matching Threads
- Calendar integration : Could not authenticate to server: rejected Basic challenge
- Calendar integration : Could not authenticate to server: rejected Basic challenge
- Bank holidays read from file?
- Calendar Integration Problem
- Asterisk 1.8 and calendar intergration