Data Fields | |
char | context [AST_MAX_CONTEXT] |
char | exten [AST_MAX_EXTENSION] |
int | instance |
int | isHint |
char | label [42] |
int | laststate |
struct { | |
skinny_speeddial * next | |
} | list |
ast_mutex_t | lock |
skinny_device * | parent |
int | stateid |
Definition at line 1282 of file chan_skinny.c.
char context[AST_MAX_CONTEXT] |
Definition at line 1285 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), and skinny_register().
char exten[AST_MAX_EXTENSION] |
Definition at line 1286 of file chan_skinny.c.
Referenced by _skinny_show_device(), handle_stimulus_message(), skinny_extensionstate_cb(), skinny_register(), and transmit_speeddialstatres().
int instance |
Definition at line 1287 of file chan_skinny.c.
Referenced by find_speeddial_by_instance(), handle_button_template_req_message(), skinny_extensionstate_cb(), and transmit_speeddialstatres().
int isHint |
Definition at line 1290 of file chan_skinny.c.
Referenced by _skinny_show_device(), find_speeddial_by_instance(), and handle_button_template_req_message().
char label[42] |
Definition at line 1284 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), and transmit_speeddialstatres().
int laststate |
struct { ... } list |
Definition at line 1283 of file chan_skinny.c.
struct skinny_speeddial* next |
Definition at line 1292 of file chan_skinny.c.
struct skinny_device* parent |
int stateid |
Definition at line 1288 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), skinny_register(), and skinny_unregister().