Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_events.h>
Data Fields | |
const char ** | app |
size_t | app_count |
char * | app_parse |
int | subscribe_all |
Argument struct for ast_ari_events_event_websocket()
Definition at line 43 of file resource_events.h.
const char** app |
Array of Applications to subscribe to.
Definition at line 45 of file resource_events.h.
Referenced by ast_ari_events_event_websocket_ws_attempted_cb(), ast_ari_events_event_websocket_ws_established_cb(), and event_session_alloc().
size_t app_count |
Length of app array.
Definition at line 47 of file resource_events.h.
Referenced by ast_ari_events_event_websocket_ws_attempted_cb(), ast_ari_events_event_websocket_ws_established_cb(), and event_session_alloc().
char* app_parse |
Parsing context for app.
Definition at line 49 of file resource_events.h.
Referenced by ast_ari_events_event_websocket_ws_attempted_cb(), and ast_ari_events_event_websocket_ws_established_cb().
int subscribe_all |
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'.
Definition at line 51 of file resource_events.h.
Referenced by ast_ari_events_event_websocket_ws_attempted_cb(), ast_ari_events_event_websocket_ws_established_cb(), and event_session_alloc().