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

#include <resource_endpoints.h>

Data Fields

const char * body
 
const char * from
 
const char * resource
 
const char * tech
 
struct ast_jsonvariables
 

Detailed Description

Argument struct for ast_ari_endpoints_send_message_to_endpoint()

Definition at line 143 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 149 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
const char* tech

Technology of the endpoint

Definition at line 145 of file resource_endpoints.h.

Referenced by ast_ari_endpoints_send_message_to_endpoint(), and ast_ari_endpoints_send_message_to_endpoint_cb().


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