Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
int | fd0 |
int | index |
unsigned int | inthreeway:1 |
struct ast_channel * | owner |
struct dahdi_pvt * | pvt |
int | state |
Definition at line 51 of file bridge_native_dahdi.c.
int fd0 |
Original file descriptor 0.
Definition at line 59 of file bridge_native_dahdi.c.
Referenced by native_chan_changed(), and native_start().
int index |
Original owner index.
Definition at line 57 of file bridge_native_dahdi.c.
Referenced by native_chan_changed(), native_start(), and native_stop().
unsigned int inthreeway |
Original inthreeway.
Definition at line 63 of file bridge_native_dahdi.c.
Referenced by native_chan_changed(), and native_start().
struct ast_channel* owner |
Original private owner.
Definition at line 55 of file bridge_native_dahdi.c.
Referenced by native_chan_changed(), and native_start().
struct dahdi_pvt* pvt |
Original private.
Definition at line 53 of file bridge_native_dahdi.c.
Referenced by native_bridge_is_capable(), native_chan_changed(), native_start(), and native_stop().
int state |
Original channel state.
Definition at line 61 of file bridge_native_dahdi.c.
Referenced by native_chan_changed(), and native_start().