summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-22reverting previous change, somehow the previous patch was incomplete.mogorman
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1760 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-19only clear pages that have been used, the real cause for problems.mogorman
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1744 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-18John Sloan's fix for 64bit mode, but really I don't see how this code had ↵mogorman
worked before.... git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1737 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-18 r1729@boole: tzafrir | 2006-12-18 16:01:30 +0200tzafrir
r1724@boole: tzafrir | 2006-12-18 15:55:59 +0200 Code is 2.6-specific anyway, no need for an explicit test. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1733 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-18 r1728@boole: tzafrir | 2006-12-18 15:59:36 +0200tzafrir
r1723@boole: tzafrir | 2006-12-18 15:54:04 +0200 Use the internal version (without locking) of usb_reset_device. Intended for kernel 2.6.9 and earlier. Finally full support of 2.6.8 and 2.6.9. r2937: diego | 2006-12-17 14:20:36 +0200 r2940: tzafrir | 2006-12-17 16:32:51 +0200 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1732 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-18 r1727@boole: tzafrir | 2006-12-18 15:59:13 +0200tzafrir
r1722@boole: tzafrir | 2006-12-18 15:50:36 +0200 xpp_zap.c: Better error hanlding during module init. orig r2948: oron | 2006-12-17 18:54:00 +0200 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1731 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-18 r1726@boole: tzafrir | 2006-12-18 15:58:51 +0200tzafrir
r1721@boole: tzafrir | 2006-12-18 15:46:42 +0200 Assume every 2.6.9 kernel is a later RHEL4 kernel, which backported the gfp_t typedef. Either way we break some systems). r2938: diego | 2006-12-17 14:22:16 +0200 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1730 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-15r1719@boole: tzafrir | 2006-12-15 15:50:57 +0200tzafrir
Sync to xpp RELEASE-1.2.0 2933. r2847@boole: diego | 2006-12-03 10:33:00 +0200 added documentation which explains which packages are needed to build the drivers on different distributions. r2862@boole: tzafrir | 2006-12-05 08:43:50 +0200 README.Astribank: A typo in the sample config (changeset:2861). r2891@boole: tzafrir | 2006-12-08 01:11:45 +0200 Re-accept changeset:2832 after all. r2892@boole: tzafrir | 2006-12-08 02:46:07 +0200 Merge genzaptelconf changeset:2866 from trunk: * Zapata comment on unidentified channel goes to $zapata_file * Correct pattern for Sangoma A200 card's channels. r2893@boole: tzafrir | 2006-12-08 03:11:37 +0200 genzaptelconf: * Add options xpp_fxo_rxgain: add a custom rxgain for every XPP FXO channel. * Do print the original line for every channel. r2909@boole: tzafrir | 2006-12-10 20:03:59 +0200 Add some sleeps in older kernels in the firmware loading script. r2932@boole: tzafrir | 2006-12-14 17:30:12 +0200 Make the warning about a call to off-hook FXO debug. At least if we cannot suppress it at module load time. r2933@boole: tzafrir | 2006-12-14 17:32:00 +0200 Don't redefine 'bool' on newer kerenls to fix building with kernel 2.6.19. Taken from Digium tree. (from changeset:2930) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1720 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-15r1715@boole: tzafrir | 2006-12-15 14:35:26 +0200tzafrir
Firmwares to fix caller ID detection timing issue. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1717 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-12improved support for loading multiple cards.mogorman
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1704 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-11updates for dynamic channel creation on transcoder card.mogorman
from jsloan's branch git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1703 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-11Merged revisions 1701 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1701 | kpfleming | 2006-12-11 13:07:58 -0600 (Mon, 11 Dec 2006) | 10 lines Merged revisions 1700 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1700 | kpfleming | 2006-12-11 13:05:43 -0600 (Mon, 11 Dec 2006) | 2 lines 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 ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1702 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-11Merged revisions 1698 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1698 | kpfleming | 2006-12-11 12:31:12 -0600 (Mon, 11 Dec 2006) | 10 lines Merged revisions 1697 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1697 | kpfleming | 2006-12-11 12:27:15 -0600 (Mon, 11 Dec 2006) | 2 lines kernel 2.6.19 API changes compatibility ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1699 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-06Merged revisions 1687 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1687 | file | 2006-12-06 18:25:42 -0500 (Wed, 06 Dec 2006) | 10 lines Merged revisions 1686 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1686 | file | 2006-12-06 18:22:11 -0500 (Wed, 06 Dec 2006) | 2 lines Link ztcfg-dude against stdc++ so we get needed functions. (issue #8494 reported by Romik) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1688 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01Fix workqueues for newer kernelsmattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1685 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01 r1678@boole: tzafrir | 2006-12-01 02:13:47 +0200tzafrir
r1671@boole: tzafrir | 2006-12-01 01:30:24 +0200 r2806@boole: oron | 2006-11-27 16:54:06 +0200 Fixed panic in ticket:147 merged code from changeset:2802 changeset:2804 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1684 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01 r1677@boole: tzafrir | 2006-12-01 02:13:00 +0200tzafrir
r1670@boole: tzafrir | 2006-12-01 01:29:57 +0200 r2794@boole: oron | 2006-11-26 14:24:15 +0200 Remove all SOFT_RING code (unused for a long time). git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1683 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01 r1676@boole: tzafrir | 2006-12-01 02:09:53 +0200tzafrir
r1668@boole: tzafrir | 2006-11-30 23:48:25 +0200 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) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1682 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01 r1667@boole: tzafrir | 2006-11-30 23:46:46 +0200tzafrir
r2831@boole: tzafrir | 2006-11-29 11:05:08 +0200 genzaptelconf: A list of countries for which to use busydetect. (and get genzaptelconf here back in sync) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1681 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01Merging from 1.2:tzafrir
* Removing -DSOFT_RING: unused, useless code. * Register init scripts are not as noisy by default. * Register init scripts read configuration from a standard location. * Fixed a FXO spinlock race. (Log was lost on previos merge) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1680 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-01Take out useless line of code. Thanks Nick!mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1679 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-30Merged revisions 1664 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1664 | qwell | 2006-11-29 18:24:30 -0600 (Wed, 29 Nov 2006) | 10 lines Merged revisions 1663 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1663 | qwell | 2006-11-29 18:23:33 -0600 (Wed, 29 Nov 2006) | 2 lines Fix issue that was discovered by using dash as /bin/sh instead of bash. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1665 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-29Merged revisions 1661 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1661 | kpfleming | 2006-11-29 16:27:20 -0600 (Wed, 29 Nov 2006) | 10 lines Merged revisions 1660 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1660 | kpfleming | 2006-11-29 16:24:07 -0600 (Wed, 29 Nov 2006) | 2 lines clarify the BOOST_RINGER compile-time option ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1662 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-29Fix for #7860. Don't allow channel 16 to be clear in E1/CAS mode.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1659 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-28Fix for #8300mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1655 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-26Merged revisions 1642 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1642 | russell | 2006-11-26 03:12:57 -0500 (Sun, 26 Nov 2006) | 11 lines Merged revisions 1641 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1641 | russell | 2006-11-26 03:10:22 -0500 (Sun, 26 Nov 2006) | 3 lines Remove a misplaced semicolon which caused some debug output to be printed regardless of the debug setting. (issue #8414, gknispel_proformatique) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1643 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-23* Work around http://bugs.digium.com/view.php?id=7877: reset every valuetzafrir
we set (except signalling). Isn't zapata.conf fun to work with? * Allow different signalling type for ZapBRI through ZAPBRI_SIGNALLING. - Note that even "pri" ZAPBRI_SIGNALLING requires bristuffed zaptel. * All in all a good reason to increase version number. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1640 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-22Fix for #8403. No extra characters in /proc/zaptel/* when readingmattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1636 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-21Typo: SBINDIR -> BINDIRtzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1624 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-17Merged revisions 1615 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1615 | qwell | 2006-11-17 11:47:36 -0600 (Fri, 17 Nov 2006) | 7 lines 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... (Fix is slightly different from 1.2) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1616 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-17Merged revisions 1611 via svnmerge from bweschke
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1611 | bweschke | 2006-11-16 23:12:38 -0500 (Thu, 16 Nov 2006) | 12 lines Merged revisions 1610 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1610 | bweschke | 2006-11-16 23:06:05 -0500 (Thu, 16 Nov 2006) | 4 lines mattf - I'm not sure if this is where you wanted the definitions placed. If not, please fix, but this gets the compiles working again for now. ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1612 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-17Make the master span change more atomic, in face of not doing actual locking ↵mattf
like we need to do. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1607 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-16Fix for 7769. Make sure we lock before modifying flags.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1603 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-14Merged revisions 1601 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1601 | kpfleming | 2006-11-14 17:53:56 -0600 (Tue, 14 Nov 2006) | 2 lines might as well do it for Zaptel too... ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1602 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-11 r9497@boole (orig r1590): tzafrir | 2006-11-11 16:34:45 +0200tzafrir
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. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1591 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-09Minor makefile typomattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1584 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-09Merged revisions 1576 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1576 | russell | 2006-11-09 10:58:37 -0500 (Thu, 09 Nov 2006) | 3 lines fix an expression in the install target (issue #8321, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1577 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-08Merged revisions 1574 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1574 | kpfleming | 2006-11-08 17:06:17 -0600 (Wed, 08 Nov 2006) | 11 lines Merged revisions 1573 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1573 | kpfleming | 2006-11-08 17:04:33 -0600 (Wed, 08 Nov 2006) | 3 lines clean up recent VPMOCT changes add support for Infineon FALC rev 2.2 ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1575 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-08 r9473@boole (orig r1571): tzafrir | 2006-11-08 18:01:13 +0200tzafrir
Fixed a typo in the "wctdm reimplementation". git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1572 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-08Don't build the firmware headers unless needed. This shaves ~3.5 seconds off ↵file
build time. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1570 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-08Merged revisions 1568 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1568 | kpfleming | 2006-11-07 21:44:52 -0600 (Tue, 07 Nov 2006) | 3 lines update configure script to add searching for libusb update svn:ignore for new firmware header file names ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1569 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-07use editable URLs for menuselect and octasic_api, and switch to trunkkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1567 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-06 r1558@boole: tzafrir | 2006-11-06 21:07:29 +0200tzafrir
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. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1564 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-06 r1557@boole: tzafrir | 2006-11-06 20:12:16 +0200tzafrir
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) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1563 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-06 r1547@boole: russell | 2006-11-01 21:04:02 +0200tzafrir
instead of setting HOSTCC and CC directly in the Makefile, use the information provided by the configure script (issue #8055, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1562 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-06util/Makefile: reverting small change to allow automatic merge...tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1561 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-06Reduces dma memory requirement and fixes multi card supportmogorman
-John Sloan git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1560 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-05Add support for VPMOCT64 modulemattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1555 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-11-01Merged revisions 1547 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ........ r1547 | russell | 2006-11-01 14:04:02 -0500 (Wed, 01 Nov 2006) | 3 lines instead of setting HOSTCC and CC directly in the Makefile, use the information provided by the configure script (issue #8055, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1548 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-31Merged revisions 1543 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.4 ................ r1543 | russell | 2006-10-31 01:26:31 -0500 (Tue, 31 Oct 2006) | 11 lines Merged revisions 1542 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1542 | russell | 2006-10-31 01:25:16 -0500 (Tue, 31 Oct 2006) | 3 lines fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer, but the committed fix is slightly modified) ........ ................ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1544 5390a7c7-147a-4af0-8ec9-7488f05a26cb