Channel configuration from chan_dahdi.conf . This struct is used for parsing the [channels] section of chan_dahdi.conf. Generally there is a field here for every possible configuration item. More...
Data Fields | |
struct dahdi_pvt | chan |
int | ignore_failed_channels |
int | is_sig_auto |
struct dahdi_mfcr2_conf | mfcr2 |
struct dahdi_pri | pri |
char | smdi_port [SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on. More... | |
struct dahdi_params | timing |
Channel configuration from chan_dahdi.conf . This struct is used for parsing the [channels] section of chan_dahdi.conf. Generally there is a field here for every possible configuration item.
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 1344 of file chan_dahdi.c.
struct dahdi_pvt chan |
Definition at line 1345 of file chan_dahdi.c.
Referenced by build_channels(), deep_copy_dahdi_chan_conf(), mkintf(), process_dahdi(), process_echocancel(), and setup_dahdi().
int ignore_failed_channels |
Continue configuration even if a channel is not there.
Definition at line 1360 of file chan_dahdi.c.
Referenced by build_channels(), and process_dahdi().
int is_sig_auto |
Use channel signalling from DAHDI?
Definition at line 1358 of file chan_dahdi.c.
Referenced by build_channels(), mkintf(), and process_dahdi().
struct dahdi_mfcr2_conf mfcr2 |
Definition at line 1355 of file chan_dahdi.c.
Referenced by dahdi_r2_get_link(), dahdi_r2_set_context(), mkintf(), and process_dahdi().
struct dahdi_pri pri |
Definition at line 1347 of file chan_dahdi.c.
Referenced by dahdi_chan_conf_default(), mkintf(), and process_dahdi().
char smdi_port[SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on.
Definition at line 1366 of file chan_dahdi.c.
Referenced by mkintf(), and process_dahdi().
struct dahdi_params timing |
Definition at line 1357 of file chan_dahdi.c.
Referenced by mkintf(), and process_dahdi().