#include <frame.h>
Data Fields | |
| int | ast_cause |
| char | chan_name [AST_CHANNEL_NAME] |
| char | code [1] |
| unsigned int | emulate_sip_cause:1 |
| int ast_cause |
Asterisk cause code associated with this message
Definition at line 361 of file frame.h.
Referenced by __analog_handle_event(), dahdi_r2_on_call_disconnect(), handle_incoming(), hangupcause_read(), jingle_action_session_terminate(), pri_queue_pvt_cause_data(), socket_process_helper(), and ss7_queue_pvt_cause_data().
| char chan_name[AST_CHANNEL_NAME] |
Name of the channel that originated the cause information
Definition at line 359 of file frame.h.
Referenced by __analog_handle_event(), ast_channel_dialed_causes_add(), ast_channel_hangupcause_hash_set(), collect_names_cb(), dahdi_r2_on_call_disconnect(), handle_incoming(), jingle_action_session_terminate(), pri_queue_pvt_cause_data(), pvt_cause_cmp_fn(), pvt_cause_hash_fn(), socket_process_helper(), and ss7_queue_pvt_cause_data().
| char code[1] |
Tech-specific cause code information, beginning with the name of the tech
Definition at line 362 of file frame.h.
Referenced by __analog_handle_event(), ast_channel_hangupcause_hash_set(), dahdi_r2_on_call_disconnect(), handle_incoming(), hangupcause_read(), jingle_action_session_terminate(), pri_queue_pvt_cause_data(), socket_process_helper(), and ss7_queue_pvt_cause_data().
| unsigned int emulate_sip_cause |
Indicates whether this should be used to emulate SIP_CAUSE support
Definition at line 360 of file frame.h.
Referenced by ast_channel_hangupcause_hash_set(), and handle_incoming().