mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Add setvar option to calendaring
Adding the setvar option with variable substitution on the value allows things like setting the outbound caller id name to the summary of a calendar event, etc. Values could be chained together as they are appended in order to do some scripting if necessary. Review: https://reviewboard.asterisk.org/r/1134/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@309640 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -123,6 +123,7 @@ struct ast_calendar {
|
||||
AST_STRING_FIELD(notify_app); /*!< Optional dialplan app to execute for notification */
|
||||
AST_STRING_FIELD(notify_appdata); /*!< Optional arguments for dialplan app */
|
||||
);
|
||||
struct ast_variable *vars; /*!< Channel variables to pass to notification channel */
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user