| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 96 of file stasis_channels.h.
| char name[0] | 
Connected Line Name
Definition at line 98 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(), and SwaggerType::load().
| char* number | 
Connected Line Number
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(), and cli_channel_print_body().