[zaptel-commits] mattf: tag 1.2.26 r4330 - in /tags/1.2.26: .version ChangeLog

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed May 28 12:14:24 CDT 2008


Author: mattf
Date: Wed May 28 12:14:23 2008
New Revision: 4330

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4330
Log:
Importing files for 1.2.26 release

Added:
    tags/1.2.26/.version   (with props)
    tags/1.2.26/ChangeLog   (with props)

Added: tags/1.2.26/.version
URL: http://svn.digium.com/view/zaptel/tags/1.2.26/.version?view=auto&rev=4330
==============================================================================
--- tags/1.2.26/.version (added)
+++ tags/1.2.26/.version Wed May 28 12:14:23 2008
@@ -1,0 +1,1 @@
+1.2.26

Propchange: tags/1.2.26/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.2.26/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.2.26/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.2.26/ChangeLog
URL: http://svn.digium.com/view/zaptel/tags/1.2.26/ChangeLog?view=auto&rev=4330
==============================================================================
--- tags/1.2.26/ChangeLog (added)
+++ tags/1.2.26/ChangeLog Wed May 28 12:14:23 2008
@@ -1,0 +1,2891 @@
+2008-05-28 Matthew Fredrickson <creslin at digium.com>
+	* Zaptel 1.2.26 released
+
+2008-05-28 Matthew Fredrickson <creslin at digium.com>
+	* Merged revisions 4286, 4304, 4308, and 4314 from issues found in DVT.
+
+	Rev 4286:
+	* Wrong version number.
+
+	Rev 4304:
+	* Zaptel-1.2.x does not have zt_alarm_channel(). Move up the backward
+	  compatibility kludge so it actually affect code (failed compilation on
+	  zaptel-1.2 from Digium without (Closes issue #12654 ).
+	* Cleanup a compile warning in xpp/card_global.c .
+	* Fix regression in PRI init script (case of less than 4 modules).
+	* Update changelog and bump version.
+
+	Rev 4308:
+	* Document Zaptel::Span
+	* Minor changes to Zaptel::Xpp as well.
+
+	Rev 4314:
+	* blink_mode was a boolean and changed to a channels bitmask. Now actually
+	  changing the type from bool to unsigned long. (xpp r5756).
+
+2008-05-14 15:49 +0000 [r4264-4271]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/utils/xpp_blink, xpp/zap_debug.h, xpp/README.Astribank: XPP
+	  documentation fixes.
+
+	* README: The parameter print_dbg of xpp has chnaged to "debug".
+
+	* xpp/utils/print_modes.c, xpp/firmwares/FPGA_1151.hex,
+	  xpp/xpp_zap.h, xpp/xproto.c, xpp/init_card_1_30 (added),
+	  xpp/Changelog_xpp, xpp/firmwares/FPGA_FXS.hex, xpp/init_card_3_30
+	  (added), xpp/xproto.h, xpp/xpd.h,
+	  xpp/utils/zconf/Zaptel/Chans.pm, xpp/card_bri.c,
+	  xpp/utils/xpp_blink, xpp/xbus-core.c, xpp/init_card_4_29
+	  (removed), xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, xpp/init_card_6_29
+	  (removed), xpp/utils/xpp_fxloader, xpp/utils/fpga_load.c,
+	  xpp/xbus-core.h, xpp/xdefs.h, xpp/.version, xpp/card_pri.c,
+	  xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c, xpp/xbus-sysfs.c,
+	  xpp/xframe_queue.c, xpp/card_global.c, xpp/README.Astribank,
+	  xpp/card_fxs.c, xpp/card_fxo.h, xpp/utils/Makefile,
+	  xpp/init_card_2_30 (added), xpp/card_global.h, xpp/card_fxs.h,
+	  xpp/xbus-pcm.c, xpp/init_card_4_30 (added), xpp/zap_debug.c,
+	  xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/utils/fpga_load.8,
+	  xpp/zap_debug.h, xpp/utils/zconf/Zaptel/Xpp/Line.pm,
+	  xpp/init_card_3_29 (removed), xpp/init_card_7_29 (removed),
+	  xpp/init_card_9_29 (removed), xpp/utils/xpp_modprobe,
+	  xpp/utils/genzaptelconf, xpp/xpp_usb.c, xpp/xpp_zap.c: xpp r5723:
+	  Includes, among others: * New firmware protocol version: 3.0 . *
+	  New numbers for the device types: (e.g. in card_init* scripts) -
+	  FXS: 1 (was: 3) - FXO: 2 (was: 4) - BRI: 3 (was: 6 for TE, 7 for
+	  NT) - PRI: 4 (was: 9) * Init scripts of FXS and FXO modules are
+	  now written in Perl as well (be sure to have File::Basename, e.g:
+	  perl-modules in Debian). * calibrate_slics merged into
+	  init_card_1_30 . * Module parameter print_dbg replaced with debug
+	  . Same meaning. * init_fxo_modes removed: content moved into
+	  init_card_2_30, verified at build time. * Code tested with
+	  sparse. Most warnings were fixed. * Set ZT_SIG_DACS for the
+	  bchans in the PRI and BRI modules to not get ignored by ztscan. *
+	  Handle null config_desc we get from some crazy USB controllers. *
+	  genzaptelconf: Fix reporting of empty slots in list mode. *
+	  xpp_blink can now blink a single analog port. * "slics" has been
+	  renamed "chipregs". * Fixed a small typo in fpga_load(8). * Fixed
+	  bashism in xpp_fxloader.
+
+2008-05-04 08:04 +0000 [r4233-4234]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/card_pri.c: * Allow initialization of T1-s (r5665) . * Remove
+	  some false alarms on T1-s (r5669) .
+
+	* xpp/Kbuild: A test for a specific #define in zconfig.h was done
+	  by invoking cpp . Sadly the change of CFLAGS handling in kernel
+	  2.6.24 meant that it is no longer as easy to invoke cpp on our
+	  own. Impact: On kernel >= 2.6.24, xpd_bri never got built, even
+	  if the bri_dchan patch was applied. Fix: use a simpler grep
+	  instead. Hopefully noone passes it through other means. This
+	  should fix issue #12426 . (Backport of r4193 from branches/1.4)
+
+2008-04-24 18:17 +0000 [r4194]  sruffell <sruffell at localhost>:
+
+	* wctdm.c: Fixes a regression in versions 1.2.25 and 1.4.19
+	  identified by korihor where the wctdm driver was no longer
+	  properly recognizing polarity reversals. (closes issue #12419)
+
+2008-04-17 14:07 +0000 [r4174]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* ztdynamic.c: ztdynamic_chanfree.diff from bug #12406 .
+
+2008-04-10 15:44 +0000 [r4164]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/.version: Officially bumping xpp version (xpp/.version) to
+	  5566 .
+
+2008-04-09 05:17 +0000 [r4157-4158]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/utils/Makefile: The rest of the backport.
+
+	* xpp/utils/print_modes.c, xpp/utils/Makefile: Backport some
+	  fxo_modes changes from 1.4 to make xpp/utils build again.
+
+2008-04-04 18:09 +0000 [r4138]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Zaptel::Hardware - Add
+	  support for AEX410.
+
+2008-04-08 Matthew Fredrickson <creslin at digium.com>
+
+	* Zaptel 1.2.25 released
+
+2008-04-04 18:09 +0000 [r4138]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/utils/zconf/Zaptel/Hardware/PCI.pm: Zaptel::Hardware - Add
+	  support for AEX410.
+
+2008-04-04 17:46 +0000 [r4136]  Matthew Fredrickson <creslin at digium.com>
+
+	* wctdm24xxp/base.c: Add support for AEX410
+
+2008-04-04 04:29 +0000 [r4126-4132]  sruffell <sruffell at localhost>:
+
+	* wctdm.c: svn merge -c4096
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wctdm.c
+	  .
+
+	* wctdm24xxp/Kbuild, wctdm24xxp/wctdm24xxp.h, wcte12xp/vpmadt032.c,
+	  wctdm24xxp/base.c, voicebus.c (added), wcte12xp/wcte12xp.h,
+	  voicebus.h (added), wcte12xp/Kbuild, wcte12xp/base.c, fxo_modes.h
+	  (added): svn merge -c4096
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wctdm24xxp
+	  wctdm24xxp svn merge -c4096
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/wcte12xp
+	  wcte12xp svn cp
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/voicebus.c
+	  . svn cp
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/voicebus.h
+	  . svn cp
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel/fxo_modes.h
+	  .
+
+	* wctdm24xxp/wctdm24xxp.h, wctdm.c, wctdm24xxp/base.c,
+	  wctdm24xxp/GpakApi.c, wcte12xp/base.c, zaptel-base.c,
+	  wcte12xp/GpakApi.c: svn merge -c3012
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4 . svn merge
+	  -c3701 https://origsvn.digium.com/svn/zaptel/branches/1.4 . svn
+	  merge -c3703 https://origsvn.digium.com/svn/zaptel/branches/1.4 .
+	  svn merge -c4050
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4/kernel .
+
+	* xpp/card_fxo.c: Moving a macro to quiet a compiler warning.
+
+	* wctdm.c: svn merge -r 3010:3011
+	  https://origsvn.digium.com/svn/zaptel/branches/1.4
+
+2008-04-01 00:08 +0000 [r4109-4118]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* Makefile: Err.... re-fix make clean for kernel 2.4.
+
+	* Makefile: Fix 'make clean' when there's no kernel tree. Partial
+	  backport of r4082 from 1.4.
+
+	* xpp/README.Astribank: Document when "D-Chan RX Bad checksum" is
+	  not a problem.
+
+2008-03-26 08:36 +0000 [r4085]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* build_tools/genudevrules: Don't easily fail for missing udevinfo.
+	  Nobody has that older udev version (or otherwise we might have
+	  recieved a bug report about a bogus == rule). TODO: fix the
+	  UDEVRULES test in Makefile.
+
+2008-03-24 21:06 +0000 [r4072]  Matthew Fredrickson <creslin at digium.com>
+
+	* wcte12xp/vpmadt032.c: Add in new parameters added for 1.16
+	  version of the firmware for the TE120 which should have already
+	  been merged in.
+
+2008-03-21 01:20 +0000 [r4036-4038]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* hdlctest.c, hdlcstress.c: * Get hdlcstress and hdlctest to build.
+	  * Make sure everything's initialized in hdlctest.c .
+
+	* hdlcstress.c: Revert accidental changes to hdlcstress.c
+
+	* xpp/card_pri.c, xpp/utils/zconf/Zaptel/Hardware.pm,
+	  xpp/utils/zconf/Zaptel/Xpp/Line.pm, hdlcstress.c,
+	  xpp/README.Astribank, xpp/Changelog_xpp: * Earleier
+	  initialization of PRI module's register. * Fix zaptel-perl
+	  reporting of battery after procfs changes. * Documentation
+	  updates.
+
+2008-03-19 19:58 +0000 [r4025-4028]  Matthew Fredrickson <creslin at digium.com>
+
+	* wcte12xp/GpakApi.h, wcte12xp/GpakErrs.h, wcte12xp/VPMADT032.bin,
+	  wcte12xp/GpakHpi.h, wcte12xp/GpakApi.c, wcte12xp/gpakenum.h: Add
+	  support for new VPMADT032 fw for the TE120
+
+	* wctdm24xxp/base.c: Make sure this check is made in 1.2 as well
+
+2008-03-18 23:51 +0000 [r4012]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/card_fxs.c, xpp/xbus-pcm.c: * We need to silence the
+	  echo-canceller buffers as well. * But no need to cancel echo on
+	  channels without PCM. * Switch to FXS hardware DTMF detection
+	  again.
+
+2008-03-14 16:32 +0000 [r3988]  Matthew Fredrickson <creslin at digium.com>
+
+	* wctdm24xxp/VPMADT032.bin, wctdm24xxp/base.c,
+	  wctdm24xxp/GpakApi.c, wctdm24xxp/GpakApi.h,
+	  wctdm24xxp/gpakErrs.h: Update wctdm24xxp's VPMADT032 firmware to
+	  version 1.16
+
+2008-03-09 11:59 +0000 [r3968-3972]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* Makefile, zaptel.conf.sample: More asciidoc polishes and small
+	  sample file fixes.
+
+	* Makefile, README, zaptel.conf.sample: Integrating sample /
+	  reference configuration file into the reference documentation.
+
+2008-03-06 22:54 +0000 [r3951-3952]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/firmwares/FPGA_1151.hex, xpp/xproto.c, xpp/Changelog_xpp,
+	  xpp/firmwares/FPGA_FXS.hex, xpp/calibrate_slics, xpp/card_bri.c,
+	  xpp/xbus-core.c, xpp/utils/xpp_fxloader, xpp/xbus-core.h,
+	  xpp/xdefs.h, xpp/utils/xpp.rules, xpp/utils/zapconf,
+	  xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/.version,
+	  xpp/card_pri.c, xpp/firmwares/FPGA_1141.hex, xpp/card_fxo.c,
+	  xpp/xbus-sysfs.c, xpp/xframe_queue.c, xpp/card_fxs.c,
+	  xpp/README.Astribank, xpp/Kbuild, xpp/card_global.c,
+	  xpp/utils/Makefile, xpp/utils/xpp_timing (added), xpp/xbus-pcm.c,
+	  xpp/xbus-pcm.h, xpp/init_card_3_29,
+	  xpp/utils/zconf/Zaptel/Span.pm, xpp/utils/astribank_hook,
+	  xpp/xpp_usb.c, xpp/xpp_zap.c: xpp.r5512: * Build: - Zaptel >=
+	  1.4.9 is migrating to storing kernel stuff in zaptel/kernel/* -
+	  We conditionally use old/new directory scheme: In xpp/Kbuild and
+	  xpp/utils/Makefile use ZAP_KERNEL variable, so it's not confused
+	  with ZAPTEL_DIR (which appears in zaptel/Makefile as well). - Fix
+	  compile warnings on 64 bit systems. - Compile fixes for
+	  kernel-2.6.24 * UDEV: - /etc/udev/rules.d/xpp.rules now uses
+	  XPP_INIT_DIR to find astribank_hook. - astribank_hook: Modify to
+	  do nothing. Add some documentation. * Autoconfiguration --
+	  zapconf: - Don't fail zapconf et.al. if no config file was found.
+	  - Skip the 'IRQ Missing:' line in /proc/zaptel/nnn for
+	  wcte1xp(?). - Add some newer Digium cards to our hardware
+	  inventory. - Partially handle cases where the /proc/zaptel
+	  strings does not contain info about E1/T1/J1 or NT/TE. * Better
+	  SYNC: - Finer tuning of PLL (New firmware). - Change calculation
+	  algorithm of sync offset. It now copes better with the variance
+	  in USB frame reception timing. - Statistics: . The view of
+	  results was moved from /proc/xpp/XBUS-*/summary to a new
+	  /sys/bus/astribanks/devices/xbus-*/timing and enhanced. . A new
+	  xpp_timing script shows all astribanks. . A new write only
+	  /sys/bus/astribanks/devices/xbus-*/cls is used to clear
+	  statistics. Eventually, clearing of XBUS related statistics
+	  should be done here. One that was migrated is the clearing of
+	  'PCM [TR]X:' numbers currently appearing in
+	  /proc/xpp/XBUS-*/summary (they should be moved too later). -
+	  Shorten the strings representation sync_mode ("SYNC_MODE_AB" ->
+	  "AB") adapted their use in printk and /proc so the text is clear.
+	  - Added a command line parameter xpp.disable_pll_sync to stop all
+	  adjustments command to AB (calculations still continue as usual).
+	  * PRI: - 4 port support - set clocking master span via ztcfg,
+	  like other zaptel devices. * FXO: - Fix false hangups in some
+	  countries (voltage fluctuations). - Some countries send caller-id
+	  before first ring. Added code to handle caller-id PCM pass
+	  through according to a new command line parameter
+	  (xpd_fxo.caller_id_style). - No longer sends an event on zt_open.
+	  See #12160 . * Misc: - Adapt to zaptel-1.4.8 and above ztscan:
+	  added fields returend by new ZT_SPANSTAT_V2 ioctl() - Document
+	  sysfs and waitfor_xpds. - Miscelaneous optimizations and
+	  bugfixes. - Remove deprecated pcm_tasklet parameter. The
+	  rx_tasklet parameter has replaced it a long time ago. - Add
+	  RX_CMD counter to /proc/xpp/XBUS-*/summary - Unclutter some of
+	  the usb disconnect messages. - xpp_usb: minor preformance
+	  improvements in receive. Expose the number of pending receive
+	  URB's in /proc/xpp/XBUS-*/xpp_usb
+
+	* Makefile: Also don't clean wctdm24xxp/ from userspace Makefile.
+	  See issue #12118 .
+
+2008-03-03 20:44 +0000 [r3917]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* Makefile: No need for userspace 'make clean' here. Kbuild takes
+	  care of it. Closes issue #12118 .
+
+2008-02-18 22:49 +0000 [r3847]  Jeff Peeler <jpeeler at digium.com>
+
+	* sethdlc-new.c, tor2ee.c, tonezone.c, sethdlc.c, jpah.h: added
+	  some forgotten includes for zap_copy_string
+
+2008-02-16 14:13 +0000 [r3837]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* README: * Start documenting module parameters in the README. *
+	  Update the hardware supported by xpp.
+
+2008-02-15 23:33 +0000 [r3833]  Jeff Peeler <jpeeler at digium.com>
+
+	* ztcfg-dude.c, ppp/zaptel.c, zttranscode.c, tor2ee.c, tonezone.c,
+	  ztdynamic.c, zaptel.h, wct4xxp/wct4xxp-diag.c, ztmonitor.c,
+	  zaptel-base.c, ztcfg.c, sethdlc-new.c, ztd-eth.c, sethdlc.c,
+	  jpah.h, fxotune.c: Fixes bug 11471. Replaced all instances of
+	  strncpy with zap_copy_string (added to zaptel.h) to fix any off
+	  by one errors and ensure destination string is NULL terminated.
+
+2008-02-18 Russell Bryant <russell at digium.com>
+
+	* Zaptel 1.2.24 released
+
+2008-02-15 20:23 +0000 [r3831]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* README: update README to reflect currently supported Digium
+	  interface cards
+
+2008-02-06 22:42 +0000 [r3812]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* Makefile: Change include of Makefile.kernel26 to Kbuild, and
+	  place it in the right location. Fixes building for kernels 2.6.0
+	  - 2.6.9 . M 1.2/Makefile
+
+2008-02-05 23:48 +0000 [r3805]  sruffell <sruffell at localhost>:
+
+	* wcte12xp/base.c: Changes to the wcte12xp driver. - replace change
+	  to allow driver to recover from descriptor unavailable. - module
+	  echo cancellation parameters now valid under 2.6 kernels.
+
+2008-02-05 22:17 +0000 [r3804]  Jason Parker <jparker at digium.com>
+
+	* wctc4xxp/Makefile: Fix a build issue pointed out by Dovid on
+	  #asterisk
+
+2008-01-30 22:42 +0000 [r3766]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* xpp/utils/zconf/Zaptel/Config/Defaults.pm: Don't fail zapconf if
+	  no config file was found.
+
+2008-01-28 15:56 +0000 [r3753]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* wct4xxp/Makefile, wctc4xxp/Makefile, wctdm24xxp/Makefile,
+	  wcte12xp/Makefile: minor cleanups
+
+2008-01-27 15:34 +0000 [r3747]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* pciradio.c, wct4xxp/base.c, wcte11xp.c, wct1xxp.c, zttranscode.c,
+	  torisa.c, ztdynamic.c, tor2.c, wcfxo.c, ztdummy.c: LINUX26 is
+	  defined in zaptel.h, and should not be checked before including
+	  it.
+
+2008-01-26 00:19 +0000 [r3741-3744]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* wctdm24xxp/GpakCust.h: enable this module to build against
+	  kernels < 2.6.9 (issue #11523) Reported by: tzafrir
+
+	* pciradio.c, wct4xxp/base.c, wctc4xxp/base.c, wct4xxp/vpm450m.h,
+	  wcte12xp/Makefile.kernel26 (removed), torisa.c, ztdynamic.c,
+	  wct4xxp/Makefile.kernel26 (removed), wcte12xp/Kbuild (added),
+	  wcte12xp/Makefile, wct4xxp/Kbuild (added), ztd-loc.c, wcte11xp.c,
+	  wct4xxp/Makefile, wctc4xxp/Kbuild (added), wctdm24xxp/Kbuild
+	  (added), wctdm.c, wctdm24xxp/Makefile, wctc4xxp/Makefile,
+	  wcfxo.c, tor2.c, Kbuild (added), Makefile, zttranscode.c,
+	  zaptel-base.c, wctdm24xxp/Makefile.kernel26 (removed),
+	  wctc4xxp/Makefile.kernel26 (removed), ztdummy.c, wct1xxp.c,
+	  ztd-eth.c, Makefile.kernel26 (removed), wcusb.c: get this branch
+	  to build against 2.6.24 kernel build system (similar to r3706
+	  from tzafrir for branch-1.4)
+
+2008-01-23 23:02 +0000 [r3733]  sruffell <sruffell at localhost>:
+
+	* zaptel-base.c: Ensure that the zone lock is always acquired
+	  before the channel lock. (issue #7620)
+
+2008-01-23 21:34 +0000 [r3730]  Matthew Fredrickson <creslin at digium.com>
+
+	* wcte12xp/vpmadt032.c, wctdm24xxp/base.c, wcte12xp/base.c: Make
+	  some echo canceller related parameters adjustable via module
+	  parameter
+
+2008-01-20 13:08 +0000 [r3710]  Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+	* Makefile: Make sure README.Astribank's HTML copy has a complete
+	  table of contents.
+
+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
+

[... 2037 lines stripped ...]



More information about the zaptel-commits mailing list