Asterisk - The Open Source Telephony Project GIT-master-2de1a68
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.

◆ app_count

size_t app_count

Length of app array.

Definition at line 47 of file resource_events.h.

◆ app_parse

char* app_parse

Parsing context for app.

Definition at line 49 of file resource_events.h.

◆ 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.


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