
Data Fields | |
| struct skinny_subchannel * | activesub |
| struct { | |
| struct skinny_line * next | |
| } | all |
| struct ast_variable * | chanvars |
| struct skinny_device * | device |
| struct { | |
| struct skinny_line * next | |
| } | list |
| SKINNY_LINE_OPTIONS ast_mutex_t | lock |
| struct ast_event_sub * | mwi_event_sub |
| int | newmsgs |
| struct { | |
| struct skinny_subchannel * first | |
| struct skinny_subchannel * last | |
| ast_mutex_t lock | |
| } | sub |
Definition at line 1194 of file chan_skinny.c.
| struct skinny_subchannel* activesub |
Definition at line 1198 of file chan_skinny.c.
Referenced by _skinny_show_lines(), handle_enbloc_call_message(), handle_hold_button(), handle_keypad_button_message(), handle_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), handle_transfer_button(), skinny_answer(), skinny_call(), and skinny_hangup().
| struct { ... } all |
Referenced by config_line(), and config_parse_variables().
| struct ast_variable* chanvars |
Channel variables to set for inbound call
Definition at line 1203 of file chan_skinny.c.
Referenced by skinny_new().
| struct skinny_device* device |
Definition at line 1202 of file chan_skinny.c.
Referenced by _skinny_show_lines(), config_device(), get_devicestate(), handle_callforward_button(), handle_hold_button(), handle_transfer_button(), mwi_event_cb(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_hold(), skinny_indicate(), skinny_new(), skinny_newcall(), skinny_register(), skinny_senddigit_end(), skinny_set_rtp_peer(), skinny_ss(), skinny_unhold(), skinny_unregister(), and start_rtp().
| struct skinny_subchannel* first |
Definition at line 1199 of file chan_skinny.c.
| struct skinny_subchannel* last |
Definition at line 1199 of file chan_skinny.c.
| struct { ... } list |
Definition at line 1199 of file chan_skinny.c.
| SKINNY_LINE_OPTIONS ast_mutex_t lock |
Definition at line 1196 of file chan_skinny.c.
Referenced by config_device(), config_line(), handle_capabilities_res_message(), and unload_module().
| struct ast_event_sub* mwi_event_sub |
Definition at line 1197 of file chan_skinny.c.
Referenced by config_line(), and unload_module().
| int newmsgs |
Definition at line 1204 of file chan_skinny.c.
Referenced by mwi_event_cb(), and skinny_register().
| struct skinny_line* next |
Definition at line 1200 of file chan_skinny.c.
| struct { ... } sub |