#include <sig_analog.h>
Data Fields | |
unsigned int | allocd:1 |
ast_frame | f |
unsigned int | inthreeway:1 |
ast_channel * | owner |
Definition at line 243 of file sig_analog.h.
unsigned int allocd |
Definition at line 248 of file sig_analog.h.
Referenced by analog_alloc_sub(), analog_unalloc_sub(), and analog_update_conf().
One frame for each channel. How did this ever work before?
Definition at line 245 of file sig_analog.h.
Referenced by __analog_handle_event(), analog_exception(), and analog_handle_dtmf().
unsigned int inthreeway |
Definition at line 246 of file sig_analog.h.
Referenced by __analog_handle_event(), analog_set_inthreeway(), analog_swap_subs(), and analog_update_conf().
struct ast_channel* owner |
Definition at line 244 of file sig_analog.h.
Referenced by __analog_handle_event(), __analog_ss_thread(), analog_attempt_transfer(), analog_call(), analog_fixup(), analog_hangup(), analog_lock_sub_owner(), analog_new_ast_channel(), analog_swap_subs(), and analog_unalloc_sub().