Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_json * | blob |
struct ast_channel_snapshot * | channel |
struct ast_channel_snapshot * | replace_channel |
Definition at line 141 of file res_stasis.c.
struct ast_json* blob |
JSON blob containing timestamp and args
Definition at line 144 of file res_stasis.c.
Referenced by app_send_end_msg(), send_start_msg_snapshots(), start_message_blob_dtor(), stasis_app_user_event(), and stasis_start_to_json().
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().
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().