Asterisk - The Open Source Telephony Project
18.5.0
|
Structure containing hangup information for a channel snapshot. More...
#include <stasis_channels.h>
Data Fields | |
int | cause |
char | source [0] |
Structure containing hangup information for a channel snapshot.
Definition at line 130 of file stasis_channels.h.
int cause |
Why is the channel hanged up. See causes.h
Definition at line 131 of file stasis_channels.h.
Referenced by cdr_object_finalize(), cel_channel_state_change(), channel_destroyed_event(), channel_snapshot_hangup_create(), and channel_state_change().
char source[0] |
Who is responsible for hanging up this channel
Definition at line 132 of file stasis_channels.h.
Referenced by cel_channel_state_change(), and channel_snapshot_hangup_create().