Data Fields | |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
int | instance |
int | isHint |
char | label [42] |
int | laststate |
ast_mutex_t | lock |
int | stateid |
Definition at line 1291 of file chan_skinny.c.
char context[AST_MAX_CONTEXT] |
Definition at line 1294 of file chan_skinny.c.
Referenced by config_parse_variables(), skinny_extensionstate_cb(), and skinny_register().
char exten[AST_MAX_EXTENSION] |
Definition at line 1295 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 1296 of file chan_skinny.c.
Referenced by config_parse_variables(), find_speeddial_by_instance(), handle_button_template_req_message(), skinny_extensionstate_cb(), and transmit_speeddialstatres().
int isHint |
Definition at line 1299 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 1293 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), and transmit_speeddialstatres().
int laststate |
Definition at line 1298 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb().
Definition at line 1292 of file chan_skinny.c.
Referenced by config_parse_variables().
int stateid |
Definition at line 1297 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), skinny_register(), and skinny_unregister().