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 | is_sig_auto |
char | smdi_port [SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on. | |
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 1260 of file chan_dahdi.c.
Definition at line 1261 of file chan_dahdi.c.
Referenced by build_channels(), mkintf(), process_dahdi(), and process_echocancel().
int is_sig_auto |
Use channel signalling from DAHDI?
Definition at line 1274 of file chan_dahdi.c.
Referenced by build_channels(), mkintf(), and process_dahdi().
char smdi_port[SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on.
Definition at line 1280 of file chan_dahdi.c.
Referenced by mkintf(), and process_dahdi().
struct dahdi_params timing |
Definition at line 1273 of file chan_dahdi.c.
Referenced by mkintf(), and process_dahdi().