|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <internal.h>

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_client * | websocket_client |
| const ast_string_field | websocket_client_id |
Definition at line 109 of file internal.h.
| 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
| struct ast_string_field_mgr __field_mgr |
Definition at line 116 of file internal.h.
| struct ast_string_field_pool* __field_mgr_pool |
Definition at line 116 of file internal.h.
| const ast_string_field apps |
Definition at line 116 of file internal.h.
Referenced by ari_conf_get_owc_for_app(), outbound_session_apply_config(), outbound_session_create(), outbound_websocket_apply(), outbound_websocket_validate_cb(), and show_owc_cb().
| int invalid |
Invalid configuration
Definition at line 117 of file internal.h.
Referenced by outbound_websocket_validate_cb().
| const ast_string_field local_ari_password |
Definition at line 116 of file internal.h.
| 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().
| 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().
| struct ast_websocket_client* websocket_client |
The websocket client
Definition at line 119 of file internal.h.
Referenced by ari_conf_get_owc_for_app(), ari_conf_owc_detect_changes(), outbound_session_apply_config(), outbound_session_create(), outbound_websocket_apply(), outbound_websocket_dtor(), outbound_websocket_websocket_client_id_from_str(), outbound_websocket_websocket_client_id_to_str(), and show_owc_cb().
| const ast_string_field websocket_client_id |
Definition at line 116 of file internal.h.
Referenced by outbound_websocket_websocket_client_id_from_str(), and outbound_websocket_websocket_client_id_to_str().