
Data Fields | |
| struct skinny_line * | activeline |
| struct { | |
| struct skinny_addon * first | |
| struct skinny_addon * last | |
| ast_mutex_t lock | |
| } | addons |
| struct sockaddr_in | addr |
| SKINNY_DEVICE_OPTIONS struct type * | first |
| struct ast_ha * | ha |
| struct type * | last |
| struct { | |
| struct skinny_line * first | |
| struct skinny_line * last | |
| ast_mutex_t lock | |
| } | lines |
| struct { | |
| struct skinny_device * next | |
| } | list |
| ast_mutex_t | lock |
| struct in_addr | ourip |
| struct skinnysession * | session |
| struct { | |
| struct skinny_speeddial * first | |
| struct skinny_speeddial * last | |
| ast_mutex_t lock | |
| } | speeddials |
Definition at line 1271 of file chan_skinny.c.
| struct skinny_line* activeline |
Definition at line 1280 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 1276 of file chan_skinny.c.
Referenced by config_device().
Definition at line 1273 of file chan_skinny.c.
| struct skinny_line* first |
Definition at line 1281 of file chan_skinny.c.
| struct skinny_speeddial* first |
Definition at line 1282 of file chan_skinny.c.
| struct skinny_addon* first |
Definition at line 1283 of file chan_skinny.c.
Definition at line 1278 of file chan_skinny.c.
Referenced by skinny_register().
Definition at line 1274 of file chan_skinny.c.
| struct skinny_addon* last |
Definition at line 1283 of file chan_skinny.c.
| struct skinny_line* last |
Definition at line 1281 of file chan_skinny.c.
| struct skinny_speeddial* last |
Definition at line 1282 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 1275 of file chan_skinny.c.
Referenced by config_device().
| struct skinny_device* next |
Definition at line 1284 of file chan_skinny.c.
| struct in_addr ourip |
Definition at line 1277 of file chan_skinny.c.
Referenced by handle_open_receive_channel_ack_message(), handle_server_request_message(), skinny_register(), and skinny_set_rtp_peer().
| struct skinnysession* session |
Definition at line 1279 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_set_rtp_peer(), skinny_unregister(), transmit_displaymessage(), and transmit_response().
| struct { ... } speeddials |