Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
hangup_data Struct Reference
Collaboration diagram for hangup_data:
Collaboration graph
[legend]

Data Fields

int cause
 
struct ast_channelchan
 
ast_cond_t cond
 
struct confbridge_conferenceconference
 
int hungup
 
ast_mutex_t lock
 
int response_code
 
struct ast_sip_sessionsession
 

Detailed Description

Definition at line 1206 of file app_confbridge.c.

Field Documentation

◆ cause

int cause

Definition at line 2483 of file chan_pjsip.c.

Referenced by chan_pjsip_hangup(), hangup(), and hangup_data_alloc().

◆ chan

struct ast_channel* chan

◆ cond

ast_cond_t cond

Definition at line 1210 of file app_confbridge.c.

◆ conference

struct confbridge_conference* conference

◆ hungup

int hungup

Definition at line 1211 of file app_confbridge.c.

◆ lock

Definition at line 1209 of file app_confbridge.c.

◆ response_code

int response_code

◆ session

struct ast_sip_session* session

Definition at line 1233 of file dialplan_functions.c.

Referenced by pjsip_app_hangup_handler(), and pjsip_hangup().


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