| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure containing hangup information for a channel snapshot. More...
#include <stasis_channels.h>
| Data Fields | |
| int | cause | 
| char * | source | 
| int | tech_cause | 
Structure containing hangup information for a channel snapshot.
Definition at line 133 of file stasis_channels.h.
| int cause | 
Why is the channel hanged up. See causes.h
Definition at line 134 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 | 
Who is responsible for hanging up this channel
Definition at line 135 of file stasis_channels.h.
Referenced by cel_channel_state_change(), and channel_snapshot_hangup_create().
| int tech_cause | 
Technology-specific hangup cause
Definition at line 136 of file stasis_channels.h.
Referenced by channel_destroyed_event(), channel_snapshot_hangup_create(), and channel_state_change().