Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
Data Fields
ast_control_pvt_cause_code Struct Reference

#include <frame.h>

Data Fields

int ast_cause
 
unsigned int cause_extended:1
 
char chan_name [AST_CHANNEL_NAME]
 
char code [1]
 
unsigned int emulate_sip_cause:1
 

Detailed Description

Definition at line 417 of file include/asterisk/frame.h.

Field Documentation

◆ ast_cause

int ast_cause

◆ cause_extended

unsigned int cause_extended

Indicates whether this cause code was retrieved from supplementary sources

Definition at line 420 of file include/asterisk/frame.h.

Referenced by ast_channel_dialed_causes_find(), hangupcause_read(), remove_dialstatus_cb(), and rfc3326_use_reason_header().

◆ chan_name

char chan_name[AST_CHANNEL_NAME]

◆ code

char code[1]

◆ emulate_sip_cause

unsigned int emulate_sip_cause

Indicates whether this should be used to emulate SIP_CAUSE support

Definition at line 419 of file include/asterisk/frame.h.

Referenced by ast_channel_hangupcause_hash_set().


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