Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
ast_channel_snapshot_hangup Struct Reference

Structure containing hangup information for a channel snapshot. More...

#include <stasis_channels.h>

Data Fields

int cause
 
char * source
 
int tech_cause
 

Detailed Description

Structure containing hangup information for a channel snapshot.

Since
17

Definition at line 133 of file stasis_channels.h.

Field Documentation

◆ cause

int cause

◆ source

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().

◆ tech_cause

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().


The documentation for this struct was generated from the following file: