
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 1208 of file chan_skinny.c.
| char context[AST_MAX_CONTEXT] |
Definition at line 1211 of file chan_skinny.c.
Referenced by build_device(), skinny_extensionstate_cb(), and skinny_register().
| char exten[AST_MAX_EXTENSION] |
Definition at line 1212 of file chan_skinny.c.
Referenced by build_device(), handle_skinny_show_device(), handle_speed_dial_stat_req_message(), handle_stimulus_message(), skinny_extensionstate_cb(), and skinny_register().
| int instance |
Definition at line 1213 of file chan_skinny.c.
Referenced by build_device(), find_speeddial_by_instance(), handle_button_template_req_message(), and skinny_extensionstate_cb().
| int isHint |
Definition at line 1216 of file chan_skinny.c.
Referenced by build_device(), find_speeddial_by_instance(), handle_button_template_req_message(), and handle_skinny_show_device().
| char label[42] |
Definition at line 1210 of file chan_skinny.c.
Referenced by build_device(), handle_line_state_req_message(), handle_skinny_show_device(), and handle_speed_dial_stat_req_message().
| int laststate |
Definition at line 1215 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb().
| struct { ... } list |
Definition at line 1209 of file chan_skinny.c.
Referenced by build_device().
struct skinny_speeddial* next [read] |
Definition at line 1218 of file chan_skinny.c.
struct skinny_device* parent [read] |
Definition at line 1219 of file chan_skinny.c.
Referenced by build_device(), and skinny_extensionstate_cb().
| int stateid |
Definition at line 1214 of file chan_skinny.c.
Referenced by skinny_extensionstate_cb(), skinny_register(), and skinny_unregister().
1.6.1