
Data Fields | |
| int | alreadygone |
| int | blindxfer |
| unsigned int | callid |
| int | cxmode |
| struct { | |
| struct skinny_subchannel * next | |
| } | list |
| ast_mutex_t | lock |
| int | nat |
| int | onhold |
| int | outgoing |
| struct ast_channel * | owner |
| struct skinny_line * | parent |
| int | progress |
| struct skinny_subchannel * | related |
| int | ringing |
| struct ast_rtp_instance * | rtp |
| struct ast_rtp_instance * | vrtp |
| int | xferor |
| int alreadygone |
Definition at line 1192 of file chan_skinny.c.
Referenced by skinny_hangup(), skinny_indicate(), handle_onhook_message(), handle_soft_key_event_message(), and unload_module().
| int blindxfer |
Definition at line 1193 of file chan_skinny.c.
Referenced by skinny_answer(), skinny_indicate(), skinny_new(), handle_transfer_button(), handle_onhook_message(), and handle_soft_key_event_message().
| unsigned int callid |
Definition at line 1183 of file chan_skinny.c.
Referenced by find_subchannel_by_instance_reference(), find_subchannel_by_reference(), transmit_connect(), transmit_closereceivechannel(), transmit_stopmediatransmission(), transmit_startmediatransmission(), update_connectedline(), skinny_newcall(), skinny_ss(), skinny_call(), skinny_hangup(), skinny_answer(), skinny_indicate(), skinny_new(), skinny_hold(), skinny_unhold(), handle_hold_button(), handle_transfer_button(), handle_callforward_button(), handle_stimulus_message(), handle_offhook_message(), handle_onhook_message(), handle_enbloc_call_message(), and handle_soft_key_event_message().
| int cxmode |
Definition at line 1189 of file chan_skinny.c.
Referenced by skinny_answer(), skinny_new(), handle_onhook_message(), and handle_soft_key_event_message().
Definition at line 1179 of file chan_skinny.c.
Referenced by skinny_get_rtp_peer(), start_rtp(), skinny_hangup(), skinny_read(), skinny_write(), skinny_new(), and unload_module().
| int nat |
Definition at line 1190 of file chan_skinny.c.
Referenced by skinny_new().
| struct skinny_subchannel* next |
Definition at line 1197 of file chan_skinny.c.
| int onhold |
Definition at line 1187 of file chan_skinny.c.
Referenced by get_devicestate(), skinny_new(), skinny_hold(), skinny_unhold(), handle_hold_button(), handle_transfer_button(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), and handle_message().
| int outgoing |
Definition at line 1191 of file chan_skinny.c.
Referenced by update_connectedline(), skinny_call(), skinny_hangup(), skinny_indicate(), handle_stimulus_message(), handle_offhook_message(), and handle_soft_key_event_message().
| struct ast_channel* owner |
Definition at line 1180 of file chan_skinny.c.
Referenced by update_connectedline(), _skinny_show_lines(), start_rtp(), skinny_ss(), skinny_hangup(), skinny_rtp_read(), skinny_fixup(), skinny_transfer(), skinny_new(), skinny_hold(), skinny_unhold(), handle_transfer_button(), handle_callforward_button(), handle_keypad_button_message(), handle_stimulus_message(), handle_offhook_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_message(), and unload_module().
| struct skinny_line* parent |
Definition at line 1199 of file chan_skinny.c.
Referenced by transmit_connect(), update_connectedline(), skinny_get_rtp_peer(), start_rtp(), skinny_newcall(), skinny_ss(), skinny_call(), skinny_hangup(), skinny_answer(), skinny_senddigit_end(), skinny_indicate(), skinny_new(), skinny_hold(), skinny_unhold(), handle_hold_button(), handle_transfer_button(), handle_callforward_button(), handle_keypad_button_message(), handle_stimulus_message(), handle_offhook_message(), handle_onhook_message(), handle_open_receive_channel_ack_message(), handle_enbloc_call_message(), handle_soft_key_event_message(), and config_device().
| int progress |
Definition at line 1185 of file chan_skinny.c.
Referenced by update_connectedline(), and skinny_indicate().
| struct skinny_subchannel* related |
Definition at line 1198 of file chan_skinny.c.
Referenced by skinny_hangup(), skinny_transfer(), skinny_new(), handle_hold_button(), handle_transfer_button(), handle_onhook_message(), and handle_soft_key_event_message().
| int ringing |
Definition at line 1186 of file chan_skinny.c.
Referenced by update_connectedline(), and skinny_indicate().
| struct ast_rtp_instance* rtp |
Definition at line 1181 of file chan_skinny.c.
Referenced by skinny_get_rtp_peer(), start_rtp(), skinny_newcall(), skinny_hangup(), skinny_answer(), skinny_rtp_read(), skinny_write(), skinny_indicate(), skinny_new(), handle_open_receive_channel_ack_message(), and handle_soft_key_event_message().
| struct ast_rtp_instance* vrtp |
Definition at line 1182 of file chan_skinny.c.
Referenced by skinny_get_vrtp_peer(), start_rtp(), and skinny_rtp_read().
| int xferor |
Definition at line 1194 of file chan_skinny.c.
Referenced by skinny_transfer(), skinny_new(), handle_transfer_button(), handle_onhook_message(), and handle_soft_key_event_message().