[zaptel-commits] russell: tag 1.2.23 r3691 - in /tags/1.2.23: .version ChangeLog
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Jan 14 16:14:43 CST 2008
Author: russell
Date: Mon Jan 14 16:14:43 2008
New Revision: 3691
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3691
Log:
Importing files for 1.2.23 release
Added:
tags/1.2.23/.version (with props)
tags/1.2.23/ChangeLog (with props)
Added: tags/1.2.23/.version
URL: http://svn.digium.com/view/zaptel/tags/1.2.23/.version?view=auto&rev=3691
==============================================================================
--- tags/1.2.23/.version (added)
+++ tags/1.2.23/.version Mon Jan 14 16:14:43 2008
@@ -1,0 +1,1 @@
+1.2.23
Propchange: tags/1.2.23/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.2.23/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.2.23/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.2.23/ChangeLog
URL: http://svn.digium.com/view/zaptel/tags/1.2.23/ChangeLog?view=auto&rev=3691
==============================================================================
--- tags/1.2.23/ChangeLog (added)
+++ tags/1.2.23/ChangeLog Mon Jan 14 16:14:43 2008
@@ -1,0 +1,2506 @@
+2008-01-14 Russell Bryant <russell at digium.com>
+
+ * Zaptel 1.2.23 released
+
+2008-01-11 20:38 +0000 [r3663] Russell Bryant <russell at digium.com>
+
+ * zaptel-base.c: Revert an unnecessary trylock. Multiple people
+ have looked at this and nobody can see any reason why this would
+ be required. (closes issue #10791) Reported by: Matti Patches:
+ patch uploaded by Matti (license 109)
+
+2008-01-11 19:45 +0000 [r3659-3660] sruffell <sruffell at localhost>:
+
+ * wcte12xp/base.c: Minor formatting change.
+
+ * wcte12xp/base.c: Elimates a recursive grab of a spinlock in the
+ interrupt handler for the wcte12xp.
+
+2008-01-10 18:29 +0000 [r3643-3645] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wcte12xp/vpmadt032.c, wcte12xp/base.c: Remove some unused
+ variables (already applied in 1.4).
+
+ * xpp/Makefile (added): Complete the renaming of Makefile (to
+ reduce merge issues with local xpp copy).
+
+ * xpp/utils/zconf/Zaptel/Config/Defaults.pm, xpp/xproto.c,
+ xpp/Changelog_xpp, xpp/xpd.h, xpp/xproto.h,
+ xpp/utils/zconf/Zaptel/Chans.pm, xpp/card_bri.c, xpp/xbus-core.c,
+ xpp/utils/zconf/Zaptel.pm, xpp/utils/zconf/Zaptel/Xpp/Xpd.pm,
+ xpp/utils/fpga_load.c, xpp/utils/lszaptel, xpp/xdefs.h,
+ xpp/utils/zapconf, xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/.version, xpp/card_pri.c, xpp/card_fxo.c, xpp/xframe_queue.c,
+ xpp/README.Astribank, xpp/Kbuild (added), xpp/card_global.c,
+ xpp/utils/zaptel_hardware, xpp/Makefile (removed),
+ xpp/utils/Makefile, xpp/xbus-pcm.c, xpp/zap_debug.c,
+ xpp/zap_debug.h, xpp/utils/zconf/Zaptel/Xpp/Line.pm (added),
+ xpp/utils/zconf/Zaptel/Span.pm, xpp/init_card_9_29,
+ xpp/utils/astribank_hook, xpp/xpp_usb.c, xpp/xpp_zap.c:
+ xpp.r5254: * Improved polarity reversal hangups in FXO (r5194).
+ Fixed false detection of polarity reversals. * Optimize xframe
+ allocation, by not zeroing the whole memory (in get_xframe()). *
+ Fixed erronous error message that appeared sometimes from
+ fpga_load during USB renumeration. * Zaptel::Chans now provides
+ battery() reporting for some FXO channels (Astribank FXO and
+ wcfxo).
+
+2008-01-09 22:51 +0000 [r3638-3640] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.h, fxotune.c: BIG fxotune update. New version which uses
+ fourier analysis for echo return loss measurement. Much more
+ accurate than the old version, and can penetrate through
+ background noise that may be on the line as well as noise caused
+ by tones in the background such as reorder or congestion if the
+ timing parameters aren't exactly right in the setup. If you have
+ analog fxo modules, it is recommended that you run fxotune on
+ them again with this latest version. You will definitely see even
+ better results
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/base.c: Make sure G.165 EC
+ disable tone detection is enabled
+
+2008-01-04 22:54 +0000 [r3618] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wcte12xp/base.c: Increase the amount of
+ code that is protected by locks in the wcte12xp interrupt
+ handler.
+
+2008-01-03 17:13 +0000 [r3586-3601] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Removing some left
+ over debugging code.
+
+ * wctdm24xxp/GpakCust.c: Removed unneeded return value.
+
+ * wctdm24xxp/wctdm24xxp.h, wcte12xp/vpmadt032.c, wctdm24xxp/base.c,
+ wctdm24xxp/GpakCust.c: VPMADT032 stability changes for wctdm24xxp
+ and wcte12xp: - Remove double reads. - Wait for writes to
+ complete before starting reads. - Optimize reads of multi-word
+ register.
+
+ * wctdm24xxp/base.c, wcte12xp/base.c: Move the release of VPMADT032
+ resources to after the interrupt handler has been freed. Closes a
+ small window of opportunity for NULL pointer access at driver
+ unload time.
+
+2007-12-29 22:48 +0000 [r3577] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztd-eth.c: Adapt ztd-eth to newer interfaces from kernel 2.6.24 .
+
+2007-12-27 20:15 +0000 [r3564] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/README.Astribank: Update documentation. Mainly regarding the
+ PRI module.
+
+2007-12-27 18:02 +0000 [r3561] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c: Shouldn't destroy the workqueue with the
+ lock held.
+
+2007-12-24 21:24 +0000 [r3555] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/zconf/Zaptel/Utils.pm
+ (added), xpp/README.Astribank, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/Changelog_xpp,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/zconf/XppUtils.pm
+ (removed), xpp/.version, xpp/utils/xpp_sync: * XppUtils.pm
+ renamed Zaptel::Utils.pm . * Some more documentation.
+
+2007-12-20 22:09 +0000 [r3550] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c: Cleanup in case the firmware load from
+ userspace fails.
+
+2007-12-19 21:15 +0000 [r3540] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_pri.c, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/Changelog_xpp, xpp/init_card_9_29, xpp/utils/genzaptelconf,
+ xpp/utils/zapconf, xpp/.version: * A few more fixes to card_pri.
+ * Do use "crc4" for E1 by default when generating zaptel.conf .
+
+2007-12-19 20:03 +0000 [r3534] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Improve wcte12xp and
+ wctdm24xxp drivers' tolerance to host system latencies.
+
+2007-12-18 17:57 +0000 [r3506-3514] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.sysconfig: Enable xpp_usb in the sysconfig file as xpp no
+ longer generates many interrupts when there's no hardware
+ connected.
+
+ * wctdm24xxp/GpakCust.c: Revert a change that has remained in my
+ local copy.
+
+ * xpp/utils/hexfile.c, xpp/README.metering (removed),
+ xpp/utils/xpp_fxloader.usermap, xpp/firmwares/FPGA_1151.hex,
+ xpp/xpp_zap.h, xpp/xproto.c, xpp/utils/example_default_zaptel,
+ xpp/Changelog_xpp, xpp/firmwares/FPGA_FXS.hex, xpp/xpd.h,
+ xpp/xproto.h, xpp/utils/zconf/Zaptel/Chans.pm,
+ xpp/utils/xpp_blink, xpp/card_bri.c, xpp/xbus-core.c,
+ xpp/utils/zconf/Zaptel.pm, xpp/utils/test_parse.c,
+ xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/utils/xpp_fxloader,
+ xpp/utils/fpga_load.c, xpp/xbus-core.h, xpp/xdefs.h,
+ xpp/utils/zapconf, xpp/utils/zconf/Zaptel/Hardware/PCI.pm,
+ xpp/utils/xpp_sync, xpp/.version, xpp/card_pri.c,
+ xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c, xpp/xbus-sysfs.c,
+ xpp/xframe_queue.c (added), xpp/card_global.c, xpp/card_fxs.c,
+ xpp/README.Astribank, xpp/card_fxo.h, xpp/utils/zaptel_hardware,
+ xpp/xframe_queue.h (added), xpp/Makefile,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm, wctdm24xxp/GpakCust.c,
+ xpp/card_global.h, xpp/xbus-pcm.c (added),
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/zconf/XppUtils.pm
+ (added), xpp/xbus-pcm.h (added),
+ xpp/utils/zconf/Zaptel/Hardware.pm, xpp/zap_debug.h,
+ xpp/utils/zt_registration, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/utils/zaptel_drivers, xpp/init_card_9_29,
+ xpp/utils/genzaptelconf, xpp/utils/zconf/Zaptel/Xpp.pm,
+ xpp/xpp_usb.c, xpp/xpp_zap.c: xpp r5151: * xpd_pri: Basically
+ ready. * PCM synchronization changes: - Each Astribank unit ticks
+ independently. Each with its own PLL. - HOST synchronization is
+ gone. Loading of xpp will no longer cause useless 250 ticks per
+ second if you have no Astribank. - Synchronization from the
+ zaptel sync master requires setting ZAPTEL as sync source
+ (xpp_sync ZAPTEL). * rx_tasklet is now a parameter of the module
+ xpp, rather than of xpp_usb. * New FPGA firmware: 5128 (1151) /
+ 5122 (1141, 1131): - Fixes synchronization issues. - PRI module:
+ E1 should now work. * perl module and utilities: - Modules no
+ longer magically scan system on initialization. - Scanning is by
+ calling explicit methods. - "Serial" has been renamed "Label". It
+ is basically unique, but should be modifieble. - Some basic
+ documentation of zaptel perl modules. * Default sort order of
+ zt_registration is back to SORT_CONNCTOR. * zt_registration proc
+ file now shows the number of span registered to if registered.
+ Try: grep . /proc/xpp/XBUS-*/XPD-*/zt_registration *
+ genzaptelconf: Allow using a custom command instead of
+ /etc/init.d/asterisk to start/stop asterisk. * Fixed the typo
+ "Slagish".
+
+2007-12-16 17:38 +0000 [r3493] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/genudevrules: Simplify udev rules so they will be in
+ line with ones provided by distributions and allow simple
+ overriding of file permissions. Closes issue #11276 .
+
+2007-12-13 22:59 +0000 [r3475] Kevin P. Fleming <kpfleming at digium.com>
+
+ * ppp/zaptel.c: remove some code that is not compatible with modern
+ versions of pppd
+
+2007-12-13 Kevin P. Fleming <kpfleming at digium.com>
+
+ * Zaptel 1.2.22.1 released
+
+2007-12-13 Kevin P. Fleming <kpfleming at digium.com>
+
+ * wcte12xp.c: add new product support
+
+2007-11-27 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.22 released
+
+2007-11-21 23:51 +0000 [r3241-3243] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm24xxp/base.c: Add new product
+ support
+
+ * wctc4xxp/base.c: Transcoder driver updates. Fixes G.723 no audio
+ issues with latest drivers
+
+2007-11-14 15:03 +0000 [r3229-3232] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/Changelog_xpp, xpp/.version: Changelog for xpp r5010.
+
+ * xpp/init_card_3_29: Increase FXS ring detect debounce interval.
+
+ * xpp/utils/print_modes.c, xpp/init_card_4_29: Improve (reduce)
+ signal attenuation on FXO ports.
+
+ * xpp/xpp_zap.c: Fix a deadlock spotted on some SMP installations.
+
+2007-11-10 11:33 +0000 [r3222] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztmonitor.c: Get rid of a pointless static buffer and strcpy.
+
+2007-11-07 14:22 +0000 [r3217] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/genzaptelconf,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm: * zaptel-perl,
+ genzaptelconf: Detect and list Rhino cards. * zaptel-perl: Fix
+ reporting of empty slots in analog Digium cards. * genzaptelconf:
+ More readable case-s.
+
+2007-11-06 21:13 +0000 [r3215] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Cross port fxo line voltage monitoring patch
+ from wctdm to wctdm24xxp
+
+2007-11-03 16:10 +0000 [r3209] Matthew Fredrickson <creslin at digium.com>
+
+ * wctc4xxp/tc400m-firmware.bin, wctc4xxp/base.c: Major update for
+ tc4xxp driver. Fixes many outstanding issues related to channel
+ lockups, etc. It also raises the maximum channel count for g.729
+ to 120 channels.
+
+2007-10-31 21:08 +0000 [r3205] Mark Michelson <mmichelson at digium.com>
+
+ * sethdlc-new.c, sethdlc.c: Fixed potential buffer overflow. See
+ AST-2007-024 for more details
+
+2007-10-31 13:06 +0000 [r3201] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * doc/fxotune.8: Also get fxotne's man page from 1.4 .
+
+2007-10-26 15:08 +0000 [r3188] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Another clock polarity update. To fix garbage
+ audio on some systems with the wctdm24xxp driver and VPMADT032
+
+2007-10-20 19:49 +0000 [r3179] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.c: Update fxotune in 1.2 to be the same as fxotune in
+ 1.4. Should have been done a long time ago
+
+2007-10-18 22:56 +0000 [r3169] Jason Parker <jparker at digium.com>
+
+ * wct4xxp/base.c: Correct the name of the wct4xxp driver. Issue
+ 11030
+
+2007-10-18 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.21 released
+
+2007-10-18 19:31 +0000 [r3152-3157] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm: Fix zaptel_hardware's behaviour
+ for unknown span types.
+
+ * xpp/Makefile, xpp/Changelog_xpp,
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/utils/zconf/Zaptel/Xpp.pm, xpp/.version: * zaptel-perl should
+ not panic when there is no /proc/bus/usb (Closes #11020). * Don't
+ build metering by default for now. * And this is xpp rev 4900.
+
+ * xpp/init_card_4_29: Make opermode work again.
+
+2007-10-16 20:21 +0000 [r3142-3146] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Some modumentation.
+
+ * xpp/card_pri.c, xpp/card_fxo.c, xpp/firmwares/USB_FW.hex (added),
+ xpp/README.Astribank, xpp/card_fxs.c, xpp/xproto.c,
+ xpp/utils/zaptel_hardware, xpp/Changelog_xpp (added),
+ xpp/firmwares/USB_1130.hex (removed),
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/firmwares/USB_1140.hex (removed), xpp/firmwares/USB_1150.hex
+ (removed), xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/xpd.h,
+ xpp/xproto.h, xpp/utils/zconf/Zaptel/Hardware.pm,
+ xpp/utils/zt_registration, xpp/ChangeLog (removed),
+ xpp/xbus-core.c, xpp/utils/xpp_fxloader, xpp/utils/fpga_load.c,
+ xpp/utils/zaptel_drivers (added), xpp/xdefs.h,
+ xpp/utils/zconf/Zaptel/Xpp.pm,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/xpp_usb.c,
+ xpp/xpp_zap.c, xpp/.version: xpp r4892: * Zaptel/Hardware perl
+ modules: - Use sysfs directly. Don't rely on lspci/lsusb. - Each
+ device has a description and driver name. -
+ Zaptel::Hardware::drivers() to show the list of required drivers
+ for this system (see zaptel_drivers). - zaptel_hardware shows a
+ description and a (suggested?) driver. * zt_registration sorts by
+ Serial first and only then by connector. * USB_FW.hex replaces
+ all the USB_11x0.hex . - Separate USB interface for the
+ management processor. - Hence fpga_load can now work even with
+ drivers loaded. * Fix firmware upgrading. * Fix manual firmware
+ loading while auto-loading.
+
+2007-10-16 16:39 +0000 [r3138] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: use latest Octasic API release
+
+2007-10-12 22:19 +0000 [r3132] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Fix for false power alarms, as well as a clock
+ polarity issue
+
+2007-10-05 19:45 +0000 [r3119-3120] Matthew Fredrickson <creslin at digium.com>
+
+ * Makefile: Forgot to remove before we create the device node
+
+ * Makefile: Make sure we make the transocder device node if no
+ dynamic device filesystem found.
+
+2007-10-04 16:31 +0000 [r3105-3112] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Properly fix the README .
+
+ * README, contrib (removed), install_prereq (added): "contrib"
+ means "scripts". Scripts in zaptel reside in the junk directory
+ until we'll decide what to do with them.
+
+ * contrib/install_prereq: Don't run/print install command when
+ there's nothing to install.
+
+ * README, contrib (added), build_tools/install_prereq (removed),
+ contrib/install_prereq (added): nstall_prereq is not a build
+ script. Move it under contrib/ . (It is a new script, so this
+ change also oges into 1.2)
+
+ * xpp/utils/hexfile.c, xpp/firmwares/FPGA_1151.hex,
+ xpp/utils/hexfile.h, xpp/xproto.c, xpp/firmwares/FPGA_FXS.hex,
+ xpp/xpd.h, xpp/xproto.h, xpp/ChangeLog, xpp/init_card_4_28
+ (removed), xpp/xbus-core.c, xpp/init_card_4_29 (added),
+ xpp/init_card_6_28 (removed), xpp/init_card_6_29 (added),
+ xpp/utils/fpga_load.c, xpp/xdefs.h, xpp/utils/zapconf,
+ xpp/.version, xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c,
+ xpp/xbus-sysfs.c, xpp/utils/zaptel_hardware, xpp/utils/Makefile,
+ xpp/utils/zt_registration, xpp/init_card_3_28 (removed),
+ xpp/init_card_3_29 (added), xpp/init_card_7_28 (removed),
+ xpp/init_card_7_29 (added), xpp/init_card_9_28 (removed),
+ xpp/init_card_9_29 (added), xpp/utils/genzaptelconf,
+ xpp/utils/zconf/Zaptel/Xpp.pm, xpp/xpp_usb.c, xpp/xpp_zap.c: New
+ xpp release: r4786: * New firmware protocol version: 2.9 . *
+ fpga_load: initial clean-ups before interface split. *
+ genzaptelconf: Don't leave an empty directory behind (4784) *
+ Increase xpp poll_timeout to 1000ms - useful for CentOS 4
+ (r4781). * Fix initialization anoyance: if AB don't answer to
+ polls, don't waitfor_xpds, and show no waiting XPDs (r4725). *
+ Disable dtmf_detect by default once again (r4712). * Don't check
+ twice for asterisk to stop. The second test was done while
+ Asterisk was still stopping (r4708). * Support building the
+ kernel with M= instead of with SUBDIRS= , as used in some newer
+ build systems (r4677).
+
+2007-10-01 04:55 +0000 [r3098-3099] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztdummy.c: One other hrtimer merge leftover.
+
+ * ztdummy.c: A slightly more complete merge of the hires times code
+ to 1.2 .
+
+2007-09-22 20:58 +0000 [r3083-3084] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/ChangeLog, xpp/card_fxs.c: Re-disable dtmf_detection of the
+ FXS module (From xpp rev 4712).
+
+ * README, ztdummy.c: Backport support for high-resolution timers
+ from 1.4. Allows 2.6.22 Fedoras to build again.
+
+2007-09-18 10:14 +0000 [r3055] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/Makefile: Support building the kernel with M= instead of with
+ SUBDIRS= , as used in some newer build systems.
+
+2007-09-15 20:38 +0000 [r3039-3040] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Should apply this separately
+
+ * ztcfg.c, wctdm24xxp/base.c: This patch was not thought out well
+ enough. Get rid of it for now (CAS signalling conflicts...)
+
+2007-09-14 22:29 +0000 [r3019] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/firmwares/FPGA_1151.hex, xpp/xpp_zap.h, xpp/xproto.c,
+ xpp/firmwares/FPGA_FXS.hex, xpp/xpd.h, xpp/xproto.h,
+ xpp/utils/zconf/Zaptel/Chans.pm, xpp/param_doc (added),
+ xpp/card_bri.c, xpp/init_card_4_26 (removed), xpp/ChangeLog,
+ xpp/xbus-core.c, xpp/init_card_4_28 (added), xpp/init_card_6_26
+ (removed), xpp/init_card_6_28 (added), xpp/card_bri.h,
+ xpp/xbus-core.h, xpp/utils/zapconf, xpp/.version, xpp/card_pri.c,
+ xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c, xpp/card_pri.h,
+ xpp/README.Astribank, xpp/card_fxs.c, xpp/card_global.c,
+ xpp/card_fxo.h, xpp/utils/Makefile, xpp/card_fxs.h,
+ xpp/card_global.h, xpp/init_card_3_26 (removed), xpp/zap_debug.h,
+ xpp/init_card_3_28 (added), xpp/init_card_7_26 (removed),
+ xpp/init_card_7_28 (added), xpp/init_card_9_26 (removed),
+ xpp/init_card_9_28 (added), xpp/xpp_usb.c, xpp/xpp_zap.c: New xpp
+ release (Xorcom rev 4648): * New firmware protocol version: 2.8 .
+ * New firmwares fix input ports offhook. * Cleanup INFO()
+ messages during module loading. * USB: Receive queue with
+ TASKLETS [r4600]. Controlled by rx_tasklet parameter to xpp_usb
+ module (can be changed in runtime). * The pcm_tasklet parameter
+ in xpp module is deprecated: - Does not actually do anything. -
+ If set during module loading, shows an ERR() message. - Also
+ appears in /proc/xpp/sync * FXS: Hardware DTMF detection by
+ default, can be disabled by setting dtmf_detection=0 parameter to
+ xpd_fxs. PCM is muted when DTMF key is pressed. * zapconf: - Can
+ now generate users.conf compatible with asterisk-gui. - Optional
+ command-line arguments denoting which files to generate. Possible
+ values are 'zaptel', 'zapata' and 'users'. - Defaults to creating
+ zaptel and zapata.
+
+2007-09-13 21:50 +0000 [r3015] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init, zaptel.sysconfig: The order ov modules load counts,
+ if you have multiple cards.
+
+2007-09-13 21:31 +0000 [r3013] Joshua Colp <jcolp at digium.com>
+
+ * zaptel.init, zaptel.sysconfig: Add TE120P to init script.
+
+2007-09-09 22:02 +0000 [r3004-3005] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/card_pri.c, xpp/utils: * Remove a warning (no point bothering
+ everybody about it). * ignore perlcheck.
+
+ * xpp/card_pri.c (added), xpp/firmwares/FPGA_1141.hex,
+ xpp/firmwares/FPGA_1151.hex, xpp/README.metering, xpp/card_pri.h
+ (added), xpp/README.Astribank, xpp/Makefile, xpp/utils/Makefile,
+ xpp/utils/example_default_zaptel (added),
+ xpp/firmwares/FPGA_FXS.hex, xpp/xpd.h, xpp/xproto.h,
+ xpp/init_card_4_26, xpp/ChangeLog, xpp/init_card_9_26 (added),
+ xpp/utils/genzaptelconf, xpp/utils/zapconf, xpp/.version,
+ xpp/utils/xpp_sync: xpp.r4584: * New firmware to fix FXS leds
+ irregularities. * Less noise at build time - don't echo version,
+ test compile only once. * zapconf can generate users.conf
+ snippets. * xpd_pri: initial version.
+
+2007-09-08 09:58 +0000 [r2997] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, xpp: Allow overriding the asciidoc command. This allows
+ using asciidoc < 7.
+
+2007-08-31 06:54 +0000 [r2987] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ppp/Makefile, README, ppp: * Maintain the same meaning of DESTDIR
+ and INSTALL_PREFIX as in main Makefile * Document ppp support to
+ the best of my knowledge. * Err clearly if the VERSION was not
+ found.
+
+2007-08-30 21:48 +0000 [r2983] Kevin P. Fleming <kpfleming at digium.com>
+
+ * ppp/Makefile (added), ppp (added), ppp/zaptel.c (added): add a
+ proper plugin for Zaptel support in pppd, so that it can be used
+ with any distro-supplied version of pppd instead of requiring a
+ patched copy from the Digium download site
+
+2007-08-27 21:38 +0000 [r2962] Jason Parker <jparker at digium.com>
+
+ * Makefile: Make sure we build the static version of libtonezone
+ (and as a side-effect, all of the programs) with -fPIC
+
+2007-08-27 07:06 +0000 [r2960] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Enact the init.d script when not installing to a
+ DESTDIR.
+
+2007-08-24 20:46 +0000 [r2949] Jason Parker <jparker at digium.com>
+
+ * Makefile.kernel26: Fix an issue that caused only MG2 and possibly
+ HPEC to work. Issue 10555, patch by me.
+
+2007-08-23 16:41 +0000 [r2940] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm.c, wctdm24xxp/base.c: Increase CWCID reliability on analog
+ modules significantly. (although if you have problems with pulse
+ dialing on high REN loads, see the comment to revert the value
+ back to its previous value). Thanks Kinsey and Rick.
+
+2007-08-22 21:01 +0000 [r2936] Jason Parker <jparker at digium.com>
+
+ * zaptel-base.c: Don't try to create devices 250 and above in udev.
+ Issue 10522, fix found by me (but I'm not going to take credit
+ for the code, since it already existed in trunk for some reason)
+
+2007-08-21 18:55 +0000 [r2926] Matthew Fredrickson <creslin at digium.com>
+
+ * Makefile: Make sure 1.2 wctdm24xxp builds on 2.4 kernels
+
+2007-08-21 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.20.1 released
+
+2007-08-21 18:55 +0000 [r2923-2926] Matthew Fredrickson <creslin at digium.com>
+
+ * Makefile: Make sure 1.2 wctdm24xxp builds on 2.4 kernels
+
+ * wctdm24xxp/GpakCust.h, wctdm24xxp/wctdm24xxp.h,
+ wctdm24xxp/base.c, wctdm24xxp/GpakCust.c: Allow wctdm24xxp to
+ compile on a 2.4 based kernel
+
+2007-08-21 16:19 +0000 [r2910-2919] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xbus-core.c: Fix building on kernel 2.6.23rc1, from Axel
+ Thimm (xpp r4523).
+
+ * fxotune.c: * Add an explicit mode to the callto open (the default
+ one that is used anyway). * Clarify error message. Closes #10505
+ on Zaptel 1.2.
+
+ * zaptel.init: * Set maximal zaptel udev timeout to 20 seconds. *
+ Allow overriding it from cwrcconfconfig file (and explain how).
+ (From trunk r2909 - got accidentally commited there first).
+
+2007-08-19 12:08 +0000 [r2903-2906] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/README.Astribank: Fix README.Astribank with asciidoc 8.2.2:
+ make "underlining" more strict. (xpp r4519)
+
+ * Makefile: Zaptel 1.2 doesn't use autoconf just yet :-(
+
+ * Makefile: * Fix makefile targets to match documentation. * Fix
+ dependencies of install-utils. * Rename the generated
+ xpp/README.html to xpp/README.Astribank.html to provide a unique
+ basename among docs (helps debian packaging).
+
+2007-08-17 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.2.20 released
+
+2007-08-17 18:10 +0000 [r2868-2880] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/install_prereq: install_prereq: Don't install
+ packages twice.
+
+ * Makefile, README: Fix building extra modules in subdirectories.
+
+ * Makefile, README, /: * Re-introduce the target install-include .
+ * programs and install-programs are now for all of userspace.
+ Added the target 'utils' for what 'programs' used to be. *
+ Document this. * Document some other variations on 'make' and
+ 'make install'. * Improve documentation of /proc/zaptel . *
+ Ignoring some more utilities.
+
+ * Makefile: -l should come after LDFLAGS.
+
+ * Makefile: * Make sure every userspace tool is built with CFLAGS
+ and LDFLAGS. * Search for newt.h in INCLUDE_DIR. * Build makefw
+ and gendigits with HOSTCC . * Don't build makefw in the
+ 'programs' target.
+
+2007-08-16 20:47 +0000 [r2861-2864] Matthew Fredrickson <creslin at digium.com>
+
+ * wcte12xp.c: Make sure we enable MRM
+
+ * wctdm24xxp/GpakApi.c: Remove some unused variables from
+ compilation
+
+2007-08-16 20:08 +0000 [r2860] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Config/Defaults.pm, xpp/card_fxo.c,
+ xpp/xbus-sysfs.c, xpp/xpp_zap.h, xpp/card_global.c,
+ xpp/card_fxs.c, xpp/README.Astribank, xpp/xproto.c, xpp/xpd.h,
+ xpp/card_bri.c, xpp/zap_debug.h, xpp/ChangeLog, xpp/xbus-core.c,
+ zaptel.sysconfig, xpp/utils/genzaptelconf, xpp/xpp_usb.c,
+ xpp/xpp_zap.c, xpp/.version: xpp rev. 4515: * BRI improvement: an
+ 'nt_keepalive' parameter to xpd_bri forces a BRI_NT to retry a
+ connection indefinitely (this is our default). When false it
+ revert to the behaviour in changeset:4415 ("Bezeq like") *
+ Improvement in DBG macros. The print_dbg parameter is now set of
+ flags to debug. They are defined in zap_debug.h * Don't use
+ Astribanks connected to USB1 interfaces Unless the user set the
+ option usb1=1 for xpp_usb (r4504). * And some more
+ documentation... * Include some of our variables in the default
+ zaptel sample file.
+
+2007-08-16 20:02 +0000 [r2852-2857] Matthew Fredrickson <creslin at digium.com>
+
+ * wcte12xp.c, wctdm24xxp/base.c: Fix for when voicebus based cards
+ stop taking interrupts on some systems
+
+ * wctdm24xxp/base.c: Make sure the gain adjustment is only done if
+ the VPM100M is present
+
+2007-08-16 13:57 +0000 [r2850] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, xpp: * Add a rule for generating xpp/README.html (not
+ used by default). * Ignore it, and clean it and README.html .
+
+2007-08-15 18:08 +0000 [r2841-2844] Matthew Fredrickson <creslin at digium.com>
+
+ * Makefile: Make sure that the URL is REALLY up to date
+
+ * Makefile: Make sure we use the new URL for ftp.digium.com
+
+2007-08-15 15:27 +0000 [r2832-2840] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Fixing installation targets: -
+ programs/install-programs - userspace utilities. -
+ libs/install-libs - libtonezone - modules/install-modules -
+ kernel stuff Those can be used independently.
+
+ * Makefile, Makefile.kernel26, zconfig.h: * Allow setting the echo
+ canceller from the Makefile or the environment (needed for
+ overriding the default EC in Debian m-a builds) * Allow
+ specifiying extra modules in the make command line:
+ MODULES_EXTRA.
+
+ * Makefile.kernel26: Fix building on older CentOS 4 and Trixbox.
+
+ * xpp/ChangeLog, xpp/README.Astribank, xpp/card_fxs.c,
+ xpp/xproto.c, xpp/.version: Merging a few small changes Xorcom: *
+ Marked with no. 4416, to note that major changes after 4415 were
+ note merged yet. * Demote the messages about PCM in non-PCM from
+ notice to debug (r4501). * Fix sample BRI zapata.conf: NT instead
+ of TE (r4498). * Disable FXS hardware DTMF detection by default
+ (r4492).
+
+2007-08-10 21:54 +0000 [r2829] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Make sure we permit MRM commands
+
+2007-08-05 11:55 +0000 [r2818] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Extra Zaptel PCI IDs
+ (from Philipp Kempgen). From Xorcom r4466.
+
+2007-08-01 21:33 +0000 [r2811] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c,
+ xpp/firmwares/FPGA_1151.hex, xpp/xpp_zap.h, xpp/xbus-sysfs.c
+ (added), xpp/card_fxs.c, xpp/xproto.c, xpp/Makefile,
+ xpp/utils/Makefile, xpp/firmwares/FPGA_FXS.hex,
+ xpp/card_global.h, xpp/xpd.h, xpp/xproto.h, xpp/card_bri.c,
+ xpp/zap_debug.h, xpp/ChangeLog, xpp/xbus-core.c,
+ xpp/utils/xpp_fxloader, xpp/xbus-core.h, xpp/utils/astribank_hook
+ (added), xpp/utils/xpp.rules, xpp/xpp_usb.c, xpp/xpp_zap.c,
+ xpp/.version: xpp.r4415: * Show Astribank 6+2 as 6/2 channels and
+ not 8/8 channels. - Added as a "subtype" to the device type
+ (r4391). * Fixed a panic in BRI span shutdown method (r4393). *
+ Changes to debug macros. * Add proper sysfs support (r4406) - A
+ bus on whuch all of the Astribanks reside. - Replaces useless
+ sysfs code that existed in the module. - Currently used to set
+ the sync source automatically at device adition / removal. * BRI:
+ We do need the T1 timer in NT. If it gets into G2 state (rr4407).
+
+2007-08-01 20:21 +0000 [r2808] Jason Parker <jparker at digium.com>
+
+ * zaptel-base.c: Per Matt Fredrickson, we don't want to use
+ GFP_KERNEL while holding a spinlock.
+
+2007-07-28 23:49 +0000 [r2796] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wctdm24xxp: Ignore generated files on the new wctdm24xxp dir.
+
+2007-07-27 21:55 +0000 [r2789] Jason Parker <jparker at digium.com>
+
+ * Makefile: Rearrange and add some Makefile targets to be in line
+ with the original intentions of the addition of targets such as
+ install-programs.
+
+2007-07-27 19:32 +0000 [r2786] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.c: Quick fix for could not fill input buffer errors
+
+2007-07-27 19:12 +0000 [r2784] Jason Parker <jparker at digium.com>
+
+ * Makefile: Fix a few bothersome Makefile issues I ran into while
+ trying to `make install`
+
+2007-07-27 19:02 +0000 [r2781] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Minor message removal
+
+2007-07-22 17:41 +0000 [r2771] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Revert initd config file installation to the greeddy
+ one of before zaptel 1.2.19/1.4.4 - install on both
+ /etc/default/zaptel and /etc/sysconfig/zaptel . Closes #10257 .
+
+2007-07-20 19:17 +0000 [r2761-2765] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Add new 2.6.22 api updates
+
+ * wctdm24xxp/VPMADT032.bin, Makefile, wctdm24xxp/base.c,
+ wctdm24xxp/GpakApi.c, wctdm24xxp/gpakenum.h,
+ xpp/README.Astribank, wctdm24xxp (added), wctdm24xxp/GpakApi.h,
+ wctdm24xxp/GpakCust.c, zaptel-base.c,
+ wctdm24xxp/Makefile.kernel26, wctdm24xxp/gpakErrs.h,
+ wctdm24xxp/GpakCust.h, wctdm24xxp/GpakHpi.h,
+ wctdm24xxp/wctdm24xxp.h, wctdm24xxp/Makefile, Makefile.kernel26,
+ wctdm24xxp.c (removed), xpp/utils/zapconf: New product support,
+ new echo canceler and new boards
+
+2007-07-19 09:05 +0000 [r2758] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/Makefile: * Generate list of Zaptel Modules directories
+ automatically. * Evaluate PERLLIBDIR only once. Closes: #10223
+ (Xorcom changeset:4379)
+
+2007-07-19 02:05 +0000 [r2752-2756] Kevin P. Fleming <kpfleming at digium.com>
+
+ * pciradio.c, wct4xxp/base.c, wcte11xp.c, wcte12xp.c, wct1xxp.c,
+ wctc4xxp/base.c, wctdm.c, torisa.c, wctdm24xxp.c, zaptel.h,
+ tor2.c, wcfxo.c, ztdummy.c: update to 2.6.22 request_irq() flags
+
+ * wcte12xp.c, wctc4xxp/base.c, wctdm24xxp.c: convert a few drivers
+ over to current PCI module registration function
+
+ * zaptel-base.c: don't try to timeslot-interchange channels that
+ are being bridged (DACS) if either channel has a txgain or rxgain
+ specified, since that gain won't be applied any longer if the
+ DACS is put into effect
+
+2007-07-18 16:27 +0000 [r2750] Joshua Colp <jcolp at digium.com>
+
+ * Makefile: A distribution may have multiple directories for
+ firmware and without knowing the proper one we have to copy the
+ firmware into each. We can't just copy it into the first one
+ found.
+
+2007-07-17 13:56 +0000 [r2746-2749] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Fix spelling of variable names...
+
+ * Makefile: * Separate programs, modules install-programs and
+ install-modules targets. * Finish DESTDIR / INSTALL_PREFIX
+ separation.
+
+ * Makefile: Allow overriding the output of uname -m and uname -r
+ with the variables MACHINE and KVERS, respectively. KVERS existed
+ before, but ther ewere still direct uses of uname -r left.
+
+ * Makefile: Cleaning up Makefile: INSTALL_PREFIX: /usr . A place
+ under which standard stuff is installed. DESTDIR: A complete
+ subtree under which the system is installed.
+
+2007-07-16 Russell Bryant <russell at digium.com>
+
+ * Zaptel 1.2.19 released
+
+2007-07-16 13:10 +0000 [r2739] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init: Remove automatic call to ztcfg -s from init.d
+ script.
+
+2007-07-13 07:39 +0000 [r2724-2735] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/xpp_blink, xpp/ChangeLog, xpp/utils/zt_registration,
+ xpp/utils/zaptel_hardware, xpp/utils/Makefile,
+ xpp/utils/lszaptel, xpp/utils, xpp/.version, xpp/utils/xpp_sync:
+ * Update documentation on perl utilities. * But we do need to
+ ignore their man pages.
+
+ * xpp/utils/zconf/Zaptel/Config/Defaults.pm (added),
+ xpp/firmwares/FPGA_1151.hex, xpp/README.metering (added),
+ xpp/xpp_zap.h, xpp/xproto.c, xpp/firmwares/FPGA_FXS.hex,
+ xpp/firmwares/USB_1130.hex, xpp/xpd.h,
+ xpp/firmwares/USB_1150.hex, xpp/xproto.h,
+ xpp/utils/zconf/Zaptel/Config (added),
+ xpp/utils/zconf/Zaptel/Chans.pm, xpp/utils/xpp_blink,
+ xpp/card_bri.c, xpp/ChangeLog, xpp/xbus-core.c, xpp/xbus-core.h,
+ xpp/utils/fpga_load.c, xpp/utils/lszaptel, xpp/xdefs.h,
+ xpp/utils/xpp.rules, xpp/utils/zapconf,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/.version,
+ xpp/utils/xpp_sync, xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c,
+ xpp/card_global.c, xpp/README.Astribank, xpp/card_fxs.c,
+ xpp/utils/zaptel_hardware, xpp/Makefile, xpp/utils/Makefile,
+ xpp/card_global.h, xpp/firmwares/USB_1140.hex,
+ xpp/init_card_3_26, xpp/utils/zconf/Zaptel/Hardware.pm,
+ xpp/utils/zt_registration, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/utils/genzaptelconf, xpp/xpp_usb.c, xpp/xpp_zap.c: xpp driver
+ r4371: * Update to zaptel-1.2.18 and zaptel-1.4.3 (r4308 onward)
+ * Fix a critical race with zaptel synchronization (r4362) * Added
+ a /proc/xpp/cmds for statistics about command timing (r4360) *
+ Fix a digit mapping bug with hardware dtmf detection (r4357) * In
+ xpp/utils/Makefile add perl syntax checks to our scripts (r4337)
+ * Better USB data error checking (r4336) * udev rules (xpp.rules)
+ avoid false calls from wrong nodes (r4331) * Improve hardware
+ detection and reporting in lszaptel, zaptel_hardware. zapconf is
+ basically functional. * Leds are blinked synchronously on all
+ Astribanks now (r4262) * Fix a BRI bug if OPTIMIZE_CHANMUTE was
+ compiled into zaptel (r4258) (This feature was not yet accepted
+ into official zaptel) * Removed compile warning about HZ != 1000
+ (r4218) * Firmware updates. * fpga_load now supports USB pathes
+ without zeros (r4211) * XPD numbers have changed to
+ '<Unit><Subunit>' (r4196) * Proper support for ZT_VMWI ioctl, if
+ used in zaptel (r4092) * Fix FXO power denial detection (r4054) *
+ FXO could accidentally go off-hook with some compilers (r4048)
+
+ * README: Document the usage of install_prereq .
+
+ * Makefile: * config target: Replace shell scriptary with makefile
+ logic. * config target: Add a helpful text for the Zaptel
+ installer.
+
+ * build_tools/install_prereq (added): Add a script to install build
+ requirements. This was after the instructions on which kernel to
+ install on CentOS became a manual script with if-s and case-s.
+ Should work on Debian and CentOS.
+
+ * README.Linux26 (removed): Remove obsolete and misleading Linux26.
+
+ * build_tools/genmodconf: * Use shell, rather than
+ shell-in-makefile syntax. * Supress ugly text when
+ /lib/modules/`uname -r` doesn't exist (but we build for a
+ different kernel)
+
+2007-07-11 18:14 +0000 [r2717-2721] Jason Parker <jparker at digium.com>
+
+ * README: tzafrir pointed out that this was put in the wrong place.
+ Move it so that asciidoc can properly parse it.
+
+ * README: On some systems, sudo does not automatically add the PATH
+ for root, so things like /sbin may not be in there, which means
+ chkconfig may not be found. Add a note stating this. Issue 10181.
+
+2007-07-11 12:41 +0000 [r2710-2713] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, README, /: Get ourselves the nice README from 1.4 .
+
+ * zaptel.init, xpp/utils/Makefile: * Enable zaptel-perl by default.
+ * Clunky shell xpp init functions replaced with better perl
+ utilities.
+
+2007-07-05 18:08 +0000 [r2696] Jason Parker <jparker at digium.com>
+
+ * zaptel-base.c: Do not report channels in ZT_STATE_KEWL or
+ ZT_STATE_AFTERKEWL (ie; battery drop) states as available. This
+ becomes more likely if ZT_KEWLTIME or ZT_AFTERKEWLTIME are set to
+ higher values. Issue 7612, patch by rbraun.
+
+2007-07-04 19:00 +0000 [r2687-2689] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init: Bourne shell scripts should not use >& . dash
+ doesn't support it. And all of them simply supressed errors, so
+ they were replaced with 2> /dev/null .
+
+ * zaptel.init: Set the default value for XPP_SYNC.
+
+2007-07-03 18:57 +0000 [r2683] Jason Parker <jparker at digium.com>
+
+ * wctdm.c: Fix a potential issue with the reversepolarity module
+ option in wctdm. Issue 7191, patch by Thomas Andrews.
+
+2007-07-03 16:39 +0000 [r2680] Matthew Fredrickson <creslin at digium.com>
+
+ * wct4xxp/base.c: Fix for span shutdown issue
+
+2007-07-02 15:56 +0000 [r2675] Joshua Colp <jcolp at digium.com>
+
+ * ztd-eth.c: Add support for the 2.6.22 kernel. (issue #10095
+ reported by Matti)
+
+2007-07-02 14:32 +0000 [r2673] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init: When running the optional xpp_startup, run it only
+ when there are Astribank devices connected.
+
+2007-06-26 20:05 +0000 [r2670] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init: * Fix unloading of xpp modules. * Add optional
+ support for using the zaptel perl functions
+
[... 1635 lines stripped ...]
More information about the zaptel-commits
mailing list