
Data Fields | |
| struct skinny_line * | activeline |
| struct { | |
| struct skinny_addon * first | |
| struct skinny_addon * last | |
| ast_mutex_t lock | |
| } | addons |
| struct sockaddr_in | addr |
| int | capability |
| int | earlyrtp |
| char | exten [AST_MAX_EXTENSION] |
| struct ast_ha * | ha |
| char | id [16] |
| int | lastcallreference |
| int | lastlineinstance |
| struct { | |
| struct skinny_line * first | |
| struct skinny_line * last | |
| ast_mutex_t lock | |
| } | lines |
| struct { | |
| struct skinny_device * next | |
| } | list |
| char | name [80] |
| struct in_addr | ourip |
| struct ast_codec_pref | prefs |
| int | registered |
| struct skinnysession * | session |
| struct { | |
| struct skinny_speeddial * first | |
| struct skinny_speeddial * last | |
| ast_mutex_t lock | |
| } | speeddials |
| int | type |
| char | version_id [16] |
Definition at line 1229 of file chan_skinny.c.
struct skinny_line* activeline [read] |
Definition at line 1249 of file chan_skinny.c.
Referenced by build_device(), handle_keypad_button_message(), handle_message(), handle_offhook_message(), handle_onhook_message(), handle_stimulus_message(), and skinny_hangup().
| struct { ... } addons |
Referenced by build_device(), delete_devices(), get_button_template(), and handle_skinny_show_device().
struct sockaddr_in addr [read] |
Definition at line 1241 of file chan_skinny.c.
Referenced by build_device().
| int capability |
Definition at line 1239 of file chan_skinny.c.
Referenced by build_device(), and handle_capabilities_res_message().
| int earlyrtp |
Definition at line 1240 of file chan_skinny.c.
Referenced by build_device(), and skinny_indicate().
| char exten[AST_MAX_EXTENSION] |
Definition at line 1234 of file chan_skinny.c.
Referenced by handle_message(), and skinny_ss().
struct skinny_addon* first [read] |
Definition at line 1245 of file chan_skinny.c.
struct skinny_speeddial* first [read] |
Definition at line 1244 of file chan_skinny.c.
struct skinny_line* first [read] |
Definition at line 1243 of file chan_skinny.c.
Definition at line 1247 of file chan_skinny.c.
Referenced by build_device(), and skinny_register().
| char id[16] |
Definition at line 1232 of file chan_skinny.c.
Referenced by build_device(), complete_skinny_devices(), handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), and skinny_register().
struct skinny_addon* last [read] |
Definition at line 1245 of file chan_skinny.c.
struct skinny_speeddial* last [read] |
Definition at line 1244 of file chan_skinny.c.
struct skinny_line* last [read] |
Definition at line 1243 of file chan_skinny.c.
Definition at line 1238 of file chan_skinny.c.
Referenced by handle_enbloc_call_message(), handle_offhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), and skinny_new().
| int lastlineinstance |
Definition at line 1237 of file chan_skinny.c.
Referenced by build_device(), handle_enbloc_call_message(), handle_offhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), and skinny_new().
| struct { ... } lines |
Referenced by build_device(), complete_skinny_show_line(), delete_devices(), do_housekeeping(), find_line_by_instance(), find_line_by_name(), find_subchannel_by_reference(), handle_button_template_req_message(), handle_capabilities_res_message(), handle_offhook_message(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), handle_skinny_show_lines(), skinny_register(), skinny_unregister(), and unload_module().
| struct { ... } list |
Definition at line 1243 of file chan_skinny.c.
| char name[80] |
Definition at line 1231 of file chan_skinny.c.
Referenced by build_device(), do_housekeeping(), find_line_by_instance(), find_line_by_name(), find_speeddial_by_instance(), find_subchannel_by_instance_reference(), find_subchannel_by_reference(), handle_button_template_req_message(), handle_callforward_button(), handle_enbloc_call_message(), handle_offhook_message(), handle_onhook_message(), handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), handle_skinny_show_lines(), handle_soft_key_event_message(), handle_stimulus_message(), handle_transfer_button(), reload_config(), skinny_answer(), skinny_extensionstate_cb(), skinny_new(), skinny_register(), skinny_ss(), skinny_unregister(), and transmit_callinfo().
struct skinny_device* next [read] |
Definition at line 1250 of file chan_skinny.c.
struct in_addr ourip [read] |
Definition at line 1242 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 ast_codec_pref prefs [read] |
Definition at line 1246 of file chan_skinny.c.
Referenced by build_device().
| int registered |
Definition at line 1236 of file chan_skinny.c.
Referenced by handle_skinny_show_device(), handle_skinny_show_devices(), skinny_call(), skinny_hangup(), skinny_register(), and skinny_unregister().
struct skinnysession* session [read] |
Definition at line 1248 of file chan_skinny.c.
Referenced by handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), skinny_hangup(), skinny_indicate(), skinny_register(), skinny_set_rtp_peer(), skinny_unregister(), and transmit_response().
| struct { ... } speeddials |
| int type |
Definition at line 1235 of file chan_skinny.c.
Referenced by get_button_template(), handle_button_template_req_message(), handle_skinny_show_device(), handle_skinny_show_devices(), and skinny_register().
| char version_id[16] |
Definition at line 1233 of file chan_skinny.c.
Referenced by build_device(), handle_skinny_show_device(), handle_version_req_message(), and skinny_register().
1.6.1