[zaptel-commits] russell: tag 1.4.8 r3693 - in /tags/1.4.8: .version ChangeLog
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Mon Jan 14 16:16:33 CST 2008
Author: russell
Date: Mon Jan 14 16:16:33 2008
New Revision: 3693
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3693
Log:
Importing files for 1.4.8 release
Added:
tags/1.4.8/.version (with props)
tags/1.4.8/ChangeLog (with props)
Added: tags/1.4.8/.version
URL: http://svn.digium.com/view/zaptel/tags/1.4.8/.version?view=auto&rev=3693
==============================================================================
--- tags/1.4.8/.version (added)
+++ tags/1.4.8/.version Mon Jan 14 16:16:33 2008
@@ -1,0 +1,1 @@
+1.4.8
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:keywords = none
Propchange: tags/1.4.8/.version
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added: tags/1.4.8/ChangeLog
URL: http://svn.digium.com/view/zaptel/tags/1.4.8/ChangeLog?view=auto&rev=3693
==============================================================================
--- tags/1.4.8/ChangeLog (added)
+++ tags/1.4.8/ChangeLog Mon Jan 14 16:16:33 2008
@@ -1,0 +1,2831 @@
+2008-01-14 Russell Bryant <russell at digium.com>
+
+ * Zaptel 1.4.8 released
+
+2008-01-14 18:33 +0000 [r3686-3688] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm.c, wctdm24xxp/base.c: revert this
+ change from issue #9264 for now, as it needs more testing before
+ being put into a release branch
+
+ * ztcfg.c, tonezone.c: make ztcfg able to tolerate tone zones
+ already being loaded and selected as default (or in use by
+ channels) without aborting the configuration process
+
+2008-01-12 16:24 +0000 [r3676-3682] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wcfxo.c: Symbolic names to registers in wcfxo: wcfxo-regs by
+ meneault from issue #11057.
+
+ * wcfxo.c: Remove the hex that prevented wcfxo international
+ settings from working. Patch wcfxo-hexa by meneault from issue
+ #11057.
+
+ * wcfxo.c: Detect cards that do not support international settings:
+ Cards based on si3035 can not be set with international settings.
+ This can be tested using REVB (reg. 13, bits 2:5). This commit
+ tests for that value. It also adds some debugging macros, based
+ on xpp/zap_debug.h , those maybe those macros should be moved to
+ a more common place.
+
+ * zaptel-base.c: Don't free a tone zone that was not created. (So
+ why does tonezone.c do that?) Closes issue #10593 . Sorry for the
+ noise.
+
+ * doc: Ignore generated html-zed man pages.
+
+2008-01-11 23:37 +0000 [r3670-3674] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm.c, wctdm24xxp/base.c: Improve ring
+ detection when polarity reversals are present. (closes issue
+ #9264) Reported by: mjagdis Patches: zaptel-ring.diff uploaded by
+ mjagdis (modified by me to add support in wctdm24xxp as well)
+ Tested by: benbrown
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm24xxp/base.c: finish updating to
+ support echocan params ioctl, even though the parameters are
+ currently ignored
+
+ * wcte12xp/base.c: minor cleanups
+
+ * wctdm24xxp/base.c: restore ability of this driver to compile...
+ will finish echo can params code later
+
+2008-01-11 22:07 +0000 [r3669] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wcfxo.c: * Reduce indentation in wcfxo.c . * Also improve an
+ error message there.
+
+2008-01-11 21:35 +0000 [r3665-3667] Kevin P. Fleming <kpfleming at digium.com>
+
+ * zconfig.h, zaptel-base.c: Implement atomic reference counting for
+ tone zone structures, ensuring that they will never be freed
+ while they are in use by a channel or as the default zone. In
+ passing, improve default zone handling so that there will never
+ be a default zone value pointing to a zone that hasn't been
+ loaded yet. (closes issue #10593) Reported by: jmhunter Patches
+ were provided by Matti, but a different solution was chosen
+
+ * wctdm24xxp/base.c, zaptel-base.c: remove some macros that are no
+ longer needed
+
+2008-01-11 20:39 +0000 [r3664] Russell Bryant <russell at digium.com>
+
+ * /, zaptel-base.c: Merged revisions 3663 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3663
+ | russell | 2008-01-11 14:38:47 -0600 (Fri, 11 Jan 2008) | 8
+ lines 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 20:22 +0000 [r3662] Kevin P. Fleming <kpfleming at digium.com>
+
+ * kb1ec.h, adt_lec.c, mg2ec.h: apparently strcasecmp() is a fairly
+ recent addition to the kernel, so use the older method of forcing
+ the string to lowercase and using strcmp() instead for parameter
+ parsing
+
+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 23:59 +0000 [r3649-3654] Kevin P. Fleming <kpfleming at digium.com>
+
+ * mg2ec_const.h, kb1ec.h, kb1ec_const.h, mg2ec.h: finish converting
+ aggressive suppression mode to runtime control
+
+ * kb1ec.h, mg2ec.h: ensure that any non-zero value supplied will
+ turn on aggressive mode
+
+ * kb1ec.h: add runtime-controllable aggressive suppression to KB1
+ as well
+
+ * mg2ec.h: umm... should have compiled in both modes before
+ committing
+
+ * mg2ec.h: add runtime-control to MG2 aggressive suppression
+ (compile-time control is still available, but only sets the
+ default mode of operation)
+
+ * adt_lec.c (added), wcte12xp/vpmadt032.c, adt_lec.h (added),
+ wcte12xp/vpmadt032.h, wcte12xp/base.c: add some code to parse
+ parameters for ADT-based echo cancelers, and update the wcte12xp
+ driver to be able to push the parameters all the way down to the
+ DSP initialization function (actually pushing them out to the DSP
+ will come later)
+
+2008-01-10 20:24 +0000 [r3646-3647] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * live_zap: live_zap: Add an 'exec' command to execute commands in
+ the 'live' environmnt.
+
+ * xpp/xpp_zap.c, xpp/utils/zconf/Zaptel/Config/Defaults.pm,
+ xpp/xproto.c, xpp/Changelog_xpp, xpp/xproto.h, xpp/xpd.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/Kbuild, xpp/README.Astribank, xpp/card_global.c,
+ xpp/utils/zaptel_hardware, xpp/Makefile, 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/utils/astribank_hook,
+ xpp/init_card_9_29, xpp/xpp_usb.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). Merged revisions
+ 3643 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2008-01-09 22:53 +0000 [r3639-3641] Matthew Fredrickson <creslin at digium.com>
+
+ * fxotune.c, fxotune.h, /: Merged revisions 3640 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3640
+ | mattf | 2008-01-09 16:51:57 -0600 (Wed, 09 Jan 2008) | 1 line
+ 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, /: Merged revisions 3638
+ via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3638
+ | mattf | 2008-01-09 16:46:47 -0600 (Wed, 09 Jan 2008) | 1 line
+ Make sure G.165 EC disable tone detection is enabled ........
+
+2008-01-09 17:21 +0000 [r3632-3636] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wcte12xp/vpmadt032.c, wcte12xp/base.c: eliminate compiler
+ warnings about unused variables
+
+ * zttranscode.c, zaptel.h, zaptel-base.c: For systems using a
+ dynamic device filesystem (pretty much everything now), don't
+ register the character device for transcoder support unless the
+ 'zttranscode'module is loaded. This will result in zttranscode no
+ longer being automatically loaded when there are no transcoders
+ present but Asterisk's codec_zap is loaded to look for them. The
+ zttranscode module will get loaded if any transcoder driver
+ modules are loaded, so users with transcoders will not see any
+ change in behavior.
+
+ * zaptel-base.c: use the proper error code for 'no hardware echo
+ canceler available'
+
+2008-01-08 22:09 +0000 [r3626-3628] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Slightly saner man -> html.
+
+ * Makefile: Another little documentation aid.
+
+ * doc/patgen.8 (added), README, doc/ztdiag.8 (added), doc/pattest.8
+ (added): Documentation updates.
+
+2008-01-07 10:04 +0000 [r3620] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * patgen.c, patlooptest.c: Fix some usage messages.
+
+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-04 18:03 +0000 [r3615] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel-base.c: Remove a debug print that found its way into
+ patch. One of them misleading.
+
+2008-01-04 17:20 +0000 [r3609-3613] Kevin P. Fleming <kpfleming at digium.com>
+
+ * zaptel.h, zaptel-base.c: [commit message] (issue #10393) Reported
+ by: tzafrir Patches: chan_alarm_zaptel.diff uploaded by tzafrir
+ (license 46) (modified by me)
+
+ * xpp/utils: fix a small annoyance
+
+ * wctdm.c, wctdm24xxp/base.c, zaptel.h: various minor cleanups
+
+2008-01-03 23:37 +0000 [r3607] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * live_zap: * Use inline perl to get list of module instead of
+ script from xpp/utils, as xpp/utils is not copied to remote rsync
+ copy. * Make sure we set environment early enough to run perl
+ code.
+
+2008-01-03 22:23 +0000 [r3604-3605] Kevin P. Fleming <kpfleming at digium.com>
+
+ * mg2ec.h: restore a line of code that was accidentally removed
+
+ * zaptel-base.c: re-add proper support for boards with hardware
+ echo cancellers
+
+2008-01-03 17:13 +0000 [r3601] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Removing some left
+ over debugging code.
+
+2008-01-03 16:52 +0000 [r3596-3600] Kevin P. Fleming <kpfleming at digium.com>
+
+ * zaptel.h, zaptel-base.c: a little bit of code cleanup and use
+ explicit-size types for new ioctl structures
+
+ * zaptel.h, zaptel-base.c: expose the limit for echocan params so
+ programs will know what to expect
+
+2008-01-02 20:35 +0000 [r3592-3593] sruffell <sruffell at localhost>:
+
+ * wctdm24xxp/GpakCust.c: Corrected 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.
+
+2008-01-02 18:00 +0000 [r3589-3590] Kevin P. Fleming <kpfleming at digium.com>
+
+ * zaptel.h: allow longer parameter names
+
+ * mec.h (removed), kb1ec.h, mec2.h (removed), mec3.h (removed),
+ Makefile, sec-2.h, mec3-float.h (removed), sec.h, mec2_const.h
+ (removed), hpec/hpec_zaptel.h, mg2ec.h, zaptel.h, zconfig.h,
+ zaptel-base.c: bring back the echocan-params code that was
+ removed in r3545, this time with a small change made to ensure
+ backwards compatibility with existing applications at both the
+ binary and source code level
+
+2008-01-02 15:20 +0000 [r3586] sruffell <sruffell at localhost>:
+
+ * 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-31 13:32 +0000 [r3584] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/test_kernel_git: Allow passing an arbitrary parameter
+ to the build command.
+
+2007-12-30 09:20 +0000 [r3569-3582] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * build_tools/test_kernel_git: * git-reset --hard instead of
+ git-checkout (Paolo Ornati). * "update" command to pull an update
+ from upstream repo.
+
+ * build_tools/test_kernel_git: The script now will not require
+ unnecessary parameters: it saves them in
+ build_tools/git_test.conf
+
+ * /, ztd-eth.c: Adapt ztd-eth to newer interfaces from kernel
+ 2.6.24 . Merged from branches/1.2 rev. 3577 .
+
+ * ztdynamic.c: Add CAS to channel capabilities of ztdynamic (Patch
+ by brettcar). Closes issue #11445 .
+
+ * build_tools/test_kernel_git (added): A script to build zaptel vs.
+ a kernel version from a git tree. This should help test building
+ vs. kernels in Linus's tree (as of 2.6.11).
+
+ * live_zap: * modules now can take parameters from live.conf
+ (${module}_ARGS). * zapconf's settings are taken from live.conf .
+ * Added 'reload' for 'unload; load' .
+
+ * xpp/utils/zconf/Zaptel/Chans.pm: Do detect the type of a wcfxo
+ channel.
+
+2007-12-27 20:35 +0000 [r3565-3566] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * live_zap: * Some extra hooks to echo canceller modules. * Give
+ harware modules detection^guessing a chance.
+
+ * /, xpp/README.Astribank: Update documentation. Mainly regarding
+ the PRI module. Merged revisions 3564 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+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:48 +0000 [r3556] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/XppUtils.pm (removed), xpp/.version,
+ xpp/utils/xpp_sync, 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: * XppUtils.pm renamed
+ Zaptel::Utils.pm . * Some more documentation. Merged revisions
+ 3555 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-12-21 15:25 +0000 [r3552-3553] Kevin P. Fleming <kpfleming at digium.com>
+
+ * wcte11xp.c, wct1xxp.c: fix a bug in wct1xxp (pointed out on
+ asterisk-dev) and a minor cleanup in wcte11xp.c
+
+ * arith.h: coding guidelines cleanup
+
+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-20 17:09 +0000 [r3548] Doug Bailey <dbailey at digium.com>
+
+ * arith.h: Add blackfin enhancement. Closes issue #0011283
+
+2007-12-20 01:19 +0000 [r3545] Kevin P. Fleming <kpfleming at digium.com>
+
+ * mec.h (added), kb1ec.h, mec2.h (added), mec3.h (added), Makefile,
+ sec-2.h, mec3-float.h (added), sec.h, mec2_const.h (added),
+ hpec/hpec_zaptel.h, mg2ec.h, zaptel.h, zconfig.h, zaptel-base.c:
+ revert the echocanparams code for now... it's not ready to be
+ used
+
+2007-12-19 22:48 +0000 [r3541] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/.version, xpp/card_pri.c, /, xpp/utils/zconf/Zaptel/Span.pm,
+ xpp/Changelog_xpp, xpp/init_card_9_29, xpp/utils/genzaptelconf,
+ xpp/utils/zapconf: * A few more fixes to card_pri. * Do use
+ "crc4" for E1 by default when generating zaptel.conf . Merged
+ revisions 3540 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-12-19 20:05 +0000 [r3535] sruffell <sruffell at localhost>:
+
+ * wcte12xp/vpmadt032.c, wctdm24xxp/GpakCust.c: Improve wctdm24xxp
+ and wcte12xp drivers' tolerance to host system latencies.
+
+2007-12-19 19:39 +0000 [r3529] Jason Parker <jparker at digium.com>
+
+ * zaptel.init: You need a space after [, since [ is an application
+
+2007-12-19 19:34 +0000 [r3528] Russell Bryant <russell at digium.com>
+
+ * Makefile, makeopts.in: There is an architectural issue with the
+ way menuselect works in zaptel. If the menuselect.makeopts file
+ gets automatically created when running make, then the Makefile
+ does not get the contents of that file included. The bug exposed
+ itself where libnewt was not found, but we tried to build it
+ anyway. This hack prevents that from happening, but the larger
+ issue needs to be addressed. It can be fixed once the actual
+ building of the modules and userspace tools are done by sub
+ Makefiles ... (closes issue #11199) Reported by: dimas Patches:
+ newt_select_makefile.diff uploaded by tzafrir (license 46)
+
+2007-12-19 06:45 +0000 [r3516-3526] Kevin P. Fleming <kpfleming at digium.com>
+
+ * hpec/hpec_zaptel.h, zaptel-base.c: eliminate a compiler warning
+ and restore the ability to use HPEC (without parameters for now)
+
+ * mec.h (removed), kb1ec.h, mec2.h (removed), mec3.h (removed),
+ Makefile, sec-2.h, mec3-float.h (removed), sec.h, mec2_const.h
+ (removed), mg2ec.h, zaptel.h, zconfig.h, zaptel-base.c: add
+ ability to provide parameters to echo cancelers on a per-channel
+ basis, and remove the three versions of the 'Mark' echo canceler
+ (later replaced by KB1 and then by MG2)
+
+ * zaptel-base.c: even though it's not very logical, having a 'next
+ sample' number of zero for a sample is valid, so restore the
+ ability to set one
+
+2007-12-18 18:00 +0000 [r3515] 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. Merged revisions 3514 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-12-18 17:23 +0000 [r3513] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: remove some accidentally merged properties
+
+2007-12-18 16:36 +0000 [r3501-3511] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * /: Block r3509 from 1.4 .
+
+ * xpp/xpp_zap.c, 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/Changelog_xpp, xpp/utils/example_default_zaptel,
+ 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/xpp_fxloader,
+ xpp/utils/zconf/Zaptel/Xpp/Xpd.pm, 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/xframe_queue.c (added), xpp/xbus-sysfs.c,
+ xpp/Kbuild, xpp/README.Astribank, xpp/card_fxs.c,
+ xpp/card_global.c, xpp/card_fxo.h, xpp/xframe_queue.h (added),
+ xpp/utils/zaptel_hardware, xpp/xbus-pcm.c (added),
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm, xpp/card_global.h,
+ 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 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". Merged revisions 3506 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+ * wcfxo.c: Detect some extra X101P clones out there.
+
+2007-12-16 20:45 +0000 [r3494-3495] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Make sure the asciidoc menu is deep enough.
+
+ * /, 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 . Merged
+ revisions 3493 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-12-14 23:47 +0000 [r3490] Kevin P. Fleming <kpfleming at digium.com>
+
+ * digits.h, Makefile, gendigits.c (removed), /, tonezone.c,
+ wcusb.c, zaptel.h, zonedata.c, tonezone.h, zaptel-base.c:
+ (merging dtmf-twister branch plus a few fixes) move DTMF/MF
+ generation into tonezone.c (libtonezone) so that it can happen at
+ runtime instead of compile time; this allows for DTMF/MF to be
+ different on a zone-by-zone basis without requiring a recompile
+ of Zaptel set DTMF 'twist' for Brazil (zone 'br') to 2dB
+
+2007-12-13 22:59 +0000 [r3476] Kevin P. Fleming <kpfleming at digium.com>
+
+ * ppp/zaptel.c, /: Merged revisions 3475 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3475
+ | kpfleming | 2007-12-13 16:59:16 -0600 (Thu, 13 Dec 2007) | 2
+ lines remove some code that is not compatible with modern
+ versions of pppd ........
+
+2007-12-13 Kevin P. Fleming <kpfleming at digium.com>
+
+ * Zaptel 1.4.7.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.4.7 released.
+
+2007-11-22 00:29 +0000 [r3242-3245] Matthew Fredrickson <creslin at digium.com>
+
+ * wct4xxp/base.c: Make sure that's disabled until I retest that
+
+ * wctdm24xxp/wctdm24xxp.h, wctdm24xxp/base.c, /: Merged revisions
+ 3243 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3243
+ | mattf | 2007-11-21 17:51:48 -0600 (Wed, 21 Nov 2007) | 1 line
+ Add new product support ........
+
+ * wctc4xxp/base.c, /: Merged revisions 3241 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3241
+ | mattf | 2007-11-21 16:45:32 -0600 (Wed, 21 Nov 2007) | 1 line
+ Transcoder driver updates. Fixes G.723 no audio issues with
+ latest drivers ........
+
+2007-11-14 15:22 +0000 [r3233] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xpp_zap.c, xpp/.version, xpp/utils/print_modes.c,
+ xpp/init_card_3_29, /, xpp/init_card_4_29, xpp/Changelog_xpp: xpp
+ r5010: * Fix a deadlock spotted on some SMP installations. *
+ Improve (reduce) signal attenuation on FXO ports. * Increase FXS
+ ring detect debounce interval. Merged revisions 3229-3232 via
+ svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-11-11 01:22 +0000 [r3223-3226] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, tor2ee.c (removed): tor2ee doesn't build. Remove it.
+ Closes #10278.
+
+ * /, ztmonitor.c: ztmonitor: Get rid of a pointless static buffer
+ and strcpy. And also give a more useful conversion message.
+ Merged revisions 3222 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-11-08 21:48 +0000 [r3221] Tilghman Lesher <tlesher at digium.com>
+
+ * zttool.c: Add dependency on newt Reported by: dimas Patch by:
+ tilghman Closes issue #11199
+
+2007-11-07 20:18 +0000 [r3218-3220] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile: Don't try to generate bindir and mandir if there are no
+ binaries to install (this causes an invalid install command).
+
+ * build_tools: make_firmware_object is now generated. Ignore it.
+
+ * 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. Merged revisions 3217 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-11-06 21:14 +0000 [r3216] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c, /: Merged revisions 3215 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3215
+ | mattf | 2007-11-06 15:13:09 -0600 (Tue, 06 Nov 2007) | 1 line
+ Cross port fxo line voltage monitoring patch from wctdm to
+ wctdm24xxp ........
+
+2007-11-03 16:23 +0000 [r3211] Matthew Fredrickson <creslin at digium.com>
+
+ * firmware/Makefile, 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:09 +0000 [r3206] Mark Michelson <mmichelson at digium.com>
+
+ * sethdlc-new.c, /, sethdlc.c: Merged revisions 3205 via svnmerge
+ from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........
+ r3205 | mmichelson | 2007-10-31 16:08:15 -0500 (Wed, 31 Oct 2007)
+ | 5 lines Fixed potential buffer overflow. See AST-2007-024 for
+ more details ........
+
+2007-10-31 13:10 +0000 [r3202] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * /: Blocking merge of r3201 which is a backport from 1.4 .
+
+2007-10-28 18:26 +0000 [r3198] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * firmware/Makefile, build_tools/make_firmware_object (removed),
+ configure, build_tools/make_firmware_object.in (added),
+ configure.ac: Firmware object file building does not depend
+ anymore on another object to be linked into the same module. That
+ dependency existed solely for checking target binary properties
+ in make_firmware_object . Those properties are now checked in
+ autoconf.
+
+2007-10-27 16:33 +0000 [r3195] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile, configure, configure.ac, makeopts.in: Detect SELinux
+ support (for install target) in autoconf. Can be manually
+ overriden in configure or make.
+
+2007-10-26 15:36 +0000 [r3190] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztdummy.c, wct4xxp/base.c, wcte11xp.c, wcte12xp.c, wctdm.c,
+ wctdm24xxp/base.c, tor2.c, zaptel-base.c: If you depend on
+ anything that is not in /usr/include/zaptel , you must build with
+ the local zaptel.h . Otherwise you may mix two versions of Zaptel
+ .
+
+2007-10-26 15:12 +0000 [r3189] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c, /: Merged revisions 3188 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3188
+ | mattf | 2007-10-26 10:08:37 -0500 (Fri, 26 Oct 2007) | 1 line
+ Another clock polarity update. To fix garbage audio on some
+ systems with the wctdm24xxp driver and VPMADT032 ........
+
+2007-10-26 13:34 +0000 [r3185] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * wcfxsusb.h (removed), Makefile, wcfxsusb.c (removed): Remove
+ obsolete drivers (replaced by wcusb).
+
+2007-10-18 22:56 +0000 [r3170] Jason Parker <jparker at digium.com>
+
+ * wct4xxp/base.c, /: Merged revisions 3169 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3169
+ | qwell | 2007-10-18 17:56:14 -0500 (Thu, 18 Oct 2007) | 4 lines
+ Correct the name of the wct4xxp driver. Issue 11030 ........
+
+2007-10-18 Matthew Fredrickson <creslin at digium.com>
+
+ * Zaptel 1.4.6 released.
+
+2007-10-18 20:53 +0000 [r3161] Matthew Fredrickson <creslin at digium.com>
+
+ * wct4xxp/base.c: Make sure we only increment timingslips when
+ there actually are timing slips, instead of everytime we service
+ the framer
+
+2007-10-18 20:32 +0000 [r3154-3158] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/utils/zconf/Zaptel/Chans.pm, /: Fix zaptel_hardware's
+ behaviour for unknown span types. Merged revisions 3157 via
+ svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2
+
+ * xpp/.version, /, xpp/init_card_4_29, xpp/Makefile,
+ xpp/Changelog_xpp, xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/utils/zconf/Zaptel/Xpp.pm: * 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. * Make
+ opermode work again. Merged revisions 3152-3153 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-10-16 20:25 +0000 [r3143-3147] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README, /: Update README yet again.
+
+ * xpp/xpp_zap.c, xpp/.version, xpp/card_pri.c, xpp/card_fxo.c,
+ xpp/firmwares/USB_FW.hex (added), xpp/card_fxs.c,
+ xpp/README.Astribank, xpp/utils/zaptel_hardware, xpp/xproto.c,
+ xpp/Changelog_xpp (added), xpp/firmwares/USB_1130.hex (removed),
+ xpp/utils/zconf/Zaptel/Hardware/USB.pm,
+ xpp/firmwares/USB_1140.hex (removed),
+ xpp/utils/zconf/Zaptel/Xpp/Xbus.pm, xpp/xpd.h, xpp/xproto.h,
+ xpp/firmwares/USB_1150.hex (removed),
+ xpp/utils/zconf/Zaptel/Hardware.pm, xpp/ChangeLog (removed),
+ xpp/utils/zt_registration, xpp/xbus-core.c, /,
+ xpp/utils/xpp_fxloader, xpp/utils/zaptel_drivers (added),
+ xpp/utils/fpga_load.c, xpp/xdefs.h,
+ xpp/utils/zconf/Zaptel/Xpp.pm,
+ xpp/utils/zconf/Zaptel/Hardware/PCI.pm, xpp/xpp_usb.c: 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. Merged revisions 3142 via svnmerge
+ from http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-10-16 16:40 +0000 [r3139] Kevin P. Fleming <kpfleming at digium.com>
+
+ * /: use latest Octasic API release
+
+2007-10-12 22:25 +0000 [r3133] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c, /: Merged revisions 3132 via svnmerge from
+ https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r3132
+ | mattf | 2007-10-12 17:19:58 -0500 (Fri, 12 Oct 2007) | 1 line
+ Fix for false power alarms, as well as a clock polarity issue
+ ........
+
+2007-10-07 15:05 +0000 [r3121] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: Update the links section (including an on-line HTML copy
+ of the README).
+
+2007-10-04 18:06 +0000 [r3113] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README, contrib (removed), /, build_tools/install_prereq
+ (removed), install_prereq (added): * install_prereq is not a
+ build script. Move it to main directory (which is our scripts
+ directory). * Don't run/print install command when there's
+ nothing to install. * Fix install_prereq command in README .
+ Merged revisions 3109-3112 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-10-03 17:05 +0000 [r3106] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * xpp/xpp_zap.c, xpp/utils/hexfile.c, xpp/firmwares/FPGA_1151.hex,
+ xpp/utils/hexfile.h, xpp/xproto.c, xpp/firmwares/FPGA_FXS.hex,
+ xpp/xproto.h, xpp/xpd.h, xpp/ChangeLog, xpp/xbus-core.c,
+ xpp/init_card_4_28 (removed), 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/init_card_3_28 (removed), xpp/utils/zt_registration,
+ 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: 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). Merged revisions 3105 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-10-01 08:21 +0000 [r3100] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * /: No need to met those to changes back into 1.4 .
+
+2007-09-29 01:57 +0000 [r3097] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * README: * Document the usage of ./configure . * spacing.
+
+2007-09-26 20:11 +0000 [r3094] Tilghman Lesher <tlesher at digium.com>
+
+ * contrib/scripts/install_prereq (added), contrib (added),
+ contrib/scripts (added): Add a script to load package
+ prerequisites (closes issue #10523)
+
+2007-09-23 00:53 +0000 [r3087-3090] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * zaptel.init: Ignore errors from fxotune -s. The channel can be
+ used e.g. if Asterisk is already running.
+
+ * xpp/ChangeLog, /, xpp/card_fxs.c: Re-disable dtmf_detection of
+ the FXS module (From xpp rev 4712). Merged revisions 3084 via
+ svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2
+
+2007-09-22 20:18 +0000 [r3079-3082] Matthew Fredrickson <creslin at digium.com>
+
+ * wct4xxp/base.c: Make some improvements in how we do event
+ retrieval
+
+ * wct4xxp/base.c: Disable that for now (DTMF detection)
+
+2007-09-22 08:07 +0000 [r3070-3076] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * Makefile.kernel26: Makefile Automatically enabling Zaptel MMX
+ support. Disabled by default for now. * To enable, build with
+ ZAPTEL_MMX_AUTO=yes (or any other non-empty value) * There is a
+ white list of configuration values (without the prefix CONFIG_).
+ One of them needs to be set in order for CONFIG_ZAPTEL_MMX to be
+ enabled. * Only adds support for kernel 2.6 . If anybody finds a
+ simple way to do the same with 2.4 - patches are welcomes.
+
+ * ztdummy.c: Sort out print messages in ztdummy: * Proper priority
+ to every message. * Remove a useless global.
+
+ * zaptel.init: fxotune must be run after ztcfg.
+
+2007-09-20 18:42 +0000 [r3067] Jason Parker <jparker at digium.com>
+
+ * Makefile: Remove DESTDIR from CONFIG_FILE, since we don't want
+ DESTDIR passed in as part of the -DZAPTEL_CONFIG. Closes issue
+ #10764, pointed out by cabal95
+
+2007-09-20 16:52 +0000 [r3064] Matthew Fredrickson <creslin at digium.com>
+
+ * wctdm24xxp/base.c: Disable native bridging pending resolving of
+ some issues
+
+2007-09-19 11:13 +0000 [r3061] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztcfg.c: Clarify that ztcfg prints the channel map before
+ actually configuring channels.
+
+2007-09-18 10:21 +0000 [r3051-3056] 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. From xpp
+ r4677. Merged revisions 3055 via svnmerge from
+ http://svn.digium.com/svn/zaptel/branches/1.2
+
+ * zaptel-base.c: Give proper type for printk messages.
+
+ * zaptel-base.c: Fix the ioctl ZT_CHANDIAG and enable it by
+ default. (Backport changeset 2384 from trunk)
+
+2007-09-17 19:32 +0000 [r3048] Tilghman Lesher <tlesher at digium.com>
+
+ * zaptel.h, zaptel-base.c: Revert previous change on spaninfo and
+ institute an ABI compatible call, to avoid breaking zaptel ABI
+ compatibility between releases (closes issue #10745)
+
+2007-09-16 14:55 +0000 [r3044-3045] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * fxotune.c, zaptel.init: * Run fxotune automatically on startup. *
+ Make fxotune -s less verbose by default so it won't make noise
+ for the init.d script.
+
+ * ztdummy.c, README: * Document ztdummy changes. * It's a (ztdummy)
+ clock source, not ztdummy type.
+
+2007-09-15 20:40 +0000 [r3041] Matthew Fredrickson <creslin at digium.com>
+
+ * ztcfg.c: Remove silly CAS signalling conflicts... patch
+
+2007-09-15 20:21 +0000 [r3020-3038] Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+
+ * ztdummy.c: Include support for high-resolution timers for linux
+ >= 2.6.22 (#10314). Changes from the patch: * Only support
+ kernels >= 2.6.22, as hrtimer_forward is only exported as of that
+ version. * Adapted to my recent changes in ztdummy.c . * Use
+ ZAPTEL_TIME_NS instead of ZAPTEL_RATE * Simplified ticks debug
+ statement. Will only be used if debug=2 or debug=3 .
+
+ * ztdummy.c: Include the type of the ztdummy module in the desc
+ (span description) filed. To check what type of module you built,
+ use: strings ztdummy.ko | grep type tr '%' '\n' <ztdummy.ko |
+ grep -a type: Or look at the span title line in /proc/zaptel .
+
+ * ztdummy.c: ZAPTEL_RATE is not a time period.
+
+ * firmware/Makefile, Makefile: s/INSTALL_PREFIX/DESTDIR/ in
+ firmware/Makefile . The install target now won't fail in DESTDIR
+ install, but will probably do nothing.
+
+ * xpp/xpp_zap.c, xpp/firmwares/FPGA_1151.hex, xpp/xpp_zap.h,
+ xpp/xproto.c, xpp/firmwares/FPGA_FXS.hex, xpp/xproto.h,
+ xpp/xpd.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_global.h, xpp/card_fxs.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
[... 1977 lines stripped ...]
More information about the zaptel-commits
mailing list