Asterisk - The Open Source Telephony Project
18.5.0
|
Blob of data associated with a bridge. More...
#include <stasis_bridges.h>
Data Fields | |
struct ast_json * | blob |
struct ast_bridge_snapshot * | bridge |
struct ast_channel_snapshot * | channel |
Blob of data associated with a bridge.
blob
is actually a JSON object of structured data. It has a "type" field which contains the type string describing this blob. Definition at line 123 of file stasis_bridges.h.
struct ast_json* blob |
JSON blob of data
Definition at line 129 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), cel_bridge_enter_cb(), cel_bridge_leave_cb(), channel_enter_cb(), channel_leave_cb(), conf_send_event_to_participants(), confbridge_publish_manager_event(), confbridge_talking_cb(), and get_bool_header().
struct ast_bridge_snapshot* bridge |
Bridge blob is associated with (or NULL for global/all bridges)
Definition at line 125 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), ast_channel_entered_bridge_to_json(), ast_channel_left_bridge_to_json(), bridge_publish_state_from_blob(), cel_bridge_enter_cb(), cel_bridge_leave_cb(), channel_enter_cb(), channel_leave_cb(), conf_send_event_to_participants(), confbridge_publish_manager_event(), handle_bridge_enter(), handle_bridge_enter_message(), and handle_bridge_leave_message().
struct ast_channel_snapshot* channel |
Channel blob is associated with (may be NULL for some messages)
Definition at line 127 of file stasis_bridges.h.
Referenced by ast_bridge_blob_create(), ast_bridge_blob_create_from_snapshots(), ast_channel_entered_bridge_to_json(), ast_channel_left_bridge_to_json(), cel_bridge_enter_cb(), cel_bridge_leave_cb(), channel_enter_cb(), channel_leave_cb(), conf_send_event_to_participants(), confbridge_publish_manager_event(), handle_bridge_enter(), handle_bridge_enter_message(), handle_bridge_leave_message(), and refer_progress_bridge().