Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | alreadygone |
int | holding |
struct { | |
struct unistim_subchannel * next | |
} | list |
ast_mutex_t | lock |
int | moh |
struct ast_channel * | owner |
struct unistim_line * | parent |
signed char | ringstyle |
signed char | ringvolume |
struct ast_rtp_instance * | rtp |
int | softkey |
pthread_t | ss_thread |
unsigned int | subtype |
Definition at line 353 of file chan_unistim.c.
int alreadygone |
unistim_ss thread handle
Definition at line 361 of file chan_unistim.c.
int moh |
Music on hold in progress
Definition at line 365 of file chan_unistim.c.
struct ast_channel* owner |
SUB_REAL, SUB_RING or SUB_THREEWAY
Definition at line 356 of file chan_unistim.c.
struct unistim_line* parent |
Asterisk channel used by the subchannel
Definition at line 357 of file chan_unistim.c.
Referenced by unistim_new().
signed char ringvolume |
this subchannel holds someone
Definition at line 363 of file chan_unistim.c.
struct ast_rtp_instance* rtp |
int softkey |
RTP handle
Definition at line 359 of file chan_unistim.c.
pthread_t ss_thread |
Softkey assigned
Definition at line 360 of file chan_unistim.c.