Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct skinny_subchannel * | activesub |
struct { | |
struct skinny_line * next | |
} | all |
struct ast_format_cap * | cap |
struct ast_variable * | chanvars |
struct ast_format_cap * | confcap |
struct skinny_container * | container |
struct skinny_device * | device |
struct { | |
struct skinny_line * next | |
} | list |
SKINNY_LINE_OPTIONS ast_mutex_t | lock |
struct ast_mwi_subscriber * | mwi_event_sub |
int | newmsgs |
struct { | |
struct skinny_subchannel * first | |
struct skinny_subchannel * last | |
ast_mutex_t lock | |
} | sub |
struct { | |
struct skinny_subline * first | |
struct skinny_subline * last | |
ast_mutex_t lock | |
} | sublines |
Definition at line 1465 of file chan_skinny.c.
struct skinny_subchannel* activesub |
Definition at line 1470 of file chan_skinny.c.
Referenced by _skinny_show_lines(), activatesub(), config_device(), dumpsub(), handle_callforward_button(), handle_keypad_button_message(), handle_offhook_message(), handle_onhook_message(), handle_stimulus_message(), and setsubstate().
struct { ... } all |
Referenced by config_parse_variables(), and setsubstate().
struct ast_format_cap* cap |
Definition at line 1476 of file chan_skinny.c.
Referenced by _skinny_show_line(), handle_capabilities_res_message(), handle_open_receive_channel_ack_message(), skinny_line_alloc(), skinny_line_destroy(), skinny_new(), skinny_register(), skinny_session_cleanup(), skinny_set_rtp_peer(), start_rtp(), and transmit_connect().
struct ast_variable* chanvars |
Channel variables to set for inbound call
Definition at line 1478 of file chan_skinny.c.
Referenced by skinny_new().
struct ast_format_cap* confcap |
Definition at line 1477 of file chan_skinny.c.
Referenced by _skinny_show_line(), config_line(), handle_capabilities_res_message(), skinny_line_alloc(), skinny_line_destroy(), and skinny_register().
struct skinny_container* container |
Definition at line 1468 of file chan_skinny.c.
Referenced by config_line(), and skinny_line_destroy().
struct skinny_device* device |
Definition at line 1475 of file chan_skinny.c.
Referenced by _skinny_show_lines(), config_parse_variables(), dialandactivatesub(), dumpsub(), get_devicestate(), handle_callforward_button(), handle_transfer_button(), mwi_event_cb(), push_callinfo(), send_callinfo(), setsubstate(), skinny_answer(), skinny_call(), skinny_dialer(), skinny_extensionstate_cb(), skinny_indicate(), skinny_new(), skinny_newcall(), skinny_senddigit_end(), skinny_session_cleanup(), skinny_set_rtp_peer(), skinny_transfer_attended(), skinny_transfer_blind(), start_rtp(), and update_connectedline().
struct skinny_subchannel* first |
Definition at line 1471 of file chan_skinny.c.
struct skinny_subline* first |
Definition at line 1472 of file chan_skinny.c.
struct skinny_subchannel* last |
Definition at line 1471 of file chan_skinny.c.
struct skinny_subline* last |
Definition at line 1472 of file chan_skinny.c.
struct { ... } list |
Definition at line 1467 of file chan_skinny.c.
Referenced by config_device(), config_line(), handle_capabilities_res_message(), and unload_module().
ast_mutex_t lock |
Definition at line 1471 of file chan_skinny.c.
struct ast_mwi_subscriber* mwi_event_sub |
Definition at line 1469 of file chan_skinny.c.
Referenced by config_line(), skinny_reload(), and unload_module().
int newmsgs |
Definition at line 1479 of file chan_skinny.c.
Referenced by mwi_event_cb(), and skinny_register().
struct skinny_line* next |
Definition at line 1473 of file chan_skinny.c.
struct { ... } sub |
struct { ... } sublines |
Referenced by _skinny_show_line(), find_subline_by_callid(), find_subline_by_name(), setsubstate(), and skinny_register().