Asterisk - The Open Source Telephony Project GIT-master-a358458
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 143 of file resource_endpoints.h.

Field Documentation

◆ body

const char* body

The body of the message

Definition at line 151 of file resource_endpoints.h.

◆ from

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.

◆ resource

const char* resource

ID of the endpoint

Definition at line 147 of file resource_endpoints.h.

◆ tech

const char* tech

Technology of the endpoint

Definition at line 145 of file resource_endpoints.h.

◆ variables

struct ast_json* variables

Definition at line 152 of file resource_endpoints.h.


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