summaryrefslogtreecommitdiff
path: root/zaptel.sysconfig
blob: 8592941b2d9b00a64ee14898bbe41e7652cb2fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
TELEPHONY=yes
# DEBUG: Pass debug=1 to modules you load.
#        May break xpp_usb.
#DEBUG=yes
#
#Alternatively set:  options zaptel debug=1
#in /etc/modprobe.d/zaptel or /etc/modprobe.conf.
#
# ZTCFG: The full path to ztcfg. default: /sbin/ztcfg .
#ZTCFG=/usr/local/sbin/ztcfg
#
# ZTCFG_CMD: allow adding extra parameters to the ztcfg command.
#            May be handy for -v, but mostly for:
#ZTCFG_CMD=/sbin/ztcfg -c /home/tzafrir/myzaptel.conf
#
# XPP_SYNC: Can be used to set an explicit Astribank unit as the 
#           synchronizing Astribank. Passed to xpp_sync(8) .
#           Default is 'auto' and is almost always a good choice.
#XPP_SYNC=01

# Un-comment as per your requirements; modules to load/unload
#Module Name			  Hardware
MODULES="$MODULES tor2"		# T400P - Quad Span T1 Card
				# E400P - Quad Span E1 Card

MODULES="$MODULES wct4xxp"	# TE405P - Quad Span T1/E1 Card (5v version)
				# TE410P - Quad Span T1/E1 Card (3.3v version)
#wct4xxp_ARGS="t1e1override=15"	# Additional parameters for TE4xxP driver
# or use /etc/modprobe.d/zaptel or /etc/modprobe.conf .

MODULES="$MODULES wcte12xp"	# TE120P - Single Span T1/E1 Card

MODULES="$MODULES wct1xxp"	# T100P - Single Span T1 Card
				# E100P - Single Span E1 Card

MODULES="$MODULES wcte11xp"	# TE110P - Single Span T1/E1 Card

MODULES="$MODULES wctdm24xxp"	# TDM2400P - Modular FXS/FXO interface (1-24 ports)

MODULES="$MODULES wcfxo"	# X100P - Single port FXO interface
				# X101P - Single port FXO interface 

MODULES="$MODULES wctdm"	# TDM400P - Modular FXS/FXO interface (1-4 ports)

MODULES="$MODULES wcusb"	# S100U - Single port FXS USB Interface

#MODULES="$MODULES torisa"	# Old Tormenta1 ISA Card

#MODULES="$MODULES ztdummy"	# Zaptel Timing Only Interface

MODULES="$MODULES xpp_usb"	# Xorcom Astribank Device

MODULES="$MODULES wctc4xxp"	# Digium TC400M Card

# Disables Astribank hotplug firmware loading
#XPP_HOTPLUG_DISABLED=yes
#
# Disables Astribank udev hook called when an astribank is added and ready
# or removed.
#ASTRIBANK_HOOK_DISABLED=yes
#
# Setup the configuration for the PRI module of the Astribank.
# Default: all E1,TE . See xpp/README.Astribank .
#XPP_PRI_SETUP='NUM/*/XPD-01=NT,E1'

# Extensions genzaptelconf are (base + channel_number)
# base is by default 6000:
#base_exten=6000
#
# There are a host of other variables you can set to affect
# genzaptelconf. See the beginning of the script.