1DAHDI_GENCONF(8) User Contributed Perl Documentation DAHDI_GENCONF(8)
2
3
4
6 dahdi_genconf - Generate configuration for dahdi channels.
7
9 dahdi_genconf [FILES...]
10
12 This script generate configuration files for DAHDI hardware. The
13 parameters are types of files to generate. By default it will generate
14 the types 'dahdi' and 'chan_dahdi'. See below a complete list.
15
16 dahdi - /etc/dahdi/system.conf
17 Configuration for dahdi_cfg(1). Its location may be overriden by
18 the environment variable DAHDI_CONF_FILE.
19
20 modules /etc/dahdi/modules
21 List of DAHDI kernel modules to be loaded by the init.d script. One
22 module per line. Its location may be overriden with the variable
23 DAHDI_MODS_FILE.
24
25 chan_dahdi - /etc/asterisk/dahdi-channels.conf
26 Configuration for asterisk(1). It should be included in the main
27 /etc/asterisk/chan_dahdi.conf. Its location may be overriden by
28 the environment variable CHAN_DAHDI_CHANNELS_FILE.
29
30 users - /etc/asterisk/users.conf
31 Configuration for asterisk(1) and AsteriskGUI. Its location may be
32 overriden by the environment variable USERS_FILE.
33
34 chan_dahdi_full - /etc/asterisk/chan_dahdi.conf
35 Configuration for asterisk(1) and AsteriskGUI. Its location may be
36 overriden by the environment variable CHAN_DAHDI_CONF_FILE.
37
39 Generate /etc/dahdi/system.conf ('dahdi') and a snippet of
40 chan_dahdi.conf ('chan_dahdi'):
41
42 dahdi_genconf
43
44 Create those two files, and /etc/dahdi/modules:
45
46 dahdi_genconf chan_dahdi dahdi modules
47
48
49
50perl v5.12.0 2008-12-05 DAHDI_GENCONF(8)