
Data Fields | |
| 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 |
| char context[AST_MAX_CONTEXT] |
Definition at line 1294 of file chan_skinny.c.
Referenced by skinny_register(), skinny_extensionstate_cb(), and config_parse_variables().
| char exten[AST_MAX_EXTENSION] |
Definition at line 1295 of file chan_skinny.c.
Referenced by skinny_register(), transmit_speeddialstatres(), skinny_extensionstate_cb(), _skinny_show_device(), handle_stimulus_message(), and config_parse_variables().
| int instance |
Definition at line 1296 of file chan_skinny.c.
Referenced by find_speeddial_by_instance(), transmit_speeddialstatres(), skinny_extensionstate_cb(), handle_button_template_req_message(), and config_parse_variables().
| int isHint |
Definition at line 1299 of file chan_skinny.c.
Referenced by find_speeddial_by_instance(), _skinny_show_device(), handle_button_template_req_message(), and config_parse_variables().
| char label[42] |
Definition at line 1293 of file chan_skinny.c.
Referenced by transmit_speeddialstatres(), _skinny_show_device(), and config_parse_variables().
| int laststate |
Definition at line 1298 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb().
| struct { ... } list |
Definition at line 1292 of file chan_skinny.c.
Referenced by config_parse_variables().
| struct skinny_speeddial* next |
Definition at line 1301 of file chan_skinny.c.
| struct skinny_device* parent |
Definition at line 1302 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), and config_parse_variables().
| int stateid |
Definition at line 1297 of file chan_skinny.c.
Referenced by skinny_register(), skinny_unregister(), and skinny_extensionstate_cb().