Data Fields | |
int | alreadygone |
ast_mutex_t | lock |
struct ast_channel * | owner |
struct unistim_line * | parent |
char | ringstyle |
char | ringvolume |
struct ast_rtp * | rtp |
unsigned int | subtype |
Definition at line 360 of file chan_unistim.c.
int alreadygone |
Definition at line 370 of file chan_unistim.c.
Referenced by close_call(), unistim_do_senddigit(), unistim_hangup(), unistim_indicate(), unistim_info(), and unistim_senddigit_end().
Definition at line 361 of file chan_unistim.c.
Referenced by alloc_sub(), reload_config(), start_rtp(), unistim_fixup(), unistim_hangup(), unistim_read(), and unistim_write().
struct ast_channel* owner |
Asterisk channel used by the subchannel
Definition at line 365 of file chan_unistim.c.
Referenced by attempt_transfer(), close_call(), close_client(), HandleCallIncoming(), HandleCallOutgoing(), key_call(), key_dial_page(), process_request(), reload_config(), start_rtp(), swap_subs(), TransferCallStep1(), unistim_call(), unistim_do_senddigit(), unistim_fixup(), unistim_hangup(), unistim_info(), unistim_request(), unistim_rtp_read(), and unistim_senddigit_end().
struct unistim_line* parent |
Unistim line
Definition at line 367 of file chan_unistim.c.
Referenced by alloc_sub(), channel_to_session(), close_call(), HandleCallIncoming(), HandleCallOutgoing(), start_rtp(), unistim_answer(), unistim_fixup(), unistim_hangup(), unistim_indicate(), unistim_info(), unistim_new(), unistim_request(), unistim_sp(), and unistim_ss().
char ringstyle |
Definition at line 372 of file chan_unistim.c.
Referenced by find_subchannel_by_name(), and unistim_call().
char ringvolume |
Definition at line 371 of file chan_unistim.c.
Referenced by find_subchannel_by_name(), and unistim_call().
RTP handle
Definition at line 369 of file chan_unistim.c.
Referenced by HandleCallIncoming(), HandleCallOutgoing(), start_rtp(), swap_subs(), unistim_answer(), unistim_get_rtp_peer(), unistim_hangup(), unistim_info(), unistim_rtp_read(), and unistim_write().
unsigned int subtype |
SUBS_REAL or SUBS_THREEWAY
Definition at line 363 of file chan_unistim.c.
Referenced by alloc_sub(), close_call(), HandleCallOutgoing(), unistim_answer(), unistim_fixup(), unistim_hangup(), unistim_info(), unistim_rtp_read(), and unistim_ss().