Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct skinny_container * | container |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
int | instance |
int | isHint |
char | label [42] |
int | laststate |
struct { | |
struct skinny_speeddial * next | |
} | list |
ast_mutex_t | lock |
struct skinny_device * | parent |
int | stateid |
Definition at line 1521 of file chan_skinny.c.
struct skinny_container* container |
Definition at line 1523 of file chan_skinny.c.
Referenced by config_parse_variables(), delete_devices(), and skinny_register().
char context[AST_MAX_CONTEXT] |
Definition at line 1525 of file chan_skinny.c.
Referenced by config_parse_variables(), skinny_extensionstate_cb(), and skinny_register().
char exten[AST_MAX_EXTENSION] |
Definition at line 1526 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), handle_stimulus_message(), skinny_extensionstate_cb(), skinny_register(), and transmit_speeddialstatres().
int instance |
Definition at line 1527 of file chan_skinny.c.
Referenced by config_parse_variables(), find_speeddial_by_instance(), handle_button_template_req_message(), skinny_extensionstate_cb(), transmit_linestatres(), and transmit_speeddialstatres().
int isHint |
Definition at line 1530 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), find_speeddial_by_instance(), and handle_button_template_req_message().
char label[42] |
Definition at line 1524 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), skinny_extensionstate_cb(), transmit_linestatres(), and transmit_speeddialstatres().
int laststate |
Definition at line 1529 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb().
struct { ... } list |
Referenced by find_speeddial_by_instance(), and skinny_session_cleanup().
ast_mutex_t lock |
Definition at line 1522 of file chan_skinny.c.
Referenced by config_parse_variables().
struct skinny_speeddial* next |
Definition at line 1532 of file chan_skinny.c.
struct skinny_device* parent |
Definition at line 1533 of file chan_skinny.c.
Referenced by config_parse_variables(), and skinny_extensionstate_cb().
int stateid |
Definition at line 1528 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), skinny_register(), and skinny_session_cleanup().