
Data Fields | |
| char | exten [AST_MAX_EXTENSION] |
| int | instance |
| char | label [42] |
| ast_mutex_t | lock |
| struct skinny_speeddial * | next |
| struct skinny_device * | parent |
Definition at line 1003 of file chan_skinny.c.
| char exten[AST_MAX_EXTENSION] |
Definition at line 1006 of file chan_skinny.c.
Referenced by build_device(), and handle_speed_dial_stat_req_message().
| int instance |
Definition at line 1007 of file chan_skinny.c.
Referenced by build_device(), find_speeddial_by_instance(), handle_button_template_req_message(), and handle_speed_dial_stat_req_message().
| char label[42] |
Definition at line 1005 of file chan_skinny.c.
Referenced by build_device(), and handle_speed_dial_stat_req_message().
struct skinny_speeddial* next [read] |
Definition at line 1009 of file chan_skinny.c.
Referenced by build_device(), delete_devices(), find_speeddial_by_instance(), and handle_button_template_req_message().
struct skinny_device* parent [read] |
1.5.5