Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#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.
size_t app_count |
Length of app array.
Definition at line 47 of file resource_events.h.
char* app_parse |
Parsing context for app.
Definition at line 49 of file resource_events.h.
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.