summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-12 15:15:18 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-12 15:15:18 +0000
commit85a5e7556beb5463247110f094ccd4ae62346dfb (patch)
tree803c7259e66cb642268f2395c40f397c15b428be /drivers/dahdi/xpp
parent114c14fc4960dbaeae88d8520456344feec75b84 (diff)
A better sample xpp.conf
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6136 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp')
-rw-r--r--drivers/dahdi/xpp/xpp.conf26
1 files changed, 20 insertions, 6 deletions
diff --git a/drivers/dahdi/xpp/xpp.conf b/drivers/dahdi/xpp/xpp.conf
index 700decd..b639020 100644
--- a/drivers/dahdi/xpp/xpp.conf
+++ b/drivers/dahdi/xpp/xpp.conf
@@ -4,12 +4,26 @@
# of init_card_* initialization scripts.
#
-fxs_skip_calib 0
-debug 0
-
-opermode ISRAEL
-
-pri_protocol E1
+# pri_protocol: is an XPP PRI device E1 (default) or T1?
+#pri_protocol E1
+#
+# Alternatively you can set this on a port by port basis if you have a strange
+# setup where some of the ports are E1 and some are T1. These specific
+# settings will override the default set above.
#pri_protocol/xbus-00/xpd-02 T1
#pri_protocol/connector:usb-0000:00:1d.7-7/xpd-03 T1
#pri_protocol/label:usb:0000183/xpd-03 T1
+
+# International settings for the XPP FXO module. This is similar to the
+# 'opermode' kernel module of wctdm and wctdm24xxp . The default value
+# is 'FCC' (US settings). You can find the full list of countries in
+# the script /usr/share/dahdi/init_card_1_30 .
+#opermode UK
+
+# Set this to enable debug mode for the scripts:
+#debug 1
+#
+# Skip the long calibration of the FXS modules. This saves time, but
+# makes the units consume much more power and hence highly unreocmmended
+# and unsupported.
+#fxs_skip_calib 1