summaryrefslogtreecommitdiff
blob: de4b15b4932c17e5f83ffb5089375203800f7adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# configuraton file for /etc/init.d/isdn

# if you have CAPI based cards connected to I4L via 'capidrv'
DEPEND_ON_CAPI="yes"

# How many ISDN channels should be used. On UDEV this limit
# will be used to create the device nodes in /dev.
# chan = cards * 2 (max = 64)
ISDN_MAX_CHANNELS=16

# MODE/GROUP when creating ISDN devices
ISDNDEV_MODE="660"
ISDNDEV_GROUP="dialout"

# Location where isdnctrl will save its configuration
ISDNCTRL_CONFIG="/var/lib/isdn/isdnctrl.conf"

# Location where iprofd will save the modem-register settings
# comment out if you don't want to use iprofd
IPROFD_SETTINGS="/var/lib/isdn/modem-register.dat"