|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
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 |
| char | smdi_port [SMDI_MAX_FILENAME_LEN] |
| The serial port to listen for SMDI data on. | |
| struct dahdi_params | timing |
| int | wanted_channels_end |
| Don't create channels above this number (infinity by default) | |
| int | wanted_channels_start |
| Don't create channels below this number. | |
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 1082 of file chan_dahdi.c.
| struct dahdi_pvt chan |
Definition at line 1083 of file chan_dahdi.c.
Referenced by dahdi_create_channel_range(), deep_copy_dahdi_chan_conf(), process_dahdi(), process_echocancel(), and setup_dahdi().
| int ignore_failed_channels |
Continue configuration even if a channel is not there.
Definition at line 1098 of file chan_dahdi.c.
Referenced by process_dahdi().
| int is_sig_auto |
Use channel signalling from DAHDI?
Definition at line 1096 of file chan_dahdi.c.
Referenced by process_dahdi().
| char smdi_port[SMDI_MAX_FILENAME_LEN] |
The serial port to listen for SMDI data on.
Definition at line 1104 of file chan_dahdi.c.
Referenced by process_dahdi().
| struct dahdi_params timing |
Definition at line 1095 of file chan_dahdi.c.
Referenced by process_dahdi().
| int wanted_channels_end |
Don't create channels above this number (infinity by default)
Definition at line 1116 of file chan_dahdi.c.
Referenced by dahdi_create_channel_range().
| int wanted_channels_start |
Don't create channels below this number.
Definition at line 1110 of file chan_dahdi.c.
Referenced by dahdi_create_channel_range().