|
Asterisk - The Open Source Telephony Project GIT-master-f08020d
|

Data Fields | |
| int | cause |
| struct ast_channel * | chan |
| ast_cond_t | cond |
| struct confbridge_conference * | conference |
| int | hungup |
| ast_mutex_t | lock |
| int | response_code |
| struct ast_sip_session * | session |
Definition at line 1253 of file app_confbridge.c.
| int cause |
Definition at line 2503 of file chan_pjsip.c.
Referenced by chan_pjsip_hangup(), hangup(), and hangup_data_alloc().
| struct ast_channel* chan |
Definition at line 2504 of file chan_pjsip.c.
Referenced by hangup(), hangup_data_alloc(), hangup_data_destroy(), pjsip_app_hangup(), and pjsip_app_hangup_handler().
| ast_cond_t cond |
Definition at line 1257 of file app_confbridge.c.
| struct confbridge_conference* conference |
Definition at line 1255 of file app_confbridge.c.
Referenced by destroy_conference_bridge(), generic_mute_unmute_user(), and hangup_data_init().
| int hungup |
Definition at line 1258 of file app_confbridge.c.
| ast_mutex_t lock |
Definition at line 1256 of file app_confbridge.c.
| int response_code |
Definition at line 1256 of file dialplan_functions.c.
Referenced by pjsip_app_hangup(), pjsip_app_hangup_handler(), pjsip_hangup(), and response_code_validator().
| struct ast_sip_session* session |
Definition at line 1255 of file dialplan_functions.c.
Referenced by pjsip_app_hangup_handler(), and pjsip_hangup().