|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <resource_applications.h>
Data Fields | |
| const char * | application_name |
| const char ** | event_source |
| size_t | event_source_count |
| char * | event_source_parse |
Argument struct for ast_ari_applications_unsubscribe()
Definition at line 99 of file resource_applications.h.
| const char* application_name |
Application's name
Definition at line 101 of file resource_applications.h.
| 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.
| size_t event_source_count |
Length of event_source array.
Definition at line 105 of file resource_applications.h.
| char* event_source_parse |
Parsing context for event_source.
Definition at line 107 of file resource_applications.h.