Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <resource_endpoints.h>
Data Fields | |
const char * | body |
const char * | from |
const char * | resource |
const char * | tech |
struct ast_json * | variables |
Argument struct for ast_ari_endpoints_send_message_to_endpoint()
Definition at line 143 of file resource_endpoints.h.
const char* body |
The body of the message
Definition at line 151 of file resource_endpoints.h.
const char* from |
The endpoint resource or technology specific identity to send this message from. Valid resources are pjsip and xmpp.
Definition at line 149 of file resource_endpoints.h.
const char* resource |
ID of the endpoint
Definition at line 147 of file resource_endpoints.h.
const char* tech |
Technology of the endpoint
Definition at line 145 of file resource_endpoints.h.
struct ast_json* variables |
Definition at line 152 of file resource_endpoints.h.