Asterisk - The Open Source Telephony Project
21.4.1
|
Structure containing peer information for a channel snapshot. More...
#include <stasis_channels.h>
Data Fields | |
char | account [0] |
char * | linkedid |
Structure containing peer information for a channel snapshot.
Definition at line 122 of file stasis_channels.h.
char account[0] |
Peer account code for billing
Definition at line 124 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time().
char* linkedid |
Linked Channel Identifier – gets propagated by linkage
Definition at line 123 of file stasis_channels.h.
Referenced by ast_cel_create_event_with_time(), ast_manager_build_channel_state_string_prefix(), and cdr_object_alloc().