Data Fields | |
int | alreadygone |
int | blindxfer |
unsigned int | callid |
int | cxmode |
struct { | |
skinny_subchannel * next | |
} | list |
ast_mutex_t | lock |
int | nat |
int | onhold |
int | outgoing |
ast_channel * | owner |
skinny_line * | parent |
int | progress |
skinny_subchannel * | related |
int | ringing |
ast_rtp * | rtp |
ast_rtp * | vrtp |
int | xferor |
Definition at line 1125 of file chan_skinny.c.
int alreadygone |
Definition at line 1139 of file chan_skinny.c.
Referenced by handle_onhook_message(), handle_soft_key_event_message(), skinny_hangup(), skinny_indicate(), and unload_module().
int blindxfer |
Definition at line 1140 of file chan_skinny.c.
Referenced by handle_onhook_message(), handle_soft_key_event_message(), handle_transfer_button(), skinny_answer(), and skinny_indicate().
unsigned int callid |
Definition at line 1130 of file chan_skinny.c.
Referenced by find_subchannel_by_instance_reference(), find_subchannel_by_reference(), handle_callforward_button(), handle_enbloc_call_message(), handle_hold_button(), handle_onhook_message(), handle_open_receive_channel_ack_message(), handle_soft_key_event_message(), handle_stimulus_message(), handle_transfer_button(), skinny_answer(), skinny_call(), skinny_hangup(), skinny_indicate(), skinny_newcall(), skinny_senddigit_end(), skinny_set_rtp_peer(), skinny_ss(), transmit_callstateonly(), transmit_closereceivechannel(), transmit_connect(), and transmit_stopmediatransmission().
int cxmode |
Definition at line 1136 of file chan_skinny.c.
Referenced by handle_onhook_message(), handle_soft_key_event_message(), and skinny_answer().
Definition at line 1126 of file chan_skinny.c.
Referenced by skinny_hangup(), skinny_read(), skinny_write(), start_rtp(), and unload_module().
int nat |
Definition at line 1137 of file chan_skinny.c.
struct skinny_subchannel* next |
Definition at line 1144 of file chan_skinny.c.
int onhold |
Definition at line 1134 of file chan_skinny.c.
Referenced by get_devicestate(), handle_hold_button(), handle_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_transfer_button(), skinny_hold(), and skinny_unhold().
int outgoing |
Definition at line 1138 of file chan_skinny.c.
Referenced by handle_soft_key_event_message(), handle_stimulus_message(), skinny_call(), skinny_hangup(), and skinny_indicate().
struct ast_channel* owner |
Definition at line 1127 of file chan_skinny.c.
Referenced by handle_callforward_button(), handle_keypad_button_message(), handle_message(), handle_onhook_message(), handle_soft_key_event_message(), handle_stimulus_message(), handle_transfer_button(), skinny_fixup(), skinny_hangup(), skinny_hold(), skinny_rtp_read(), skinny_ss(), skinny_transfer(), skinny_unhold(), start_rtp(), and unload_module().
struct skinny_line* parent |
Definition at line 1146 of file chan_skinny.c.
Referenced by handle_enbloc_call_message(), handle_hold_button(), handle_keypad_button_message(), handle_onhook_message(), handle_open_receive_channel_ack_message(), handle_stimulus_message(), skinny_hangup(), skinny_set_rtp_peer(), and transmit_callstateonly().
int progress |
struct skinny_subchannel* related |
Definition at line 1145 of file chan_skinny.c.
Referenced by handle_hold_button(), handle_onhook_message(), handle_soft_key_event_message(), handle_transfer_button(), skinny_hangup(), and skinny_transfer().
int ringing |
Definition at line 1128 of file chan_skinny.c.
Referenced by handle_open_receive_channel_ack_message(), handle_soft_key_event_message(), skinny_answer(), skinny_get_rtp_peer(), skinny_get_vrtp_peer(), skinny_hangup(), skinny_indicate(), skinny_newcall(), skinny_rtp_read(), skinny_set_rtp_peer(), skinny_write(), and start_rtp().
Definition at line 1129 of file chan_skinny.c.
Referenced by skinny_get_vrtp_peer(), skinny_rtp_read(), and start_rtp().
int xferor |
Definition at line 1141 of file chan_skinny.c.
Referenced by handle_onhook_message(), handle_soft_key_event_message(), handle_transfer_button(), and skinny_transfer().