Data Fields | |
int | alreadygone |
ast_mutex_t | lock |
ast_channel * | owner |
unistim_line * | parent |
char | ringstyle |
char | ringvolume |
ast_rtp_instance * | rtp |
unsigned int | subtype |
Definition at line 366 of file chan_unistim.c.
int alreadygone |
Definition at line 376 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 367 of file chan_unistim.c.
Referenced by 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 371 of file chan_unistim.c.
Referenced by attempt_transfer(), close_call(), close_client(), HandleCallIncoming(), HandleCallOutgoing(), key_call(), reload_config(), start_rtp(), swap_subs(), TransferCallStep1(), unistim_call(), unistim_do_senddigit(), unistim_fixup(), unistim_hangup(), unistim_info(), unistim_new(), unistim_request(), unistim_rtp_read(), and unistim_senddigit_end().
struct unistim_line* parent |
Unistim line
Definition at line 373 of file chan_unistim.c.
Referenced by 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 378 of file chan_unistim.c.
Referenced by find_subchannel_by_name(), and unistim_call().
char ringvolume |
Definition at line 377 of file chan_unistim.c.
Referenced by find_subchannel_by_name(), and unistim_call().
struct ast_rtp_instance* rtp |
RTP handle
Definition at line 375 of file chan_unistim.c.
Referenced by HandleCallIncoming(), HandleCallOutgoing(), start_rtp(), swap_subs(), unistim_answer(), unistim_get_rtp_peer(), unistim_hangup(), unistim_info(), unistim_new(), unistim_rtp_read(), and unistim_write().
unsigned int subtype |
SUBS_REAL or SUBS_THREEWAY
Definition at line 369 of file chan_unistim.c.
Referenced by close_call(), unistim_fixup(), unistim_hangup(), unistim_info(), unistim_new(), unistim_rtp_read(), and unistim_ss().