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 |
Definition at line 1230 of file chan_skinny.c.
char context[AST_MAX_CONTEXT] |
Definition at line 1233 of file chan_skinny.c.
Referenced by config_parse_variables(), skinny_extensionstate_cb(), and skinny_register().
char exten[AST_MAX_EXTENSION] |
Definition at line 1234 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), handle_speed_dial_stat_req_message(), handle_stimulus_message(), skinny_extensionstate_cb(), and skinny_register().
int instance |
Definition at line 1235 of file chan_skinny.c.
Referenced by config_parse_variables(), find_speeddial_by_instance(), handle_button_template_req_message(), handle_line_state_req_message(), handle_speed_dial_stat_req_message(), and skinny_extensionstate_cb().
int isHint |
Definition at line 1238 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 1232 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_parse_variables(), handle_line_state_req_message(), and handle_speed_dial_stat_req_message().
int laststate |
Definition at line 1237 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb().
struct { ... } list |
Definition at line 1231 of file chan_skinny.c.
Referenced by config_parse_variables().
struct skinny_speeddial* next |
Definition at line 1240 of file chan_skinny.c.
struct skinny_device* parent |
Definition at line 1241 of file chan_skinny.c.
Referenced by config_parse_variables(), and skinny_extensionstate_cb().
int stateid |
Definition at line 1236 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), skinny_register(), and skinny_unregister().