summaryrefslogtreecommitdiff
path: root/xpp/README.Astribank
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-01 05:22:55 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-12-01 05:22:55 +0000
commit61cc6e4ac8324b1e38a5c3bb543d1d262552bb78 (patch)
treef7bb41b90f90de1da1fd639af14ebe33b9a8c5f3 /xpp/README.Astribank
parentb3764b4070cb7a595062bf986236eafc03a4ef0b (diff)
Merging from 1.2:
* Removing -DSOFT_RING: unused, useless code. * Register init scripts are not as noisy by default. * Register init scripts read configuration from a standard location. * Fixed a FXO spinlock race. (Log was lost on previos merge) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1680 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/README.Astribank')
-rw-r--r--xpp/README.Astribank28
1 files changed, 28 insertions, 0 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index e45bde9..f0f93b5 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -329,6 +329,34 @@ file.
(There are a bunch of other status files under /proc/xpp/ )
+Zaptel Init Configuration File
+""""""""""""""""""""""""""""""
+The zaptel init.d script, genzaptelconf and the XPD init scripts source
+the file /etc/init.d/zaptel (on Debian) or /etc/sysconfig/zaptel (on
+RedHats). A number of useful values for there:
+
+###############################
+# Lines beginning with '#' are considered comments and ignored.
+
+# A two-letter country code. genzaptelconf uses it to better guess
+# the configuration it generates. E.g: the signalling of E1 spans, and
+# a few other country-specific settings.
+lc_country=us
+
+# See genzaptelconf(8) and the script itself for a longer list of
+# variables.
+
+# Equivalent to the parameter opermode to the module wctdm: country-specific
+# settings to the FXO lines. For a complete list of possible values, see
+# /usr/share/zaptel/init_fxo_mode .
+#opermode=FCC
+#opermode=FRANCE
+
+# If you feel like flooding your logs with debug output of the calibration
+# process:
+#DEBUG_CALIBRATION=1
+###############################
+
Useful Module Parameters:
""""""""""""""""""""""""
zap_autoreg: (xpp)