From 497465c0821195f24965dec000af60e33071d6d6 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sat, 25 Aug 2007 23:22:40 +0000 Subject: In theory there should be no editing of the init.d script needed. So document how we can configure it without editing. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2955 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.sysconfig | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'zaptel.sysconfig') diff --git a/zaptel.sysconfig b/zaptel.sysconfig index c215109..d9111f6 100644 --- a/zaptel.sysconfig +++ b/zaptel.sysconfig @@ -1,5 +1,22 @@ 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 @@ -9,6 +26,7 @@ MODULES="$MODULES tor2" # T400P - Quad Span T1 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 wct1xxp" # T100P - Single Span T1 Card # E100P - Single Span E1 Card @@ -28,7 +46,7 @@ MODULES="$MODULES wcusb" # S100U - Single port FXS USB Interface #MODULES="$MODULES torisa" # Old Tormenta1 ISA Card -#MODULES="$MODULES ztdummy" # UHCI USB Zaptel Timing Only Interface +#MODULES="$MODULES ztdummy" # Zaptel Timing Only Interface #MODULES="$MODULES xpp_usb" # Xorcom Astribank Device -- cgit v1.2.3