Data Fields | |
skinny_addon * | addons |
sockaddr_in | addr |
int | capability |
ast_ha * | ha |
char | id [16] |
int | lastcallreference |
int | lastlineinstance |
skinny_line * | lines |
char | name [80] |
skinny_device * | next |
in_addr | ourip |
ast_codec_pref | prefs |
int | registered |
skinnysession * | session |
skinny_speeddial * | speeddials |
int | type |
char | version_id [16] |
Definition at line 991 of file chan_skinny.c.
struct skinny_addon* addons |
Definition at line 1005 of file chan_skinny.c.
Referenced by build_device(), and get_button_template().
struct sockaddr_in addr |
int capability |
Definition at line 1000 of file chan_skinny.c.
Referenced by build_device(), and handle_capabilities_res_message().
char id[16] |
Definition at line 994 of file chan_skinny.c.
Referenced by build_device(), complete_skinny_reset(), skinny_register(), skinny_reset_device(), and skinny_show_devices().
Definition at line 999 of file chan_skinny.c.
Referenced by handle_keypad_button_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), and skinny_new().
int lastlineinstance |
Definition at line 998 of file chan_skinny.c.
Referenced by build_device(), handle_keypad_button_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), and skinny_new().
struct skinny_line* lines |
Definition at line 1003 of file chan_skinny.c.
Referenced by build_device(), delete_devices(), find_line_by_instance(), find_line_by_name(), find_subchannel_by_reference(), handle_button_template_req_message(), handle_capabilities_res_message(), skinny_show_devices(), skinny_show_lines(), and unload_module().
char name[80] |
Definition at line 993 of file chan_skinny.c.
Referenced by build_device(), find_line_by_instance(), find_line_by_name(), find_speeddial_by_instance(), find_subchannel_by_instance_reference(), find_subchannel_by_reference(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), reload_config(), skinny_answer(), skinny_hangup(), skinny_new(), skinny_show_devices(), skinny_show_lines(), and skinny_ss().
struct skinny_device* next |
Definition at line 1009 of file chan_skinny.c.
Referenced by complete_skinny_reset(), find_line_by_name(), reload_config(), skinny_register(), skinny_reset_device(), skinny_show_devices(), skinny_show_lines(), and unload_module().
struct in_addr ourip |
Definition at line 1002 of file chan_skinny.c.
Referenced by build_device(), handle_open_receive_channel_ack_message(), and handle_server_request_message().
struct ast_codec_pref prefs |
int registered |
Definition at line 997 of file chan_skinny.c.
Referenced by skinny_call(), skinny_hangup(), skinny_register(), skinny_show_devices(), and skinny_unregister().
struct skinnysession* session |
Definition at line 1008 of file chan_skinny.c.
Referenced by skinny_answer(), skinny_call(), skinny_hangup(), skinny_hold(), skinny_indicate(), skinny_newcall(), skinny_register(), skinny_reset_device(), skinny_senddigit_end(), skinny_show_devices(), skinny_ss(), skinny_unhold(), skinny_unregister(), and start_rtp().
struct skinny_speeddial* speeddials |
Definition at line 1004 of file chan_skinny.c.
Referenced by build_device(), delete_devices(), find_speeddial_by_instance(), and handle_button_template_req_message().
int type |
Definition at line 996 of file chan_skinny.c.
Referenced by get_button_template(), skinny_register(), and skinny_show_devices().
char version_id[16] |
Definition at line 995 of file chan_skinny.c.
Referenced by build_device(), handle_version_req_message(), and skinny_register().