Asterisk - The Open Source Telephony Project GIT-master-fe341c2
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Public Member Functions | Data Fields
ari_conf_outbound_websocket Struct Reference

#include <internal.h>

Collaboration diagram for ari_conf_outbound_websocket:
Collaboration graph
[legend]

Public Member Functions

 SORCERY_OBJECT (details)
 

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field apps
 
int invalid
 
const ast_string_field local_ari_password
 
const ast_string_field local_ari_user
 
int subscribe_all
 
struct ast_websocket_clientwebsocket_client
 
const ast_string_field websocket_client_id
 

Detailed Description

Definition at line 109 of file internal.h.

Member Function Documentation

◆ SORCERY_OBJECT()

SORCERY_OBJECT ( details  )

The ID of the websocket client to use Stasis apps using this connection The ARI user to act as The password for the ARI user

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 116 of file internal.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 116 of file internal.h.

◆ apps

◆ invalid

int invalid

Invalid configuration

Definition at line 117 of file internal.h.

Referenced by outbound_websocket_validate_cb().

◆ local_ari_password

const ast_string_field local_ari_password

Definition at line 116 of file internal.h.

◆ local_ari_user

const ast_string_field local_ari_user

Definition at line 116 of file internal.h.

Referenced by outbound_websocket_apply(), and outbound_websocket_validate_cb().

◆ subscribe_all

int subscribe_all

Subscribe to all events

Definition at line 118 of file internal.h.

Referenced by outbound_session_apply_config(), and outbound_session_create().

◆ websocket_client

◆ websocket_client_id

const ast_string_field websocket_client_id

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