From 61cc6e4ac8324b1e38a5c3bb543d1d262552bb78 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 1 Dec 2006 05:22:55 +0000 Subject: 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 --- xpp/README.Astribank | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'xpp/README.Astribank') 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) -- cgit v1.2.3