Asterisk - The Open Source Telephony Project
21.4.1
|
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 PathSegment::__init__(), ast_channel_snapshot_connected_line_equal(), ast_channel_snapshot_to_json(), ast_manager_build_channel_state_string_prefix(), and PathSegment::get_child().
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(), and ast_manager_build_channel_state_string_prefix().