
Data Fields | |
| char | accountcode [AST_MAX_ACCOUNT_CODE] |
| int | amaflags |
| char | call_forward [AST_MAX_EXTENSION] |
| ast_group_t | callgroup |
| int | callreturn |
| int | callwaiting |
| int | cancallforward |
| int | capability |
| char | cid_name [AST_MAX_EXTENSION] |
| char | cid_num [AST_MAX_EXTENSION] |
| char | context [AST_MAX_CONTEXT] |
| int | curtone |
| int | dnd |
| char | exten [AST_MAX_EXTENSION] |
| int | group |
| int | hascallerid |
| int | hidecallerid |
| int | hookstate |
| int | immediate |
| int | instance |
| char | label [24] |
| char | language [MAX_LANGUAGE] |
| char | lastcallerid [AST_MAX_EXTENSION] |
| char | lastnumberdialed [AST_MAX_EXTENSION] |
| ast_mutex_t | lock |
| char | mailbox [AST_MAX_EXTENSION] |
| char | mohinterpret [MAX_MUSICCLASS] |
| char | mohsuggest [MAX_MUSICCLASS] |
| int | msgstate |
| int | mwiblink |
| char | name [80] |
| int | nat |
| int | needdestroy |
| struct skinny_line * | next |
| int | nonCodecCapability |
| int | onhooktime |
| struct skinny_device * | parent |
| ast_group_t | pickupgroup |
| struct ast_codec_pref | prefs |
| struct skinny_subchannel * | sub |
| int | threewaycalling |
| int | transfer |
| int | type |
Definition at line 956 of file chan_skinny.c.
| char accountcode[AST_MAX_ACCOUNT_CODE] |
| int amaflags |
| char call_forward[AST_MAX_EXTENSION] |
| int callreturn |
| int callwaiting |
| int cancallforward |
| int capability |
Definition at line 989 of file chan_skinny.c.
Referenced by build_device(), handle_capabilities_res_message(), handle_open_receive_channel_ack_message(), skinny_new(), and transmit_connect().
| char cid_name[AST_MAX_EXTENSION] |
Definition at line 965 of file chan_skinny.c.
Referenced by build_device(), skinny_call(), skinny_new(), and skinny_newcall().
| char cid_num[AST_MAX_EXTENSION] |
Definition at line 964 of file chan_skinny.c.
Referenced by build_device(), handle_stimulus_message(), skinny_call(), skinny_new(), skinny_newcall(), and skinny_ss().
| char context[AST_MAX_CONTEXT] |
| int curtone |
Definition at line 972 of file chan_skinny.c.
| int dnd |
Definition at line 981 of file chan_skinny.c.
Referenced by handle_soft_key_event_message(), handle_stimulus_message(), and skinny_call().
| char exten[AST_MAX_EXTENSION] |
| int group |
Definition at line 987 of file chan_skinny.c.
| int hascallerid |
Definition at line 982 of file chan_skinny.c.
| int hidecallerid |
| int hookstate |
Definition at line 994 of file chan_skinny.c.
Referenced by build_device(), handle_enbloc_call_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), skinny_call(), and skinny_hangup().
| int immediate |
| int instance |
Definition at line 986 of file chan_skinny.c.
Referenced by build_device(), find_line_by_instance(), handle_button_template_req_message(), handle_enbloc_call_message(), handle_line_state_req_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_hold(), skinny_indicate(), skinny_new(), skinny_newcall(), skinny_senddigit_end(), skinny_show_lines(), skinny_ss(), and skinny_unhold().
| char label[24] |
Definition at line 959 of file chan_skinny.c.
Referenced by build_device(), handle_line_state_req_message(), and skinny_show_lines().
| char language[MAX_LANGUAGE] |
| char lastcallerid[AST_MAX_EXTENSION] |
Definition at line 966 of file chan_skinny.c.
| char lastnumberdialed[AST_MAX_EXTENSION] |
Definition at line 971 of file chan_skinny.c.
Referenced by handle_soft_key_event_message(), handle_stimulus_message(), skinny_newcall(), and skinny_ss().
Definition at line 957 of file chan_skinny.c.
Referenced by build_device(), delete_devices(), handle_capabilities_res_message(), and unload_module().
| char mailbox[AST_MAX_EXTENSION] |
| char mohinterpret[MAX_MUSICCLASS] |
| char mohsuggest[MAX_MUSICCLASS] |
| int msgstate |
| int mwiblink |
| char name[80] |
Definition at line 958 of file chan_skinny.c.
Referenced by build_device(), find_line_by_name(), find_subchannel_by_reference(), handle_enbloc_call_message(), handle_keypad_button_message(), handle_line_state_req_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), skinny_answer(), skinny_hangup(), skinny_new(), skinny_show_lines(), and skinny_ss().
| int nat |
Definition at line 995 of file chan_skinny.c.
Referenced by build_device(), skinny_new(), and start_rtp().
| int needdestroy |
Definition at line 988 of file chan_skinny.c.
struct skinny_line* next [read] |
Definition at line 999 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().
Definition at line 990 of file chan_skinny.c.
| int onhooktime |
struct skinny_device* parent [read] |
Definition at line 1000 of file chan_skinny.c.
Referenced by build_device(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_hold(), skinny_indicate(), skinny_new(), skinny_newcall(), skinny_senddigit_end(), skinny_ss(), skinny_unhold(), and start_rtp().
struct ast_codec_pref prefs [read] |
Definition at line 997 of file chan_skinny.c.
Referenced by build_device(), handle_open_receive_channel_ack_message(), start_rtp(), and transmit_connect().
struct skinny_subchannel* sub [read] |
Definition at line 998 of file chan_skinny.c.
Referenced by find_subchannel_by_instance_reference(), find_subchannel_by_reference(), skinny_new(), and unload_module().
| int threewaycalling |
| int transfer |
Definition at line 976 of file chan_skinny.c.
Referenced by build_device(), handle_onhook_message(), and handle_soft_key_event_message().
| int type |
1.5.5