Data Fields | |
skinny_addon * | addons |
sockaddr_in | addr |
int | capability |
int | earlyrtp |
char | exten [AST_MAX_EXTENSION] |
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 1225 of file chan_skinny.c.
struct skinny_addon* addons |
Definition at line 1241 of file chan_skinny.c.
Referenced by get_button_template(), and handle_skinny_show_device().
struct sockaddr_in addr |
Definition at line 1237 of file chan_skinny.c.
int capability |
int earlyrtp |
char exten[AST_MAX_EXTENSION] |
char id[16] |
Definition at line 1228 of file chan_skinny.c.
Referenced by complete_skinny_devices(), handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), and skinny_register().
Definition at line 1234 of file chan_skinny.c.
Referenced by handle_enbloc_call_message(), 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 1233 of file chan_skinny.c.
Referenced by handle_enbloc_call_message(), 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 1239 of file chan_skinny.c.
Referenced by 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_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), handle_skinny_show_lines(), skinny_unregister(), and unload_module().
char name[80] |
Definition at line 1227 of file chan_skinny.c.
Referenced by do_housekeeping(), find_line_by_instance(), find_line_by_name(), find_speeddial_by_instance(), find_subchannel_by_instance_reference(), find_subchannel_by_reference(), 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(), reload_config(), skinny_answer(), skinny_extensionstate_cb(), skinny_hangup(), skinny_new(), skinny_ss(), and skinny_unregister().
struct skinny_device* next |
Definition at line 1245 of file chan_skinny.c.
Referenced by complete_skinny_devices(), complete_skinny_show_line(), find_line_by_name(), handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), handle_skinny_show_line(), handle_skinny_show_lines(), reload_config(), skinny_register(), and unload_module().
struct in_addr ourip |
Definition at line 1238 of file chan_skinny.c.
Referenced by handle_open_receive_channel_ack_message(), handle_server_request_message(), and skinny_set_rtp_peer().
struct ast_codec_pref prefs |
Definition at line 1242 of file chan_skinny.c.
int registered |
Definition at line 1232 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 |
Definition at line 1244 of file chan_skinny.c.
Referenced by handle_callforward_button(), handle_skinny_reset(), handle_skinny_show_device(), handle_skinny_show_devices(), skinny_answer(), skinny_call(), skinny_extensionstate_cb(), skinny_hangup(), skinny_hold(), skinny_indicate(), skinny_newcall(), skinny_register(), skinny_senddigit_end(), skinny_set_rtp_peer(), skinny_ss(), skinny_unhold(), skinny_unregister(), and start_rtp().
struct skinny_speeddial* speeddials |
Definition at line 1240 of file chan_skinny.c.
Referenced by delete_devices(), find_speeddial_by_instance(), handle_button_template_req_message(), handle_skinny_show_device(), and skinny_unregister().
int type |
Definition at line 1231 of file chan_skinny.c.
Referenced by get_button_template(), handle_skinny_show_device(), handle_skinny_show_devices(), and skinny_register().
char version_id[16] |
Definition at line 1229 of file chan_skinny.c.
Referenced by handle_skinny_show_device(), handle_version_req_message(), and skinny_register().