#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 244 of file sig_analog.h.
unsigned int allocd |
Definition at line 249 of file sig_analog.h.
Referenced by analog_alloc_sub(), analog_available(), analog_hangup(), analog_new(), analog_unalloc_sub(), and analog_update_conf().
One frame for each channel. How did this ever work before?
Definition at line 246 of file sig_analog.h.
Referenced by __analog_handle_event(), analog_exception(), and analog_handle_dtmf().
unsigned int inthreeway |
Definition at line 247 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 [read] |
Definition at line 245 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().