Asterisk - The Open Source Telephony Project
18.5.0
|
#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 111 of file resource_endpoints.h.
const char* body |
The body of the message
Definition at line 119 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message_to_endpoint(), ast_ari_endpoints_send_message_to_endpoint_cb(), and ast_ari_endpoints_send_message_to_endpoint_parse_body().
const char* from |
The endpoint resource or technology specific identity to send this message from. Valid resources are sip, pjsip, and xmpp.
Definition at line 117 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message_to_endpoint(), ast_ari_endpoints_send_message_to_endpoint_cb(), and ast_ari_endpoints_send_message_to_endpoint_parse_body().
const char* resource |
ID of the endpoint
Definition at line 115 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message_to_endpoint(), and ast_ari_endpoints_send_message_to_endpoint_cb().
const char* tech |
Technology of the endpoint
Definition at line 113 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message_to_endpoint(), and ast_ari_endpoints_send_message_to_endpoint_cb().
struct ast_json* variables |
Definition at line 120 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message_to_endpoint(), and ast_ari_endpoints_send_message_to_endpoint_cb().