Asterisk - The Open Source Telephony Project
18.5.0
|
#include <frame.h>
Data Fields | |
int | ast_cause |
char | chan_name [AST_CHANNEL_NAME] |
char | code [1] |
unsigned int | emulate_sip_cause:1 |
Definition at line 413 of file include/asterisk/frame.h.
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(), handle_clear_alarms(), handle_incoming(), hangupcause_read(), jingle_action_session_terminate(), and socket_process_helper().
char chan_name[AST_CHANNEL_NAME] |
Name of the channel that originated the cause information
Definition at line 414 of file include/asterisk/frame.h.
Referenced by __analog_handle_event(), ast_channel_dialed_causes_add(), ast_channel_hangupcause_hash_set(), chan_pjsip_incoming_response_update_cause(), collect_names_cb(), handle_clear_alarms(), handle_incoming(), jingle_action_session_terminate(), pvt_cause_cmp_fn(), pvt_cause_hash_fn(), and socket_process_helper().
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(), handle_clear_alarms(), handle_incoming(), hangupcause_read(), jingle_action_session_terminate(), ErrorResponse::load(), and socket_process_helper().
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(), and handle_incoming().