The settings related to calendar event notification are handled by the core
calendaring API. These settings are:
- autoreminder
- This allows the overriding of any alarms that may or may not
be set for a calendar event. It is specified in minutes.
- refresh
- How often to refresh the calendar data; specified in minutes.
- timeframe
- How far into the future each calendar refresh should look. This
is the amount of data that will be visible to queries from the dialplan. This
setting should always be greater than or equal to the refresh setting or events
may be missed. It is specified in minutes.
- channel
- The channel that should be used for making the notification
attempt.
- waittime
- How long to wait, in seconds, for the channel to answer a notification
attempt.
There are two ways to specify how to handle a notification. One option is
providing a context and extension, while the other is providing an application
and the arguments to that application. One (and only one) of these options
should be provided.
- context
- The context of the extension to connect to the notification
channel
- extension
- The extension to connect to the notification. Note that the
priority will always be 1.
or
- app
- The dialplan application to execute upon the answer of a notification
- appdata
- The data to pass to the notification dialplan application
lmadsen
2010-10-21