Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <sig_analog.h>
Data Fields | |
unsigned int | allocd:1 |
struct ast_frame | f |
unsigned int | inthreeway:1 |
struct ast_channel * | owner |
Definition at line 263 of file sig_analog.h.
unsigned int allocd |
Definition at line 268 of file sig_analog.h.
Referenced by analog_alloc_sub(), analog_available(), analog_hangup(), analog_new(), analog_unalloc_sub(), and analog_update_conf().
struct ast_frame f |
One frame for each channel. How did this ever work before?
Definition at line 265 of file sig_analog.h.
Referenced by __analog_handle_event(), analog_exception(), and analog_handle_dtmf().
unsigned int inthreeway |
Definition at line 266 of file sig_analog.h.
Referenced by __analog_handle_event(), analog_answer(), analog_available(), analog_hangup(), analog_set_inthreeway(), analog_swap_subs(), and analog_update_conf().
struct ast_channel* owner |
Definition at line 264 of file sig_analog.h.
Referenced by __analog_handle_event(), __analog_ss_thread(), _analog_get_index(), analog_answer(), analog_attempt_transfer(), analog_available(), analog_call(), analog_exception(), analog_fixup(), analog_hangup(), analog_lock_sub_owner(), analog_new_ast_channel(), analog_swap_subs(), analog_unalloc_sub(), and do_monitor().