Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
start_message_blob Struct Reference
Collaboration diagram for start_message_blob:
Collaboration graph
[legend]

Data Fields

struct ast_jsonblob
 
struct ast_channel_snapshotchannel
 
struct ast_channel_snapshotreplace_channel
 

Detailed Description

Definition at line 141 of file res_stasis.c.

Field Documentation

◆ blob

struct ast_json* blob

JSON blob containing timestamp and args

Definition at line 144 of file res_stasis.c.

Referenced by send_start_msg_snapshots(), start_message_blob_dtor(), and stasis_start_to_json().

◆ channel

struct ast_channel_snapshot* channel

Channel that is entering Stasis()

Definition at line 142 of file res_stasis.c.

Referenced by send_start_msg_snapshots(), start_message_blob_dtor(), and stasis_start_to_json().

◆ replace_channel

struct ast_channel_snapshot* replace_channel

Channel that is being replaced (optional)

Definition at line 143 of file res_stasis.c.

Referenced by send_start_msg_snapshots(), start_message_blob_dtor(), and stasis_start_to_json().


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