Asterisk - The Open Source Telephony Project
18.5.0
|
Blob of data associated with a channel. More...
#include <stasis_channels.h>
Data Fields | |
struct ast_json * | blob |
struct ast_channel_snapshot * | snapshot |
Blob of data associated with a channel.
Definition at line 184 of file stasis_channels.h.
struct ast_json* blob |
JSON blob of data
Definition at line 188 of file stasis_channels.h.
Referenced by agent_login_to_ami(), agent_logoff_to_ami(), agi_channel_to_ami(), AST_TEST_DEFINE(), cel_generic_cb(), channel_blob_to_json(), channel_dtmf_begin_cb(), channel_dtmf_end_cb(), channel_fax_cb(), channel_hangup_handler_cb(), channel_hangup_request_cb(), channel_hold_cb(), channel_mixmonitor_mute_cb(), channel_moh_start_cb(), create_channel_blob_message(), dahdichannel_to_ami(), dtmf_end_to_json(), handle_masquerade(), hold_to_json(), meetme_stasis_cb(), playback_to_json(), queue_agent_cb(), queue_channel_to_ami(), recording_to_json(), session_timeout_to_ami(), stasis_end_to_json(), talking_stop_to_ami(), and varset_to_ami().
struct ast_channel_snapshot* snapshot |
Channel blob is associated with (or NULL for global/all channels)
Definition at line 186 of file stasis_channels.h.
Referenced by agent_login_to_ami(), agent_logoff_to_ami(), agi_channel_to_ami(), AST_TEST_DEFINE(), cel_generic_cb(), channel_blob_to_json(), channel_dtmf_begin_cb(), channel_dtmf_end_cb(), channel_fax_cb(), channel_flash_cb(), channel_hangup_handler_cb(), channel_hangup_request_cb(), channel_hold_cb(), channel_mixmonitor_mute_cb(), channel_mixmonitor_start_cb(), channel_mixmonitor_stop_cb(), channel_moh_start_cb(), channel_moh_stop_cb(), channel_monitor_start_cb(), channel_monitor_stop_cb(), channel_unhold_cb(), create_channel_blob_message(), dahdichannel_to_ami(), dtmf_end_to_json(), handle_hangup(), handle_masquerade(), hold_to_json(), meetme_stasis_cb(), queue_agent_cb(), queue_channel_to_ami(), session_timeout_to_ami(), stasis_end_to_json(), talking_start_to_ami(), talking_stop_to_ami(), unhold_to_json(), and varset_to_ami().