Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
ast_ari_applications_subscribe_args Struct Reference

#include <resource_applications.h>

Data Fields

const char * application_name
 
const char ** event_source
 
size_t event_source_count
 
char * event_source_parse
 

Detailed Description

Argument struct for ast_ari_applications_subscribe()

Definition at line 67 of file resource_applications.h.

Field Documentation

◆ application_name

const char* application_name

Application's name

Definition at line 69 of file resource_applications.h.

◆ event_source

const char** event_source

Array of URI for event source (channel:{channelId}, bridge:{bridgeId}, endpoint:{tech}[/{resource}], deviceState:{deviceName}

Definition at line 71 of file resource_applications.h.

◆ event_source_count

size_t event_source_count

Length of event_source array.

Definition at line 73 of file resource_applications.h.

◆ event_source_parse

char* event_source_parse

Parsing context for event_source.

Definition at line 75 of file resource_applications.h.


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