Data Fields | |
dahdi_pvt | chan |
int | ignore_failed_channels |
int | is_sig_auto |
dahdi_mfcr2_conf | mfcr2 |
dahdi_pri | pri |
char | smdi_port [SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on. | |
dahdi_params | timing |
The state of fields is saved along the parsing and whenever a 'channel' statement is reached, the current dahdi_chan_conf is used to configure the channel (struct dahdi_pvt)
Definition at line 1318 of file chan_dahdi.c.
Definition at line 1319 of file chan_dahdi.c.
Referenced by build_channels(), deep_copy_dahdi_chan_conf(), process_dahdi(), process_echocancel(), and setup_dahdi().
Continue configuration even if a channel is not there.
Definition at line 1334 of file chan_dahdi.c.
Referenced by build_channels().
int is_sig_auto |
Use channel signalling from DAHDI?
Definition at line 1332 of file chan_dahdi.c.
Referenced by build_channels().
struct dahdi_mfcr2_conf mfcr2 |
char smdi_port[SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on.
Definition at line 1340 of file chan_dahdi.c.
struct dahdi_params timing |
Definition at line 1331 of file chan_dahdi.c.