mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 04:43:50 +00:00
Merge "res_calendar: Add support for fetching calendars when reloading"
This commit is contained in:
@@ -129,6 +129,7 @@ struct ast_calendar {
|
||||
int autoreminder; /*!< If set, override any calendar_tech specific notification times and use this time (in mins) */
|
||||
int notify_waittime; /*!< Maxiumum time to allow for a notification attempt */
|
||||
int refresh; /*!< When to refresh the calendar events */
|
||||
int fetch_again_at_reload; /*!< To reload the calendar content when the module is reloaded */
|
||||
int timeframe; /*!< Span (in mins) of calendar data to pull with each request */
|
||||
pthread_t thread; /*!< The thread that the calendar is loaded/updated in */
|
||||
ast_cond_t unload;
|
||||
|
Reference in New Issue
Block a user