
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 1255 of file chan_skinny.c.
| struct skinny_subchannel* activesub |
Definition at line 1259 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 1264 of file chan_skinny.c.
Referenced by skinny_new().
| struct skinny_device* device |
Definition at line 1263 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(), start_rtp(), and update_connectedline().
| struct skinny_subchannel* first |
Definition at line 1260 of file chan_skinny.c.
| struct skinny_subchannel* last |
Definition at line 1260 of file chan_skinny.c.
| struct { ... } list |
| SKINNY_LINE_OPTIONS ast_mutex_t lock |
Definition at line 1257 of file chan_skinny.c.
Referenced by config_device(), config_line(), handle_capabilities_res_message(), and unload_module().
Definition at line 1260 of file chan_skinny.c.
| struct ast_event_sub* mwi_event_sub |
Definition at line 1258 of file chan_skinny.c.
Referenced by config_line(), and unload_module().
| int newmsgs |
Definition at line 1265 of file chan_skinny.c.
Referenced by mwi_event_cb(), and skinny_register().
| struct skinny_line* next |
Definition at line 1261 of file chan_skinny.c.
| struct { ... } sub |