Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_ari_events_event_websocket_args Struct Reference

#include <resource_events.h>

Data Fields

const char ** app
 
size_t app_count
 
char * app_parse
 
int subscribe_all
 

Detailed Description

Argument struct for ast_ari_events_event_websocket()

Definition at line 43 of file resource_events.h.

Field Documentation

◆ app

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().

◆ app_count

size_t app_count

◆ app_parse

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().

◆ subscribe_all

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().


The documentation for this struct was generated from the following file: