Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_control_pvt_cause_code Struct Reference

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 413 of file include/asterisk/frame.h.

Field Documentation

int ast_cause

Asterisk cause code associated with this message

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

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

char chan_name[AST_CHANNEL_NAME]
char code[1]

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

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

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

unsigned int emulate_sip_cause

Indicates whether this should be used to emulate SIP_CAUSE support

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

Referenced by ast_channel_hangupcause_hash_set().


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