Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct skinny_line * | activeline |
struct { | |
struct skinny_addon * first | |
struct skinny_addon * last | |
ast_mutex_t lock | |
} | addons |
struct sockaddr_in | addr |
struct ast_format_cap * | cap |
struct ast_format_cap * | confcap |
struct ast_endpoint * | endpoint |
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 { | |
struct skinny_serviceurl * first | |
struct skinny_serviceurl * last | |
ast_mutex_t lock | |
} | serviceurls |
struct skinnysession * | session |
struct { | |
struct skinny_speeddial * first | |
struct skinny_speeddial * last | |
ast_mutex_t lock | |
} | speeddials |
Definition at line 1578 of file chan_skinny.c.
struct skinny_line* activeline |
Definition at line 1587 of file chan_skinny.c.
Referenced by config_device(), handle_keypad_button_message(), handle_offhook_message(), handle_onhook_message(), and handle_stimulus_message().
struct { ... } addons |
Referenced by _skinny_show_device(), delete_devices(), get_button_template(), and skinny_reload().
struct sockaddr_in addr |
Definition at line 1583 of file chan_skinny.c.
Referenced by config_device().
struct ast_format_cap* cap |
Definition at line 1588 of file chan_skinny.c.
Referenced by _skinny_show_device(), handle_capabilities_res_message(), skinny_device_alloc(), skinny_device_destroy(), and skinny_register().
struct ast_format_cap* confcap |
Definition at line 1589 of file chan_skinny.c.
Referenced by _skinny_show_device(), config_device(), handle_capabilities_res_message(), skinny_device_alloc(), and skinny_device_destroy().
struct ast_endpoint* endpoint |
Definition at line 1590 of file chan_skinny.c.
Referenced by skinny_device_alloc(), skinny_device_destroy(), skinny_register(), skinny_session_cleanup(), and unload_module().
SKINNY_DEVICE_OPTIONS struct type* first |
Definition at line 1580 of file chan_skinny.c.
struct skinny_line* first |
Definition at line 1591 of file chan_skinny.c.
struct skinny_speeddial* first |
Definition at line 1592 of file chan_skinny.c.
struct skinny_serviceurl* first |
Definition at line 1593 of file chan_skinny.c.
struct skinny_addon* first |
Definition at line 1594 of file chan_skinny.c.
struct ast_ha* ha |
Definition at line 1585 of file chan_skinny.c.
Referenced by skinny_register().
struct type* last |
Definition at line 1581 of file chan_skinny.c.
struct skinny_line* last |
Definition at line 1591 of file chan_skinny.c.
struct skinny_speeddial* last |
Definition at line 1592 of file chan_skinny.c.
struct skinny_serviceurl* last |
Definition at line 1593 of file chan_skinny.c.
struct skinny_addon* last |
Definition at line 1594 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(), find_subline_by_callid(), find_subline_by_name(), handle_button_template_req_message(), handle_capabilities_res_message(), mwi_event_cb(), skinny_register(), skinny_reload(), skinny_session_cleanup(), and unload_module().
struct { ... } list |
ast_mutex_t lock |
Definition at line 1582 of file chan_skinny.c.
Referenced by config_device().
struct skinny_device* next |
Definition at line 1595 of file chan_skinny.c.
struct in_addr ourip |
Definition at line 1584 of file chan_skinny.c.
Referenced by handle_open_receive_channel_ack_message(), skinny_register(), skinny_set_rtp_peer(), and transmit_serverres().
struct { ... } serviceurls |
Referenced by _skinny_show_device(), delete_devices(), handle_button_template_req_message(), and transmit_serviceurlstat().
struct skinnysession* session |
Definition at line 1586 of file chan_skinny.c.
Referenced by _skinny_show_device(), _skinny_show_devices(), config_device(), destroy_session(), get_devicestate(), handle_callforward_button(), handle_skinny_reset(), handle_transfer_button(), mwi_event_cb(), skinny_call(), skinny_indicate(), skinny_new(), skinny_register(), skinny_reload(), skinny_session_cleanup(), transmit_response(), and update_connectedline().
struct { ... } speeddials |