summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/calendar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/calendar.h b/include/asterisk/calendar.h
index 29c67de17..13f7ce728 100644
--- a/include/asterisk/calendar.h
+++ b/include/asterisk/calendar.h
@@ -24,6 +24,7 @@
#include "asterisk/config.h"
#include "asterisk/linkedlists.h"
#include "asterisk/lock.h"
+#include "asterisk/dial.h"
/*! \file calendar.h
* \brief A general API for managing calendar events with Asterisk
@@ -103,6 +104,8 @@ struct ast_calendar_event {
int notify_sched; /*!< The sched for event notification */
int bs_start_sched; /*!< The sched for changing the device state at the start of an event */
int bs_end_sched; /*!< The sched for changing the device state at the end of an event */
+ struct ast_dial *dial;
+ struct ast_channel *notify_chan;
AST_LIST_HEAD_NOLOCK(attendees, ast_calendar_attendee) attendees;
};