summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-13README updates and license updates for header fileskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4481 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-13clean up a timing issue on debounce of neon mwi detectdbailey
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4480 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-13Port in the NEON MWI detection from the AA50 into the wctdm24xxp driverdbailey
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4479 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-13Make sure we've run configure menuselect before trying (and failing) to ↵qwell
install firmware. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4478 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-12bring back the transcoder interface... it will be upgraded to the new ↵kpfleming
improved version here too git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4477 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-12Zaptel-perl: more robust parsing of channel signalling types.tzafrir
Parse them from a list rather thna fusing a regex of a "word". Merged revisions 4475 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4476 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-11* pcmtx_chan debugging parameter now refers to a zaptel channel number.tzafrir
* Do initialize xsp. Closes issue #13276 . * xbus_core_shutdown can't be __exit as it is used in initilization as well. Merged revisions 4473 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4474 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-11xpp: fxo: fix caller-id CID_STYLE_PASS_ALWAYS.tzafrir
Merged revisions 4468 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4472 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-07remove support for the Digium TC400 transcoder card; the interace to this ↵kpfleming
card has been completely redesigned, and the new interface will only be present in DAHDI; TC400 users will need to upgrade to DAHDI 2.0.0 to continue using their transcoder cards git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4469 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-07xpp: preliminary CAS support.tzafrir
Uses newer firmware (5975) for the 1151 alone. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4463 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-07xpp: reset a reserved protocol field.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4462 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-07xpp: debuggging parameter pcmtx_chan now refers to a zap channel number.tzafrir
Also fix a typo in card_fxs. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4461 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-04Remove obsolete calibrate_slics. Clean more in utils Makefile.tzafrir
Merged revisions 4458 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4459 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-04Merged revisions 4451-4455 via svnmerge from tzafrir
http://svn.digium.com/svn/zaptel/branches/1.2 ........ r4451 | tzafrir | 2008-08-04 18:11:01 +0300 (Mon, 04 Aug 2008) | 9 lines Firmware update: 5959 (DTMF and BRI ID) (From DAHDI rev. 4695) * Fix some cases of double digits. * Fix some rare cases of a BRI unit providing incorrect directionality. * Extra debugging code in card_fxs.c to trace future DTMF issues. * Properly note DAHDI (as opposed to Zaptel) ioctls. ........ r4452 | tzafrir | 2008-08-04 18:36:19 +0300 (Mon, 04 Aug 2008) | 2 lines Make it formally bashism. ........ r4453 | tzafrir | 2008-08-04 18:38:10 +0300 (Mon, 04 Aug 2008) | 2 lines Kbuild: A more robust check for the bri_dchan patch. ........ r4454 | tzafrir | 2008-08-04 18:39:01 +0300 (Mon, 04 Aug 2008) | 2 lines Minor BRI initlization improvements. ........ r4455 | tzafrir | 2008-08-04 18:43:32 +0300 (Mon, 04 Aug 2008) | 7 lines Add channel alarms in Zaptel-perl and lszaptel specifically. * Zaptel::Chans now provides a method alarms() for a list (or number of) alarms. * lszaptel uses it for a more correct display of channel status. * Also update PCI hardware list. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4456 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-03Fix build on kernels 2.6.2-2.6.13: class_simple_device_removetzafrir
This function only needs the device as its parameter. (Note that r4448 has already been fixed in 1.4) Merged revisions 4447 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4449 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-08-01Blocked revisions 4442 via svnmergerussell
........ r4442 | russell | 2008-08-01 08:50:24 -0500 (Fri, 01 Aug 2008) | 12 lines Fix detection of ringing on FXO ports. This change was made to wctdm in 1.4 in revision 4096, but when that code got backported to 1.2 in rev 4132, the change was not made. I found it just by comparing the differences in the drivers between 1.2 and 1.4. (closes issue #13188) Reported by: pyves Patches: 20080731__issue13188_revert4123z12.diff uploaded by bbryant (license 36) issue13188.patch1.txt uploaded by russell (license 2) Tested by: russell, bbryant ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4443 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-30use proper method for updating version.hkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4440 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-30version.h is *NOT* a phony target, it's a real filekpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4438 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-22install tonezone.h during 'install-include' and remove any DAHDI header ↵kpfleming
files during 'install-include' as well git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4432 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-22make battery loss to red alarm translation actually work for these driverskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4429 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-21Fix building zaptel with kernel 2.6.26. Taken from DAHDI-linux rev.tzafrir
4522. For issue #12944 . Merged revisions 4424 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4426 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-21Fix URL in README.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4425 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-18ensure that the PWD variable we set during the toplevel 'make' process ↵kpfleming
actually gets carried down to the subprocesses... don't know why this ever worked, it shouldn't have :-) (closes issue #12750) Reported by: atis Tested by: tzafrir, atis git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4421 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-10PCM: A bugfix that was reintroduced in r4353:tzafrir
After this change, the echo-canceler buffers were not cleared in some cases. As a result when one FXS is put ONHOOK, the other side could hear noise for a second or two until full disconnect is done. Merged revisions 4407 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4408 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-09A referencable label (cfg_<name>) for each configuration directive.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4404 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-08minor improvements to uninstall-modules: add the PID to the temporary file ↵kpfleming
name to make it less easy to accidentally duplicate, only search directories where we expect that DAHDI or Zaptel modules might be found (known installation locations, even old ones), and always uninstall old Zaptel modules before installing new ones, in case a module is no longer in the tree and shouldn't be left installed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4401 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-08add the new-and-improved uninstall-modules script here, and teach the ↵kpfleming
Makefile hw to uninstall DAHDI kernel modules if they are installed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4398 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-08A case where we didn't switch to low power at the end of a ring.tzafrir
Issue may prevents ONHOOK detection. Merged revisions 4394 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4395 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-07Default ring debounce timer should be higher to properly catch calleridmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4391 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-06A typo you find when looking for "zaptel" or "zap".tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4387 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-01use symlinks to make multiple builds of voicebus.o, so it doesn't get ↵kpfleming
rebuilt twice every time 'make' is run to build modules git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4384 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-07-01fix up option parsing so that it actually works and doesn't go into an ↵kpfleming
infinite loop; in passing, do some validation of the passed options to keep users from requesting incompatible modes and getting useless output files git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4381 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28Integrate changes from Zaptel. builder is now indeed independent oftzafrir
dahdi/zaptel . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4377 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28build_tools/builder - a script that uses build_tools/test_kernel_git totzafrir
test-build various kernels. test_kernel_git: small fixes. Mainly using 'make distclean' in setver. Closes issue #12135 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4375 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28* Generate the modpost program to be able to complete a build.tzafrir
* Clean, in order to guarantee everything belongs to this version/build . * "test" is now "build". git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4372 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-28Fixes building with the kernel of RHEL 5.2. Closes issue #12889 .tzafrir
Merged revisions 4367 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4368 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-24minor Makefile fix to properly find zaptel.h (DAHDI-3)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4363 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-20Remove unnecessary udelay from read/write PCI routinesmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4360 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-17fix various problems:kpfleming
- don't actually install hotplug firmware just because it has been downloaded... wait until hotplug-install is requested - ensure that tag files aren't removed and recreated unless the firmware file was successfully installed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4356 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-15Muted DTMF PCM (from FXS modules) could "leak" to the next channel.tzafrir
(From xpp r5796). Merged revisions 4352 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4353 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-05Fixes a potential panic in Xorcom Astribanks devices if disconnectedtzafrir
when a userspace program still holds a channel open. Regression from changeset 4250 . git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4348 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-05Fixed type of flags parameter to spin_lock_irqsave functions. Fixessruffell
compilation issues on platforms where int and long do not have the same size. Closes issue #12787 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4345 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-03live_zap: Also use the BRI module if it's there.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4342 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-06-03Remove an unused variable from ztmonitor.c .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4339 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-29Change argument parsing for ztmonitor to use getopt. This adds more ↵bbryant
compatibility for loosely formatted arguments. (closes issue #12732) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4333 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-28Small documentation fix with regards to the latency module parametersruffell
identified by user ZX81. This closes issue #12721. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4321 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-22blink_mode was a boolean and changed to a channels bitmask. Now actuallytzafrir
changing the type from bool to unsigned long. (xpp r5756). Merged revisions 4314 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4315 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-20* Document Zaptel::Spantzafrir
* Minor changes to Zaptel::Xpp as well. (Documentation-only changes. xpp r5746,r5747) Merged revisions 4308 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4309 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-19* Zaptel-1.2.x does not have zt_alarm_channel(). Move up the backwardtzafrir
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. Merged revisions 4304 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4305 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2008-05-16git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4301 ↵mattf
5390a7c7-147a-4af0-8ec9-7488f05a26cb