Asterisk - The Open Source Telephony Project GIT-master-1f1c5bb
Data Fields
ast_ari_applications_unsubscribe_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_unsubscribe()

Definition at line 99 of file resource_applications.h.

Field Documentation

◆ application_name

const char* application_name

Application's name

Definition at line 101 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 103 of file resource_applications.h.

◆ event_source_count

size_t event_source_count

Length of event_source array.

Definition at line 105 of file resource_applications.h.

◆ event_source_parse

char* event_source_parse

Parsing context for event_source.

Definition at line 107 of file resource_applications.h.


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