
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 |
| struct skinny_line* activeline |
Definition at line 1341 of file chan_skinny.c.
Referenced by skinny_hangup(), handle_keypad_button_message(), handle_stimulus_message(), handle_offhook_message(), handle_onhook_message(), and handle_message().
| struct { ... } addons |
Referenced by get_button_template(), _skinny_show_device(), delete_devices(), and skinny_reload().
| struct sockaddr_in addr |
Definition at line 1337 of file chan_skinny.c.
Referenced by config_device().
| SKINNY_DEVICE_OPTIONS struct type* first |
Definition at line 1334 of file chan_skinny.c.
| struct skinny_line* first |
Definition at line 1342 of file chan_skinny.c.
| struct skinny_speeddial* first |
Definition at line 1343 of file chan_skinny.c.
| struct skinny_addon* first |
Definition at line 1344 of file chan_skinny.c.
Definition at line 1339 of file chan_skinny.c.
Referenced by skinny_register().
| struct type* last |
Definition at line 1335 of file chan_skinny.c.
| struct skinny_line* last |
Definition at line 1342 of file chan_skinny.c.
| struct skinny_speeddial* last |
Definition at line 1343 of file chan_skinny.c.
| struct skinny_addon* last |
Definition at line 1344 of file chan_skinny.c.
| struct { ... } lines |
Referenced by find_line_by_instance(), find_line_by_name(), find_subchannel_by_reference(), skinny_register(), skinny_unregister(), mwi_event_cb(), complete_skinny_show_line(), _skinny_show_devices(), _skinny_show_device(), _skinny_show_line(), handle_offhook_message(), handle_capabilities_res_message(), handle_button_template_req_message(), config_parse_variables(), config_device(), delete_devices(), skinny_reload(), and unload_module().
| struct { ... } list |
Definition at line 1336 of file chan_skinny.c.
Referenced by config_device().
| struct skinny_device* next |
Definition at line 1345 of file chan_skinny.c.
| struct in_addr ourip |
Definition at line 1338 of file chan_skinny.c.
Referenced by skinny_register(), transmit_serverres(), skinny_set_rtp_peer(), and handle_open_receive_channel_ack_message().
| struct skinnysession* session |
Definition at line 1340 of file chan_skinny.c.
Referenced by skinny_register(), skinny_unregister(), transmit_response(), mwi_event_cb(), handle_skinny_reset(), _skinny_show_devices(), _skinny_show_device(), skinny_indicate(), config_device(), and skinny_reload().
| struct { ... } speeddials |