[Pkg-voip-commits] r6602 - in /dahdi-linux/trunk/debian: README.Debian TODO.Debian changelog dahdi-linux.doc-base.astribank docs patches/fix_readme_astribank patches/series rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Thu Jan 1 15:38:47 UTC 2009


Author: tzafrir-guest
Date: Thu Jan  1 15:38:47 2009
New Revision: 6602

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6602
Log:
* New upstream releases (2.1.0.3)
* README.Astribank is now in dahdi-tools . removed from docs.
* Do build zaphfc by default
* Documentation updates.

Removed:
    dahdi-linux/trunk/debian/dahdi-linux.doc-base.astribank
    dahdi-linux/trunk/debian/patches/fix_readme_astribank
Modified:
    dahdi-linux/trunk/debian/README.Debian
    dahdi-linux/trunk/debian/TODO.Debian
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/docs
    dahdi-linux/trunk/debian/patches/series
    dahdi-linux/trunk/debian/rules

Modified: dahdi-linux/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/README.Debian?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/README.Debian (original)
+++ dahdi-linux/trunk/debian/README.Debian Thu Jan  1 15:38:47 2009
@@ -1,37 +1,25 @@
 Building kernel modules
 -----------------------
-First, install zaptel-source package if you have not yet done so.
+First, install dahdi-source package if you have not yet done so.
 
 You can build and install the modules package (as root) with the 
 following command:
-# module-assistant a-i zaptel
+# module-assistant a-i dahdi
 
 It may be handy (for e.g., testing purposes) to build the module packages
 for all of the kernel-header packages installed on your system. Something 
 in the lines of:
 
-  m-a -u . -t -i -f -k "`echo usr/src/kernel-headers-*`" build zaptel
+  m-a -u . -t -i -f -k "`echo usr/src/kernel-headers-*`" build dahdi
 
 You can also use the environment variable TARBALL to build the modules 
 with a custom zaptel.tar.bz2 tarball with some local modifications.
 
-At the moment the 'clean' operation gives there the following error,
-which is known, and is harmless (happens after cleaning the kernel dir),
-so ignore it for now:
-
-  make: *** menuselect: No such file or directory.  Stop.
-  make[1]: [clean] Error 2 (ignored)
-  make: *** ppp: No such file or directory.  Stop.
-  make[1]: *** [clean] Error 2
-
 
 Using udev
 ----------
-If you are using udev, zaptel devices will be created when kernel modules 
-are loaded by using modprobe, or devices are detected by hotplug at boot time.
-
-If you cannot access the dahdi/ctl device, check which user asterisk is 
-running as and set those permissions in /etc/udev/rules.d/dahdi.rules .
+FIXME: write about the necessary permission rules (/dev/dahdi/* files
+are created by udev, but no longer need any special udev rules file)
 
 
 Bristuff
@@ -39,8 +27,18 @@
 This version includes the bri_dchan patch as adapted from the bristuff 
 distribution. It also includes kernel modules from the same distribution
 however those were not yet fully adapted to work with DAHDI and are not 
-built by default at the moment. Some work is needed to either adapt them
-or use the new wcb4xxp driver included with DAHDI.
+built by default at the moment. This means that xpd_bri.ko gets built.
+
+Right now the only Zaptel module of bristuff that has been adapted for 
+usage with DAHDI is zaphfc. 
+
+qozap is not enabled, however there is some work in progress to support
+those devices using the new wcb4xxp driver (of the Digium B410P BRI card).
+See http://bugs.digium.com/view.php?id=13897 . Note that this driver uses 
+'hardhdlc' rather than 'dchan' in system.conf for the D-channel.
+
+All of those modules should work with either bristuffed Asterisk (if it 
+is Asterisk >= 1.4.22) or with Asterisk 1.6.x (libpri >= 1.4.4).
 
 
 Echo Canceller
@@ -88,7 +86,7 @@
 
   svn-buildpackage --svn-postbuild='debian/modulestest -a' --svn-ignore-new -uc -us 
 
-to build zaptel-modules for all of your currently-installed
+to build dahdi-modules for all of your currently-installed
 zaptel-modules packages. The log from the build will go to the file
 zaptel-modules-build-<version>.log in the build-area directory. e.g:  
 zaptel-modules-build-1.4.7~dfsg-1.log . 
@@ -96,13 +94,3 @@
 The script should also run ls for the module packages built. You should 
 chack that all packages were indeed built and that their size looks sane
 (no driver was left unbuilt).
-
-
-If you get the "error":
-  
-  zconfig.h:91:41: error: missing binary operator before token "(" 
-
-It is probably harmless. See http://bugs.digium.com/12426 .
-
-
--- Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>  16 June 2007

Modified: dahdi-linux/trunk/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/TODO.Debian?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/TODO.Debian (original)
+++ dahdi-linux/trunk/debian/TODO.Debian Thu Jan  1 15:38:47 2009
@@ -1,5 +1,2 @@
-* Sort out descriptions in debian/control .
 * Add some lintian ignore lines.
 * Fix other modules.
-* Do we build oslec internally??
-* Rename *zap* modules to *dahdi*?

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog (original)
+++ dahdi-linux/trunk/debian/changelog Thu Jan  1 15:38:47 2009
@@ -1,4 +1,4 @@
-dahdi-linux (1:2.1.0~dfsg~rc4-1) UNRELEASED; urgency=low
+dahdi-linux (1:2.1.0.3~dfsg-1) UNRELEASED; urgency=low
 
   * Zaptel renamed DAHDI and split to dahdi-linux and dahdi-tools.
   * DAHDI is incompatible (ABI and API) with Zaptel. All modules need to 
@@ -12,6 +12,10 @@
     only set permissions.
   * Patch fix_readme_astribank: Fix an asciidoc formatting issue. 
   * Patch oslec_kbuild: Make oslec's build unconditional.
+  * Fix for zaphfc with DAHDI (by  Timo Teräs <timo.teras at iki.fi>)
+  * qozap no longer included: Use wcb4xxp instead.
+  * ztgsm no longer built: nobody really used it.
+  * cwain and vzaphfc currently included but not built.
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Thu, 20 Nov 2008 12:01:53 +0200
 

Modified: dahdi-linux/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/docs?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/docs (original)
+++ dahdi-linux/trunk/debian/docs Thu Jan  1 15:38:47 2009
@@ -1,6 +1,4 @@
 README
 README.html
 UPGRADE.txt
-drivers/dahdi/xpp/README.Astribank
-README.Astribank.html
 drivers/dahdi/xpp/Changelog_xpp

Modified: dahdi-linux/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/patches/series?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/patches/series (original)
+++ dahdi-linux/trunk/debian/patches/series Thu Jan  1 15:38:47 2009
@@ -8,5 +8,4 @@
 # OSLEC:
 oslec_kernelorg
 
-fix_readme_astribank
 oslec_kbuild

Modified: dahdi-linux/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/rules?rev=6602&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/rules (original)
+++ dahdi-linux/trunk/debian/rules Thu Jan  1 15:38:47 2009
@@ -47,7 +47,7 @@
 
 EXTRA_MODS=
 ifneq (,$(filter-out powerpc m68k armeb mips,$(shell dpkg-architecture -qDEB_HOST_ARCH)))
-EXTRA_MODS += wcopenpci
+EXTRA_MODS += wcopenpci zaphfc
 endif
 
 #BRISTUFF_MODULES=cwain qozap zaphfc ztgsm




More information about the Pkg-voip-commits mailing list