Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 |
int holding |
Definition at line 362 of file chan_unistim.c.
Referenced by get_sub_holding(), and handle_key_fav().
struct { ... } list |
Referenced by find_subchannel_by_name(), get_sub(), get_sub_holding(), rcv_mac_addr(), unistim_alloc_sub(), and unistim_unalloc_sub().
ast_mutex_t lock |
Definition at line 354 of file chan_unistim.c.
Referenced by unistim_fixup().
int moh |
Music on hold in progress
Definition at line 365 of file chan_unistim.c.
Referenced by transfer_cancel_step2().
struct unistim_subchannel* next |
Definition at line 366 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.
Referenced by attempt_transfer(), close_call(), handle_call_outgoing(), transfer_cancel_step2(), and unistim_fixup().
struct unistim_line* parent |
Asterisk channel used by the subchannel
Definition at line 357 of file chan_unistim.c.
Referenced by find_rtp_port(), handle_call_outgoing(), and unistim_fixup().
signed char ringstyle |
Definition at line 364 of file chan_unistim.c.
signed char ringvolume |
this subchannel holds someone
Definition at line 363 of file chan_unistim.c.
struct ast_rtp_instance* rtp |
Unistim line
Definition at line 358 of file chan_unistim.c.
int softkey |
RTP handle
Definition at line 359 of file chan_unistim.c.
Referenced by handle_call_outgoing(), and handle_key_fav().
pthread_t ss_thread |
Softkey assigned
Definition at line 360 of file chan_unistim.c.
unsigned int subtype |
Definition at line 355 of file chan_unistim.c.
Referenced by handle_call_incoming(), handle_call_outgoing(), handle_key_fav(), transfer_cancel_step2(), and unistim_fixup().