#include <sig_analog.h>

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