Asterisk - The Open Source Telephony Project
18.5.0
|
#include <resource_endpoints.h>
Data Fields | |
const char * | body |
const char * | from |
const char * | to |
struct ast_json * | variables |
Argument struct for ast_ari_endpoints_send_message()
Definition at line 54 of file resource_endpoints.h.
const char* body |
The body of the message
Definition at line 60 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message(), ast_ari_endpoints_send_message_cb(), and ast_ari_endpoints_send_message_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 58 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message(), ast_ari_endpoints_send_message_cb(), and ast_ari_endpoints_send_message_parse_body().
const char* to |
The endpoint resource or technology specific URI to send the message to. Valid resources are sip, pjsip, and xmpp.
Definition at line 56 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message(), ast_ari_endpoints_send_message_cb(), and ast_ari_endpoints_send_message_parse_body().
struct ast_json* variables |
Definition at line 61 of file resource_endpoints.h.
Referenced by ast_ari_endpoints_send_message(), and ast_ari_endpoints_send_message_cb().