Data Fields | |
skinny_line * | activeline |
struct { | |
skinny_addon * first | |
skinny_addon * last | |
ast_mutex_t lock | |
} | addons |
sockaddr_in | addr |
SKINNY_DEVICE_OPTIONS struct type * | first |
ast_ha * | ha |
type * | last |
struct { | |
skinny_line * first | |
skinny_line * last | |
ast_mutex_t lock | |
} | lines |
struct { | |
skinny_device * next | |
} | list |
ast_mutex_t | lock |
in_addr | ourip |
skinnysession * | session |
struct { | |
skinny_speeddial * first | |
skinny_speeddial * last | |
ast_mutex_t lock | |
} | speeddials |
Definition at line 1328 of file chan_skinny.c.
struct skinny_line* activeline |
Definition at line 1337 of file chan_skinny.c.
Referenced by handle_keypad_button_message(), handle_message(), handle_offhook_message(), handle_onhook_message(), handle_stimulus_message(), and skinny_hangup().
struct { ... } addons |
Referenced by _skinny_show_device(), delete_devices(), get_button_template(), and skinny_reload().
struct sockaddr_in addr |
Definition at line 1333 of file chan_skinny.c.
struct skinny_addon* first |
Definition at line 1340 of file chan_skinny.c.
struct skinny_speeddial* first |
Definition at line 1339 of file chan_skinny.c.
struct skinny_line* first |
Definition at line 1338 of file chan_skinny.c.
SKINNY_DEVICE_OPTIONS struct type* first |
Definition at line 1330 of file chan_skinny.c.
struct skinny_addon* last |
Definition at line 1340 of file chan_skinny.c.
struct skinny_speeddial* last |
Definition at line 1339 of file chan_skinny.c.
struct skinny_line* last |
Definition at line 1338 of file chan_skinny.c.
struct type* last |
Definition at line 1331 of file chan_skinny.c.
struct { ... } lines |
Referenced by _skinny_show_device(), _skinny_show_devices(), _skinny_show_line(), complete_skinny_show_line(), config_device(), config_parse_variables(), delete_devices(), find_line_by_instance(), find_line_by_name(), find_subchannel_by_reference(), handle_button_template_req_message(), handle_capabilities_res_message(), handle_offhook_message(), mwi_event_cb(), skinny_register(), skinny_reload(), skinny_unregister(), and unload_module().
struct { ... } list |
Definition at line 1332 of file chan_skinny.c.
struct skinny_device* next |
Definition at line 1341 of file chan_skinny.c.
struct in_addr ourip |
Definition at line 1334 of file chan_skinny.c.
Referenced by handle_open_receive_channel_ack_message(), skinny_register(), skinny_set_rtp_peer(), and transmit_serverres().
struct skinnysession* session |
Definition at line 1336 of file chan_skinny.c.
Referenced by _skinny_show_device(), _skinny_show_devices(), config_device(), handle_skinny_reset(), mwi_event_cb(), skinny_hangup(), skinny_indicate(), skinny_register(), skinny_reload(), skinny_unregister(), and transmit_response().
struct { ... } speeddials |