Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
unsigned int | connected:1 |
struct dahdi_pvt * | master |
unsigned int | saw_start:1 |
struct dahdi_pvt * | slave |
Definition at line 66 of file bridge_native_dahdi.c.
unsigned int connected |
TRUE if the channels are connected in a conference.
Definition at line 74 of file bridge_native_dahdi.c.
Referenced by native_bridge_write(), native_request_start(), and native_request_stop().
struct dahdi_pvt* master |
Master channel in the native bridge.
Definition at line 68 of file bridge_native_dahdi.c.
Referenced by native_start(), and native_stop().
unsigned int saw_start |
TRUE if the bridge can start when ready.
Definition at line 72 of file bridge_native_dahdi.c.
Referenced by native_bridge_start(), native_bridge_stop(), and native_request_start().
struct dahdi_pvt* slave |
Slave channel in the native bridge.
Definition at line 70 of file bridge_native_dahdi.c.
Referenced by native_start(), and native_stop().