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

#include <frame.h>

Data Fields

int ast_cause
 
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

◆ chan_name

char chan_name[AST_CHANNEL_NAME]

◆ code

char code[1]

Tech-specific cause code information, beginning with the name of the tech

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

Referenced by __analog_handle_event(), ast_channel_hangupcause_hash_set(), chan_pjsip_incoming_response_update_cause(), hangupcause_read(), jingle_action_session_terminate(), and socket_process_helper().

◆ 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: