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

#include <resource_endpoints.h>

Collaboration diagram for ast_ari_endpoints_send_message_args:
Collaboration graph
[legend]

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

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

◆ to

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

◆ variables

struct ast_json* variables

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