Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
native_pvt_bridge Struct Reference
Collaboration diagram for native_pvt_bridge:
Collaboration graph
[legend]

Data Fields

unsigned int connected:1
 
struct dahdi_pvtmaster
 
unsigned int saw_start:1
 
struct dahdi_pvtslave
 

Detailed Description

Definition at line 66 of file bridge_native_dahdi.c.

Field Documentation

◆ connected

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(), and native_request_stop().

◆ master

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().

◆ saw_start

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(), and native_bridge_stop().

◆ slave

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().


The documentation for this struct was generated from the following file: