2006-12-12 Kevin P. Fleming * Zaptel 1.2.12 released 2006-12-11 19:05 +0000 [r1697-1700] Kevin P. Fleming * xpp/xdefs.h: kernel 2.6.19 now has a type called 'bool', although it's not completely implemented so there will still be some warnings when building xpp against 2.6.19 kernel headers * pciradio.c, wct4xxp/base.c, wcte11xp.c, wct1xxp.c, wctdm.c, torisa.c, wcusb.c, wctdm24xxp.c, zaptel.h, tor2.c, wcfxo.c: kernel 2.6.19 API changes compatibility 2006-12-06 23:22 +0000 [r1686] Joshua Colp * Makefile: Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 reported by Romik) 2006-11-30 23:47 +0000 [r1666-1672] Tzafrir Cohen * xpp/card_fxo.c, xpp: r2806@boole: oron | 2006-11-27 16:54:06 +0200 Fixed panic in ticket:147 merged code from changeset:2802 changeset:2804 * xpp/card_fxo.c, xpp/Makefile, xpp: r2794@boole: oron | 2006-11-26 14:24:15 +0200 Remove all SOFT_RING code (unused for a long time). * xpp, xpp/xpd.h, xpp/xpp_zap.c: r2832@boole: tzafrir | 2006-11-29 11:06:06 +0200 Add parameter xpp_ec to the module xpp (xpp_zap.c). Defaults to 1. If 0, module will use Zaptel echo canceller even with XPP_EC_CHUNK. Parameter is read-only for now: cannot be set through /sys/modules. (Merge of changeset:2830) * xpp/utils/genzaptelconf, xpp: r2831@boole: tzafrir | 2006-11-29 11:05:08 +0200 genzaptelconf: A list of countries for which to use busydetect. (backport of changeset:2829) * xpp/card_fxo.c, xpp/xbus-core.c, xpp/card_global.c, xpp/card_fxs.c, xpp/README.Astribank, xpp/utils/Makefile, xpp/Makefile, xpp/utils/genzaptelconf, xpp, xpp/init_card_3_23, xpp/init_card_4_23, xpp/calibrate_slics: r2817@boole: oron | 2006-11-28 13:39:47 +0200 Maintenance branch for asterisk-1.2.x 2006-11-30 00:23 +0000 [r1663] Jason Parker * build_tools/genmodconf: Fix issue that was discovered by using dash as /bin/sh instead of bash. 2006-11-29 22:24 +0000 [r1660] Kevin P. Fleming * zconfig.h: clarify the BOOST_RINGER compile-time option 2006-11-29 17:22 +0000 [r1654-1657] Matt Frederickson * ztcfg.c: Fix for #7860. Make sure we don't allow channel 16 to be set as clean in E1/CAS mode. * zttool.c: Fix for broken cards that register channels that don't exist when you try to use them (#8300) Thanks Leo Yuriev! 2006-11-28 14:37 +0000 [r1645-1653] Tzafrir Cohen * xpp/utils/Makefile: Give sane defualts to values that we get in 1.4 from autoconf. * xpp/utils/Makefile, xpp: r1623@boole: tzafrir | 2006-11-21 17:19:16 +0200 Typo: SBINDIR -> BINDIR . * xpp, xpp/init_card_3_23, xpp/init_card_4_23: r1590@boole: tzafrir | 2006-11-11 16:34:45 +0200 init_card[34]_23: merge from 2654,2655. * Redirect stderr to /dev/null. Without any redirection, it may fail with exitval=4 . Probably, fd 2 is closed and the shell (or sed which is used in the scripts) tries to write to it (or do some other I/O related syscall) which fails. * make XPP_BASE handling identical in the two scripts. * xpp/utils/print_modes.c, xpp: r1571@boole: tzafrir | 2006-11-08 18:01:13 +0200 Fixed a typo in the "wctdm reimplementation". * xpp, xpp/init_card_3_23, xpp/init_card_4_23: r1558@boole: tzafrir | 2006-11-06 21:07:29 +0200 Fixes for card init scripts from rev 2633: * Don't log card init scripts to /tmp/results . * Document how to trace, though. * init_card_4_23: don't re-open the slics file. * xpp/utils/print_modes.c, xpp/utils/xpp_fxloader.usermap, xpp/firmwares/FPGA_1151.hex (added), xpp/xpp_zap.h, xpp/slic.c (removed), xpp/xproto.c, xpp/firmwares/FPGA_FXS.hex (added), xpp/firmwares/USB_1130.hex (added), xpp/utils/USB_1130.hex (removed), xpp/utils/FPGA_FXS.hex (removed), xpp/slic.h (removed), xpp/xpd.h, xpp/xproto.h, xpp/firmwares/USB_1150.hex (added), xpp/init_data_3_20.cmd (removed), xpp/calibrate_slics, xpp/init_card_4_23 (added), xpp/xbus-core.c, xpp/init_data_4_19.cmd (removed), xpp/utils/adj_clock.c (added), xpp/utils/xpp_fxloader, xpp/xbus-core.h, xpp/xdefs.h, xpp, xpp/utils, xpp/card_fxo.c, xpp/README.Astribank, xpp/card_fxs.c, xpp/card_global.c, xpp/card_fxo.h, xpp/Makefile, xpp/utils/Makefile, xpp/utils/adj_clock.8 (added), xpp/card_global.h, xpp/card_fxs.h, xpp/init_card_3_23 (added), xpp/init_data_4_20.cmd (removed), xpp/initialize_registers (removed), xpp/init_data_3_19.cmd (removed), xpp/firmwares/README (added), xpp/firmwares/LICENSE.firmware (added), xpp/utils/USB_8613.hex (removed), xpp/LICENSE.firmware (removed), xpp/firmwares (added), xpp/xpp_usb.c, xpp/xpp_zap.c: r1557@boole: tzafrir | 2006-11-06 20:12:16 +0200 Merging xpp driver release 1.2 (rev. 2569), originally team/tzafrir/xpp_1.2 * Should build well. Almost final. * genzaptelconf: Also work when zap_autoreg=0 * README.Astribank updated for rev. 1.2. * xpp/utils/Makefile: Use $< with cc -c * Get xpp/utils configuration from autoconf (without changesin top dir) * xpp/utils/Makefile, xpp: r1547@boole: russell | 2006-11-01 21:04:02 +0200 instead of setting HOSTCC and CC directly in the Makefile, use the information provided by the configure script (issue #8055, tzafrir) * xpp/utils/USB_8613.hex, xpp: r1471@boole: kpfleming | 2006-09-21 00:01:58 +0300 it's time :-) * xpp/README.Astribank: Revert some README changes to allow automerge. 2006-11-26 08:10 +0000 [r1641] Russell Bryant * wcte11xp.c: Remove a misplaced semicolon which caused some debug output to be printed regardless of the debug setting. (issue #8414, gknispel_proformatique) 2006-11-22 23:32 +0000 [r1638] Matt Frederickson * zaptel.c: Update for #8403 2006-11-17 17:43 +0000 [r1613] Jason Parker * Makefile: Fix an issue (8071) where wct4xxp wasn't being put into /etc/modprobe.d/zaptel (or similar). There should be no reason that adding wct4xxp to the MODULES variable at this point in the Makefile, would cause any harm. Somebody please correct me if I'm wrong... 2006-11-17 00:51 +0000 [r1604-1608] Matt Frederickson * zaptel.c: Fix for #7991. * zaptel.c: Fix for 7769 * Makefile: Make sure we check for correct name of b410p files 2006-11-09 Kevin P. Fleming * Zaptel 1.2.11 released 2006-11-08 23:04 +0000 [r1573] Kevin P. Fleming * wct4xxp/base.c, wcte11xp.c, wct4xxp/vpm450m.h, wct4xxp, wct4xxp/vpm450m.c: clean up recent VPMOCT changes add support for Infineon FALC rev 2.2 2006-11-06 20:09 +0000 [r1559] Tzafrir Cohen * xpp/utils/genzaptelconf.8, xpp/utils/genzaptelconf: * genzaptelconf: Set modes of generated files to original ones or sane defaults. * genzaptelconf: Don't check for zap_autoreg in wait_for_xpp . * genzaptelconf: Add support for fxs_immediate: option to set FXS port as immediate. * genzaptelconf: Fix few left over writes to stdout for config files. * genzaptelconf: Documentation fixes. * genzaptelconf.8: bring up-to-date. 2006-11-05 06:44 +0000 [r1556] Matt Frederickson * wct4xxp/Kbuild, wct4xxp/base.c, wct4xxp/Makefile, wct4xxp/vpm450m.h, wct4xxp/OCT6114-64D.ima (added), wct4xxp/vpm450m.c: Add support for VPMOCT64 module 2006-10-31 06:25 +0000 [r1542] Russell Bryant * Makefile: fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer, but the committed fix is slightly modified) 2006-10-26 00:00 +0000 [r1534-1535] Kevin P. Fleming * wctdm24xxp.c: do ProSLIC 3215 check properly in this driver too * wctdm.c: do ProSLIC 3215 check properly 2006-10-24 01:08 +0000 [r1527] Russell Bryant * doc/ztmonitor.8, doc/zttool.8, doc/ztcfg.8: convert some characters of ISO8859-1 encoding to be UTF-8 (issue #8200, jcollie) 2006-10-20 01:23 +0000 [r1519] Joshua Colp * torisa.c, zaptel.h, zconfig.h: Later distros have now taken to removing this file as it has been deprecated for awhile now... so on kernels 2.6.18 or higher we can safely not include it. (props to jsmith) 2006-10-18 02:14 +0000 [r1517] Russell Bryant * Makefile: remove ROOT_PREFIX, and move INSTALL_PREFIX to before the first time it is used (issue #7913, darren1713) 2006-10-17 Kevin P. Fleming * Zaptel 1.2.10 released 2006-10-11 17:22 +0000 [r1499] Joshua Colp * Makefile: Copy to both directories, not just the first one. 2006-10-03 04:50 +0000 [r1493-1496] Tzafrir Cohen * xpp/README.Astribank: Updated README.Astribank to reflect current hardware. * xpp/utils/genzaptelconf: * run config function (genconf) in a single pass. Bumped version to 0.5.6 . * E1 spans should not be configured as "national". TODO: find a better default * Add support for Sangoma A102 (Hopefully also all A10x) PRI cards: -d won't work, but will configure existing spans. * Better comments in genconf() * Removing update_extensions_defs: cleaning temporary files is only done once. * xpp/utils/genzaptelconf: * fixed a small syntax error * Hopefully correct PRI setting for country=cl * xpp/utils/genzaptelconf: Allow overriding the location of the asterisk init.d script using the variable ASTERISK_INIT_SCRIPT (from the config file or from the environment). 2006-09-16 07:45 +0000 [r1468] Tilghman Lesher * zaptel.c: Round two of the fix for "hard-safe -> hard-unsafe lock order detected" (Issue 7620) Only difference is that the fix is only defined for kernel versions 2.6.11 and above; older kernels keep the current (possible deadlocking) code. 2006-09-11 Kevin P. Fleming * Zaptel 1.2.9.1 released 2006-09-09 19:29 +0000 [r1458] Joshua Colp * wct4xxp/fw2h.c: Update firmware header generation tool to support paths being supplied with the filename (reported internally by Spiceland) 2006-09-09 15:24 +0000 [r1457] Tzafrir Cohen * xpp/utils/print_modes.c (added), xpp/card_fxo.c, xpp/xpp_zap.h, xpp/card_fxs.c, xpp/card_fxo.h, xpp/xproto.c, xpp/Makefile, xpp/utils/Makefile, xpp/card_fxs.h, xpp/utils/FPGA_FXS.hex, xpp/xproto.h, xpp/xpd.h, xpp/init_data_3_20.cmd, xpp/init_data_4_20.cmd, xpp/calibrate_slics (added), xpp/initialize_registers, xpp/xbus-core.c, xpp/init_data_3_19.cmd, xpp/init_data_4_19.cmd, xpp/utils/xpp_fxloader, xpp/utils/fpga_load.c, xpp/utils/USB_8613.hex, xpp/xbus-core.h, xpp/utils/genzaptelconf, xpp/xdefs.h, xpp/utils, xpp, xpp/xpp_usb.c, xpp/xpp_zap.c: Latest xpp driver. Backported from trunk (r1455, Xorcom r2157) 2006-09-08 Kevin P. Fleming * Zaptel 1.2.9 released 2006-09-08 23:49 +0000 [r1444] Joshua Colp * wct4xxp/base.c, Makefile: Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland) 2006-09-08 16:11 +0000 [r1436-1438] Kevin P. Fleming * wct4xxp/base.c, wct4xxp/vpm450m.c: fix problem with VPM450M/VPMOCT when T1 and E1 are both used on the card make hardware DTMF detection default based on whether the module is a VPM400M or a VPM450M/VPMOCT 2006-09-08 03:17 +0000 [r1431] Joshua Colp * pciradio.c: Include moduleparam.h like every other module for certain 2.6 kernels (issue #7884 reported by iceberg13de) 2006-09-05 16:37 +0000 [r1400] Matt Frederickson * Makefile: Forgot to add part of clean target to 1.2 2006-08-27 22:58 +0000 [r1368] Joshua Colp * Makefile: Copy the firmware from the new location 2006-08-27 02:27 +0000 [r1359-1363] Kevin P. Fleming * wct4xxp/base.c, Makefile, wct4xxp/vpm450m.h, wct4xxp (added), OCT6114-128D.ima (removed), octapi_llman_private.h (removed), include (removed), wct4xxp/wct4xxp-diag.c, fw2h.c (removed), wct4xxp/wct4xxp.h, vpm450m.c (removed), wct4xxp/Kbuild, wct4xxp_base.c (removed), wcte11xp.c, vpm450m.h (removed), wct4xxp/Makefile, octvpm.h (removed), /, wct4xxp/OCT6114-128D.ima, octapi_bt0_private.h (removed), wct4xxp-diag.c (removed), wct4xxp.h (removed), wct4xxp/fw2h.c, wct4xxp/vpm450m.c: merge in new, cleaner Octasic API integration 2006-08-22 Kevin P. Fleming * Zaptel 1.2.8 released 2006-08-19 02:27 +0000 [r1327] Kevin P. Fleming * wct4xxp_base.c: don't report the VPM servicing more spans than the card actually has 2006-08-18 20:20 +0000 [r1326] Matt Frederickson * Makefile: Add b410p support into 1.2 Makefile. 2006-08-16 01:36 +0000 [r1317] Tilghman Lesher * zaptel.init: Bug 7624 - Debian lacks /var/lock/subsys 2006-08-15 22:06 +0000 [r1311-1315] Russell Bryant * fxotune.c: Ensure that fopen() is only called once for the debug output file to prevent excessive file descriptor leakage when this function is called many times in a loop. (issue #7203) * Makefile: fix erroneous check to see if PWD was set before setting it in the Zaptel Makefile. It should always be set. If not, it breaks the build when using recursive calls to make. (issue #7733, tzafrir) * zaptel.c: fix passing a 'w' to wait when using pulse dialing (issue #7738, hanabana) 2006-08-14 20:40 +0000 [r1306] Kevin P. Fleming * zaptel.c: revert this change until a version that compiles on 2.4 kernels and older 2.6 kernels is made available and tested 2006-08-14 04:07 +0000 [r1298-1304] Russell Bryant * zaptel.c: fix potential deadlock found by kernel's lock checker (issue #7620, reported by smurfix, fixed by Corydon) * wct4xxp_base.c: add a note that ENABLE_TASKLETS is not implemented in wct4xxp (issue #7688) * Makefile: the change from $(PWD) to $(SUBDIRS) breaks the build on some systems. So, just use them both ... (issue #7720) 2006-08-08 22:22 +0000 [r1262] Kevin P. Fleming * include/apilib/octapi_llman.h, include/oct6100api/oct6100_events_inst.h, include/oct6100api/oct6100_chip_open_inst.h, include/oct6100api/oct6100_tlv_inst.h, include/oct6100api/oct6100_phasing_tsst_inst.h, include/octtypewin.h, include/oct6100api/oct6100_channel_inst.h, include/oct6100api/oct6100_chip_stats_pub.h, include/octosdependant.h, include/oct6100api/oct6100_tone_detection_pub.h, include/octrpc/oct6100_rpc_protocol.h, include/oct6100api/oct6100_events_pub.h, include/oct6100api/oct6100_adpcm_chan_inst.h, include/oct6100api/oct6100_chip_open_pub.h, include/oct6100api/oct6100_phasing_tsst_pub.h, include/oct6100api/oct6100_errors.h, include/oct6100api/oct6100_channel_pub.h, include/apilib/octapi_bt0.h, include/oct6100api/oct6100_debug_inst.h, include/oct6100api/oct6100_interrupts_pub.h, include/oct6100api/oct6100_playout_buf_inst.h, include/oct6100api/oct6100_debug_pub.h, include/octrpc/rpc_protocol.h, include/oct6100api/oct6100_chip_stats_inst.h, include/oct6100api/oct6100_apimi.h, include/oct6100api/oct6100_tone_detection_inst.h, include/oct6100api/oct6100_apiud.h, include/octdef.h, include/oct6100api/oct6100_tsi_cnct_inst.h, include/octtypevx.h, include/octmac.h, include/oct6100api/oct6100_api_inst.h, include/oct6100api/oct6100_remote_debug_pub.h, include/oct6100api/oct6100_conf_bridge_pub.h, include/oct6100api/oct6100_api.h, include/oct6100api/oct6100_tsi_cnct_pub.h, include/oct6100api/oct6100_interrupts_inst.h, include/oct6100api/oct6100_defines.h, vpm450m.c, include/oct6100api/oct6100_mixer_inst.h, include/oct6100api/oct6100_adpcm_chan_pub.h, include/octtype.h, include/oct6100api/oct6100_mixer_pub.h, include/oct6100api/oct6100_tsst_inst.h, include/apilib/octapi_largmath.h, include/oct6100api/oct6100_remote_debug_inst.h, include/oct6100api/oct6100_conf_bridge_inst.h, include/oct6100api/oct6100_playout_buf_pub.h: update Octasic API headers (but not code yet) to PR43, and use version with GPL licenses instead of proprietary licenses 2006-08-05 05:53 +0000 [r1259] Russell Bryant * Makefile: Fix the zaptel build on SuSE 10.1 (issue #7536, hk) 2006-07-27 15:06 +0000 [r1248] Joshua Colp * Makefile: Use INSTALL_PREFIX when installing firmware (issue #7600 reported by jcollie) 2006-07-19 13:50 +0000 [r1243] Joshua Colp * wct4xxp_base.c, Makefile: Only use hotplug firmware loading if the kernel has support for it 2006-07-16 00:16 +0000 [r1236] Joshua Colp * Makefile: Minor Makefile adjustment for installing the firmware 2006-07-16 00:12 +0000 [r1235] Kevin P. Fleming * wct4xxp_base.c: eliminate compiler warning 2006-07-15 20:26 +0000 [r1233] Joshua Colp * wct4xxp_base.c, Makefile, vpm450m.h, vpm450m.c: Add support for loading the VPM450M firmware using hotplug from userspace. 2006-07-14 20:19 +0000 [r1230] Tzafrir Cohen * xpp/card_fxo.c, xpp/xbus-core.c, xpp/card_fxs.c, xpp/xpp_usb.c, xpp/xpp_zap.c: NULLify pointers to /proc files after removing them (so anyone who tries to access them afterwards causes Oops instead of unknown behaviour). 2006-07-14 Kevin P. Fleming * Zaptel 1.2.7 released 2006-07-14 20:19 +0000 [r1226-1230] Tzafrir Cohen * xpp/card_fxo.c, xpp/xbus-core.c, xpp/card_fxs.c, xpp/xpp_usb.c, xpp/xpp_zap.c: NULLify pointers to /proc files after removing them (so anyone who tries to access them afterwards causes Oops instead of unknown behaviour). * xpp/utils/genzaptelconf: genzaptelconf: Fix version strings * xpp/utils/genzaptelconf: genzaptelconf: fixed confusion between framing and coding for E1/{il/nl} * xpp/utils/genzaptelconf: genzaptelconf: use /proc/xpp/XBUS-*/wait_for_xpds rather than a timeout loop * xpp/card_fxs.c, xpp/init_data_3_20.cmd: FXS current fixes (init parameters and on runtime) 2006-07-08 00:43 +0000 [r1212] Tzafrir Cohen * xpp/utils/hexfile.c (added), xpp/xpp_fxloader.usermap (removed), xpp/utils/xpp_fxloader.usermap (added), xpp/xpp_zap.h, xpp/utils/hexfile.h (added), xpp/xpp_proto.c (removed), xpp/FPGA_XPD.hex (removed), xpp/slic.c, xpp/xproto.c, xpp/xpp_proto.h (removed), xpp/slic.h, xpp/utils/FPGA_FXS.hex (added), xpp/utils/USB_1130.hex (added), xpp/xproto.h, xpp/xpd.h, xpp/init_data_3_20.cmd (added), xpp/sync.sh (removed), xpp/xbus-core.c (added), xpp/utils/test_parse.c (added), xpp/init_data_4_19.cmd (added), xpp/utils/xpp_fxloader (added), xpp/xpp_fxloader (removed), xpp/xbus-core.h (added), xpp/utils/fpga_load.c (added), xpp/xdefs.h, xpp/utils (added), xpp/utils/genzaptelconf.8 (added), xpp/gen_slic_init (removed), xpp/card_fxo.c (added), xpp/card_global.c, xpp/card_fxs.c, xpp/README.Astribank, xpp/card_fxo.h (added), xpp/Makefile, xpp/cards.c (removed), xpp/utils/Makefile (added), xpp/card_fxs.h, xpp/card_global.h, xpp/zap_debug.c, xpp/cards.h (removed), xpp/init_data_4_20.cmd (added), xpp/utils/fpga_load.8 (added), xpp/slic_init.inc (removed), xpp/zap_debug.h, xpp/initialize_registers (added), xpp/init_data_3_19.cmd (added), xpp/LICENSE.firmware (added), xpp/utils/USB_8613.hex (added), xpp/xpp_modprobe (removed), xpp/utils/xpp_modprobe (added), xpp/utils/genzaptelconf (added), xpp/xpp_usb.c, xpp/xpp_zap.c: xpp Release 1.1.0 : * FPGA firmware now loaded from PC (for newer models) * Driver for the FXO module (xpd_fxo.ko) * Moved most userspace files to the subdirectory utils (see also next commit) * Explicit license for firmware files * Optionally avoid auto-registration * Registers initializations code is done by a userspace script. * Remove obsolete .inc initialization files (we use user-space init) * Added an install target to the utils dir. * Updated README.Astribank accordingly. * Using RBS signalling, as caller ID did not work well otherwise. * Better handling of USB protocol errors. * Fixed some procfs-related races. * per-card-module ioctls. * fxotune support. * opermode support (set through /etc/default/zaptel for now) * Userspace initialization script can also read registers. * Power calibration works (and implemented in perl) * some fine-tuning to the regster initialization parameters. * Leds turn on before registration and turn off after it. 2006-07-07 18:03 +0000 [r1206] Russell Bryant * include/oct6100api/oct6100_chip_open_inst.h (added), include/oct6100api/oct6100_chip_stats_priv.h (added), include/oct6100api/oct6100_events_inst.h (added), include/oct6100api/oct6100_tone_detection_priv.h (added), include/oct6100api/oct6100_phasing_tsst_inst.h (added), include/octtypewin.h (added), include/oct6100api/oct6100_channel_inst.h (added), include/octosdependant.h (added), include/oct6100api/oct6100_tone_detection_pub.h (added), include/oct6100api/oct6100_events_pub.h (added), include/oct6100api/oct6100_adpcm_chan_inst.h (added), include/oct6100api/oct6100_chip_open_pub.h (added), fw2h.c (added), include/oct6100api/oct6100_errors.h (added), include/oct6100api/oct6100_channel_pub.h (added), include/oct6100api/oct6100_interrupts_priv.h (added), include/oct6100api/oct6100_debug_inst.h (added), include/oct6100api/oct6100_mixer_priv.h (added), include/oct6100api/oct6100_interrupts_pub.h (added), include/oct6100api/oct6100_playout_buf_inst.h (added), wct4xxp.c (removed), include/octrpc/rpc_protocol.h (added), include/oct6100api/oct6100_tsst_priv.h (added), include/oct6100api/oct6100_apimi.h (added), include/oct6100api/oct6100_conf_bridge_priv.h (added), include/octdef.h (added), include/oct6100api/oct6100_tsi_cnct_inst.h (added), include/octtypevx.h (added), include/oct6100api/oct6100_chip_open_priv.h (added), include/oct6100api/oct6100_events_priv.h (added), include/oct6100api/oct6100_phasing_tsst_priv.h (added), include/oct6100api/oct6100_remote_debug_pub.h (added), include/oct6100api/oct6100_channel_priv.h (added), include/oct6100api/oct6100_memory_priv.h (added), include/oct6100api/oct6100_adpcm_chan_priv.h (added), wct4xxp_base.c (added), include/octtype.h (added), include/oct6100api/oct6100_debug_priv.h (added), octapi_bt0_private.h (added), include/oct6100api/oct6100_playout_buf_priv.h (added), include/oct6100api/oct6100_remote_debug_inst.h (added), include/apilib/octapi_llman.h (added), include/oct6100api/oct6100_tlv_inst.h (added), include/octrpc (added), include/oct6100api/oct6100_tsi_cnct_priv.h (added), include/oct6100api/oct6100_chip_stats_pub.h (added), include/octrpc/oct6100_rpc_protocol.h (added), include/oct6100api/oct6100_phasing_tsst_pub.h (added), include/apilib/octapi_bt0.h (added), octvpm.h (added), include/oct6100api/oct6100_version.h (added), include/oct6100api/oct6100_debug_pub.h (added), include/oct6100api (added), include/oct6100api/oct6100_chip_stats_inst.h (added), include/oct6100api/oct6100_tone_detection_inst.h (added), include/oct6100api/oct6100_remote_debug_priv.h (added), Makefile, include/oct6100api/oct6100_apiud.h (added), include/oct6100api/oct6100_miscellaneous_priv.h (added), include/octmac.h (added), include/oct6100api/oct6100_tlv_priv.h (added), include/oct6100api/oct6100_api_inst.h (added), include/oct6100api/oct6100_conf_bridge_pub.h (added), OCT6114-128D.ima (added), octapi_llman_private.h (added), include/apilib (added), include (added), include/oct6100api/oct6100_api.h (added), include/oct6100api/oct6100_tsi_cnct_pub.h (added), include/oct6100api/oct6100_interrupts_inst.h (added), include/oct6100api/oct6100_defines.h (added), vpm450m.c (added), include/oct6100api/oct6100_mixer_inst.h (added), vpm450m.h (added), include/oct6100api/oct6100_adpcm_chan_pub.h (added), include/oct6100api/oct6100_mixer_pub.h (added), include/oct6100api/oct6100_tsst_inst.h (added), include/apilib/octapi_largmath.h (added), include/oct6100api/oct6100_conf_bridge_inst.h (added), include/oct6100api/oct6100_playout_buf_pub.h (added): merge vpm450m support 2006-07-07 18:02 +0000 [r1205] Joshua Colp * wctdm.c: Add missing TDM400 PCI definition (issue #7502 reported by chozian) 2006-06-28 19:13 +0000 [r1185-1187] Joshua Colp * zaptel.sysconfig: Add Xorcom Astribank per tzafrir's request * zaptel.sysconfig: Add the TDM2400P to the sysconfig file (issue #7441 reported by mrobinson) 2006-06-21 19:27 +0000 [r1151] Joshua Colp * zonedata.c: Add Venezuelan tone information (issue #7402 reported by palillo) 2006-05-31 19:42 +0000 [r1101] Kevin P. Fleming * wctdm24xxp.c: minor typo in error message 2006-05-31 03:59 +0000 [r1097] Tilghman Lesher * tor2-hw.h: Bug 7248 - PCI IDs for a tor2 clone card 2006-05-30 Kevin P. Fleming * Zaptel 1.2.6 released 2006-05-23 17:51 +0000 [r1079-1081] Kevin P. Fleming * build_tools/genmodconf: handle distros that ship pre-releases of module-init-tools * Makefile, build_tools/genmodconf: make a backup even when modifying non-combined rules files generate a warning about editing non-combined rules files ensure that the warning is the last output from the 'make install' process 2006-05-20 12:55 +0000 [r1076] Kevin P. Fleming * pciradio.c: update module to work with kernels that don't include 2.4 module parameter compatibility macros (reported by tzafrir on asterisk-dev) 2006-05-18 15:40 +0000 [r1073] Joshua Colp * fxotune.c: Clear dialtone before running tests (issue #7136 reported and fixed by trumpetinc) 2006-05-17 22:26 +0000 [r1071] Kevin P. Fleming * Makefile: fix more buglets from my recent cleanups 2006-05-17 21:13 +0000 [r1068-1069] Joshua Colp * wctdm.c: Don't change the value of lasttxhook, instead do a comparison. (issue #7175 reported and fixed by Thomas Andrews) If this breaks things, you can yell at me. 2006-05-17 19:05 +0000 [r1064-1066] Kevin P. Fleming * Makefile: revert some 'grep -q' changes that were wrong (oops) * Makefile, build_tools/genmodconf (added): move module-rules building into a script, and remove some old unnecessary steps * Makefile, udev (removed), build_tools/genudevrules (added): move udev rules creating into a script, and generate it properly based on the installed udev version 2006-05-16 14:59 +0000 [r1060-1062] Kevin P. Fleming * Makefile: silly... only root needs write permission * udev/zaptel.rules, Makefile, udev/zaptel.rules-combined: ensure that PWD is set early enough for 'make install' to actually work use proper KERNEL matching syntax for udev rules don't install udev rules as mode 0444; there is no need to make them read-only 2006-05-09 11:46 +0000 [r1031-1033] Kevin P. Fleming * Makefile: preserve 'options' settings in the module configuration file during 'make install' * Makefile: use commmand-line parameter substitution for modprobe commands if the system's module-init-tools is new enough to support it don't backup and use the old configuration file for modules if we are using a zaptel-specific file in /etc/modprobe.d or similar 2006-04-30 16:24 +0000 [r1011-1017] Kevin P. Fleming * Makefile: build xpp by default, now that the Makefile can determine when an appropriate kernel version is being used for the build * Makefile: restore building of XPP modules * Makefile: optimize variable settings use the kernel Makefile for every step that it can be * Makefile: remove duplicate dependencies and unnecessary rules * Makefile, gendigits.c: allow the output of gendigits to be redirected to a different directory from the current working directory 2006-04-19 21:18 +0000 [r1004] Kevin P. Fleming * wctdm24xxp.c: this product is no longer a prototype :-) 2006-04-03 07:08 +0000 [r995] Tzafrir Cohen * xpp/card_fxs.c, xpp/xpp_usb.c, xpp/xpp_zap.c: by default don't debug 2006-04-02 06:51 +0000 [r994] Tzafrir Cohen * xpp/xpp_usb.c: fix build of xpp for kernel 2.6.14 2006-03-28 18:22 +0000 [r990] Russell Bryant * arith.h: suppress some warnings (issue #6814) 2006-03-06 Kevin P. Fleming * Zaptel 1.2.5 released 2006-03-04 21:50 +0000 [r974-976] Mark Spencer * wctdm24xxp.c: Increase default ring debounce slightly and use the value properly. * wct4xxp.c: Fix NMI issues with some IBM xSeries servers 2006-03-03 20:14 +0000 [r973] Tzafrir Cohen * xpp, xpp/xpd.h, xpp/xpp_usb.c: small compilation issues 2006-03-03 19:11 +0000 [r970] Russell Bryant * xpp/README.Astribank (added), README.Astribank: move the main Astribank readme into the xpp directory so they can manage it 2006-02-18 17:02 +0000 [r962] Tilghman Lesher * Makefile: Make sure version.h gets built properly 2006-02-16 17:56 +0000 [r958] Russell Bryant * xpp/xpp_usb.c: fix build for linux 2.6.16 (issue #6505) 2006-02-15 Russell Bryant * Zaptel 1.2.4 Released 2006-02-15 02:24 +0000 [r947-949] Kevin P. Fleming * xpp/xpp_fxloader.usermap (added), Makefile, xpp/gen_slic_init (added), xpp/xpp_zap.h (added), xpp/card_global.c (added), xpp/card_fxs.c (added), xpp/slic.c (added), xpp/FPGA_XPD.hex (added), xpp/xpp_proto.c (added), xpp/xproto.c (added), xpp/cards.c (added), xpp/Makefile (added), xpp/card_global.h (added), xpp/card_fxs.h (added), xpp/slic.h (added), xpp/xpp_proto.h (added), xpp/zap_debug.c (added), xpp/xproto.h (added), xpp/xpd.h (added), xpp/cards.h (added), xpp/sync.sh (added), xpp/slic_init.inc (added), xpp/zap_debug.h (added), xpp/xpp_fxloader (added), xpp/xpp_modprobe (added), xpp/xdefs.h (added), xpp (added), xpp/xpp_usb.c (added), xpp/xpp_zap.c (added), README.Astribank (added): initial import of Xorcom Astribank driver (issue #6452, with minor mods) * wctdm.c: automatically set operational paramters for Australia when that opermode is seleced (issue #6454) 2006-02-10 21:08 +0000 [r940] Mark Spencer * wctdm24xxp.c: More updates for Rev B VPM 2006-02-09 22:41 +0000 [r937] Tilghman Lesher * zaptel.init: Bug 6451 - Default to probe and remove newest Digium card 2006-02-01 02:33 +0000 [r930] Russell Bryant * ztcfg.c: fix a couple of typos in error messages 2006-01-31 06:38 +0000 [r927] Mark Spencer * wct4xxp.c, wctdm24xxp.c: Fix compile warning in tdm2400p and make sure dmactrl is updated if vpm detected. 2006-01-31 Russell Bryant * Zaptel 1.2.3 Released 2006-01-31 01:26 +0000 [r922] Mark Spencer * wctdm24xxp.c: Add support for VPM100M Rev B 2006-01-26 00:45 +0000 [r917] Russell Bryant * ztdummy.c: backport RTC support for x86_64 2006-01-19 04:40 +0000 [r907-911] Russell Bryant * wcusb.c: remove owner field for 2.6.16 (issue #6288) * ztdummy.c: fix symbol conflict with the kernel's rtc_interrupt function (issue #6287) * ChangeLog (removed): remove extremely old ChangeLog ... they will now only exist in tags 2006-01-18 Russell Bryant * Zaptel 1.2.2 Released 2006-01-12 16:07 +0000 [r892] Mark Spencer * wct4xxp.c: Fix loopup / loopdown code detection 2006-01-10 20:32 +0000 [r885] Matt Frederickson * Makefile, fxotune.c: Fix libtonezone naming scheme for minor numbers 2005-12-28 22:10 +0000 [r879] Kevin P. Fleming * Makefile, udev/zaptel.rules-combined (added): support newer udev rules+permissions format install udev rules by default, since it's so common on distros now 2005-12-22 22:51 +0000 [r874] Kevin P. Fleming * wctdm24xxp.c: adjust input/output signals from FXO modules that were too high 2005-12-17 02:04 +0000 [r865] Kevin P. Fleming * Makefile, build_tools (added), build_tools/make_svn_branch_name, /, zaptel.c, zaptel.h, build_tools/make_version_h: add version and echo canceller selection reporting when zaptel module is loaded make 'update' target work like the Asterisk one and report conflicts 2005-12-16 00:16 +0000 [r859] Kevin P. Fleming * wctdm24xxp.c: remove some debugging #if statements dont force cardflag on for modules that are not present (so applications can't try to open non-existent ports) 2005-12-13 19:08 +0000 [r855-857] Kevin P. Fleming * wctdm.c: ensure data is output to proper io port address (issue #5990) * Makefile: properly escape shell variable (from asterisk-users mailing list post) 2005-12-04 19:29 +0000 [r848-850] Kevin P. Fleming * Makefile: make Gentoo support actually work... * Makefile: add support for Gentoo modules.d directory * wctdm.c, wctdm24xxp.c: merge ringer changes from revs 845:847 in trunk 2005-12-02 00:03 +0000 [r843] Russell Bryant * zaptel.c: fix udev support for 2.6.15 (issue #5891) 2005-12-01 23:14 +0000 [r841] Kevin P. Fleming * Makefile: Makefile 'update' target now supports updating from Subversion repositories (issue #5875) 2005-11-29 18:42 +0000 [r831-837] Kevin P. Fleming * wct4xxp.c: merge rev 834 from trunk (2nd gen VPM400M support)