~ubuntu-branches/ubuntu/quantal/zaptel/quantal

« back to all changes in this revision

Viewing changes to zaptel.sysconfig

  • Committer: Bazaar Package Importer
  • Author(s): Tzafrir Cohen
  • Date: 2008-08-28 22:58:23 UTC
  • mfrom: (11.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080828225823-r8bdunirm8hmc76m
Tags: 1:1.4.11~dfsg-2
* Patch xpp_fxs_power: Fixed an issue with hook detection of the Astribank
  FXS module.
* Don't fail init.d script if fxotune fails. This may happen if running it
  when Asterisk is already running.
* Bump standards version to 3.8.0.0 .
* Ignore false lintian warning ("m-a a-i" has "a a").
* Patch xpp_fxo_cid_always: do always pass PCM if that's what the user
  asked.
* Patch vzaphfc_proc_root_dir: fix vzaphfc on 2.6.26.
* Patch wcte12xp_flags: Proper time for irq save flags.
* Patch headers_2627: Fix location of semaphore.h for 2.6.27 .
* Patch xpp_fxs_dtmf_leak: Don't play DTMFs to the wrong channel.
* Patch wctdm_fix_alarm: Fix sending channel alarms.
* Patch device_class_2626: Fix building 2.6.26 (Closes: #493397).
* Using dh_lintian for lintian overrides, hence requiring debhelper 6.0.7.
* Lintian: we know we have direct changes. Too bad we're half-upstream :-(
* Fix doc-base section names. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TELEPHONY=yes
 
2
# DEBUG: Pass debug=1 to modules you load.
 
3
#        May break xpp_usb.
2
4
#DEBUG=yes
 
5
#
 
6
#Alternatively set:  options zaptel debug=1
 
7
#in /etc/modprobe.d/zaptel or /etc/modprobe.conf.
 
8
#
 
9
# ZTCFG: The full path to ztcfg. default: /sbin/ztcfg .
 
10
#ZTCFG=/usr/local/sbin/ztcfg
 
11
#
 
12
# ZTCFG_CMD: allow adding extra parameters to the ztcfg command.
 
13
#            May be handy for -v, but mostly for:
 
14
#ZTCFG_CMD=/sbin/ztcfg -c /home/tzafrir/myzaptel.conf
 
15
#
 
16
# XPP_SYNC: Can be used to set an explicit Astribank unit as the 
 
17
#           synchronizing Astribank. Passed to xpp_sync(8) .
 
18
#           Default is 'auto' and is almost always a good choice.
 
19
#XPP_SYNC=01
3
20
 
4
21
# Un-comment as per your requirements; modules to load/unload
5
22
#Module Name                      Hardware
8
25
 
9
26
MODULES="$MODULES wct4xxp"      # TE405P - Quad Span T1/E1 Card (5v version)
10
27
                                # TE410P - Quad Span T1/E1 Card (3.3v version)
 
28
#wct4xxp_ARGS="t1e1override=15" # Additional parameters for TE4xxP driver
 
29
# or use /etc/modprobe.d/zaptel or /etc/modprobe.conf .
 
30
 
 
31
MODULES="$MODULES wcte12xp"     # TE120P - Single Span T1/E1 Card
11
32
 
12
33
MODULES="$MODULES wct1xxp"      # T100P - Single Span T1 Card
13
34
                                # E100P - Single Span E1 Card
20
41
                                # X101P - Single port FXO interface 
21
42
 
22
43
MODULES="$MODULES wctdm"        # TDM400P - Modular FXS/FXO interface (1-4 ports)
23
 
#MODULES="$MODULES wcfxs"       # either above or this
24
44
 
25
45
MODULES="$MODULES wcusb"        # S100U - Single port FXS USB Interface
26
 
#MODULES="$MODULES wcfxsusb"    # either above or this
27
46
 
28
47
#MODULES="$MODULES torisa"      # Old Tormenta1 ISA Card
29
48
 
30
 
#MODULES="$MODULES ztdummy"     # UHCI USB Zaptel Timing Only Interface
31
 
 
32
 
#MODULES="$MODULES xpp_usb"     # Xorcom Astribank Device
 
49
#MODULES="$MODULES ztdummy"     # Zaptel Timing Only Interface
 
50
 
 
51
MODULES="$MODULES xpp_usb"      # Xorcom Astribank Device
 
52
 
 
53
# Disables Astribank hotplug firmware loading
 
54
#XPP_HOTPLUG_DISABLED=yes
 
55
#
 
56
# Disables Astribank udev hook called when an astribank is added and ready
 
57
# or removed.
 
58
#ASTRIBANK_HOOK_DISABLED=yes
 
59
#
 
60
# Setup the configuration for the PRI module of the Astribank.
 
61
# Default: all E1,TE . See xpp/README.Astribank .
 
62
#XPP_PRI_SETUP='NUM/*/XPD-01=NT,E1'
 
63
 
 
64
# Extensions genzaptelconf are (base + channel_number)
 
65
# base is by default 6000:
 
66
#base_exten=6000
 
67
#
 
68
# There are a host of other variables you can set to affect
 
69
# genzaptelconf. See the beginning of the script.