summaryrefslogtreecommitdiff
path: root/res/ari/resource_events.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_events.h')
-rw-r--r--res/ari/resource_events.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/ari/resource_events.h b/res/ari/resource_events.h
index 2b631819b..c48269958 100644
--- a/res/ari/resource_events.h
+++ b/res/ari/resource_events.h
@@ -47,6 +47,8 @@ struct ast_ari_events_event_websocket_args {
size_t app_count;
/*! Parsing context for app. */
char *app_parse;
+ /*! Subscribe to all Asterisk events. If provided, the applications listed will be subscribed to all events, effectively disabling the application specific subscriptions. Default is 'false'. */
+ int subscribe_all;
};
/*!