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

#include <resource_endpoints.h>

Collaboration diagram for ast_ari_endpoints_send_message_to_endpoint_args:
Collaboration graph
[legend]

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 111 of file resource_endpoints.h.

Field Documentation

◆ body

const char* body

◆ from

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().

◆ resource

const char* resource

◆ tech

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().

◆ variables

struct ast_json* variables

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