Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_applications.h>
Data Fields | |
const char * | application_name |
struct ast_json * | filter |
Argument struct for ast_ari_applications_filter()
Definition at line 131 of file resource_applications.h.
const char* application_name |
Application's name
Definition at line 133 of file resource_applications.h.
Referenced by ast_ari_applications_filter(), and ast_ari_applications_filter_cb().
struct ast_json* filter |
Specify which event types to allow/disallow
Definition at line 135 of file resource_applications.h.
Referenced by ast_ari_applications_filter(), and ast_ari_applications_filter_cb().