[zaptel-commits] tzafrir: branch 1.2 r3514 - /branches/1.2/zaptel.sysconfig

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Tue Dec 18 11:57:15 CST 2007


Author: tzafrir
Date: Tue Dec 18 11:57:14 2007
New Revision: 3514

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3514
Log:
Enable xpp_usb in the sysconfig file as xpp no longer generates many
interrupts when there's no hardware connected.

Modified:
    branches/1.2/zaptel.sysconfig

Modified: branches/1.2/zaptel.sysconfig
URL: http://svn.digium.com/view/zaptel/branches/1.2/zaptel.sysconfig?view=diff&rev=3514&r1=3513&r2=3514
==============================================================================
--- branches/1.2/zaptel.sysconfig (original)
+++ branches/1.2/zaptel.sysconfig Tue Dec 18 11:57:14 2007
@@ -31,7 +31,7 @@
 
 #MODULES="$MODULES ztdummy"	# UHCI USB Zaptel Timing Only Interface
 
-#MODULES="$MODULES xpp_usb"	# Xorcom Astribank Device
+MODULES="$MODULES xpp_usb"	# Xorcom Astribank Device
 
 # Disables Astribank hotplug firmware loading
 #XPP_HOTPLUG_DISABLED=yes
@@ -39,6 +39,10 @@
 # Disables Astribank udev hook called when an astribank is added and ready
 # or removed.
 #ASTRIBANK_HOOK_DISABLED=yes
+#
+# Setup the configuration for the PRI module of the Astribank.
+# Default: all E1,TE . See xpp/README.Astribank .
+#XPP_PRI_SETUP='NUM/*/XPD-01=NT,E1'
 
 # Extensions genzaptelconf are (base + channel_number)
 # base is by default 6000:




More information about the zaptel-commits mailing list