Asterisk - The Open Source Telephony Project
18.5.0
|
Structure containing connected information for a channel snapshot. More...
#include <stasis_channels.h>
Data Fields | |
char | name [0] |
char * | number |
Structure containing connected information for a channel snapshot.
Definition at line 95 of file stasis_channels.h.
char name[0] |
Connected Line Name
Definition at line 97 of file stasis_channels.h.
Referenced by ast_channel_snapshot_connected_line_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), channel_snapshot_connected_create(), cli_channel_print_body(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), and Property::load().
char* number |
Connected Line Number
Definition at line 96 of file stasis_channels.h.
Referenced by ast_channel_snapshot_connected_line_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), channel_snapshot_connected_create(), and cli_channel_print_body().