[svn-commits] tzafrir: linux/trunk r6136 - /linux/trunk/drivers/dahdi/xpp/xpp.conf
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Mar 12 10:15:21 CDT 2009
Author: tzafrir
Date: Thu Mar 12 10:15:18 2009
New Revision: 6136
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6136
Log:
A better sample xpp.conf
Modified:
linux/trunk/drivers/dahdi/xpp/xpp.conf
Modified: linux/trunk/drivers/dahdi/xpp/xpp.conf
URL: http://svn.digium.com/svn-view/dahdi/linux/trunk/drivers/dahdi/xpp/xpp.conf?view=diff&rev=6136&r1=6135&r2=6136
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/xpp.conf (original)
+++ linux/trunk/drivers/dahdi/xpp/xpp.conf Thu Mar 12 10:15:18 2009
@@ -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
More information about the svn-commits
mailing list