Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_ari_endpoints_send_message_args Struct Reference

#include <resource_endpoints.h>

Data Fields

const char * body
 
const char * from
 
const char * to
 
struct ast_jsonvariables
 

Detailed Description

Argument struct for ast_ari_endpoints_send_message()

Definition at line 54 of file resource_endpoints.h.

Field Documentation

const char* body
const char* from

The endpoint resource or technology specific identity to send this message from. Valid resources are 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 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().


The documentation for this struct was generated from the following file: