Asterisk - The Open Source Telephony Project
18.5.0
|
#include <pbx.h>
Data Fields | |
struct ast_channel * | causing_channel |
char | device_name [1] |
enum ast_device_state | device_state |
struct ast_channel* causing_channel |
Definition at line 98 of file pbx.h.
Referenced by device_state_info_dt(), find_ringing_channel(), and get_device_state_causing_channels().
char device_name[1] |
Definition at line 99 of file pbx.h.
Referenced by ast_extension_state3(), and get_device_state_causing_channels().
enum ast_device_state device_state |
Definition at line 97 of file pbx.h.
Referenced by ast_extension_state3(), find_ringing_channel(), and get_device_state_causing_channels().