Mon Mar 12 2012 21:48:01

Asterisk developer's documentation


dahdi_chan_conf Struct Reference

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

Collaboration diagram for dahdi_chan_conf:

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.
struct dahdi_ss7 ss7
struct dahdi_params timing

Detailed Description

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)

See also:
dahdi_chan_init for the default values.

Definition at line 1322 of file chan_dahdi.c.


Field Documentation

Continue configuration even if a channel is not there.

Definition at line 1338 of file chan_dahdi.c.

Referenced by build_channels(), and process_dahdi().

Use channel signalling from DAHDI?

Definition at line 1336 of file chan_dahdi.c.

Referenced by build_channels(), mkintf(), and process_dahdi().

Definition at line 1333 of file chan_dahdi.c.

Referenced by dahdi_r2_set_context(), mkintf(), and process_dahdi().

struct dahdi_pri pri

Definition at line 1325 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.

Note:
Set from the "smdiport" string read in from chan_dahdi.conf

Definition at line 1344 of file chan_dahdi.c.

Referenced by mkintf(), and process_dahdi().

struct dahdi_ss7 ss7

Definition at line 1329 of file chan_dahdi.c.

Referenced by mkintf(), and process_dahdi().

struct dahdi_params timing

Definition at line 1335 of file chan_dahdi.c.

Referenced by mkintf(), and process_dahdi().


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