summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-11After committing the patch to make ringdebounce a module parameter in wctdm, Irussell
went ahead and made the same change to wctdm24xxp. *** Note that there is a discrepancy here. wctdm uses 64 ms as the default ring debounce value while this module uses 128 ms. I'm not sure which one is more appropriate, but they should certainly default to the same thing. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3012 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-11Make ringdebounce a module parameterrussell
(closes issue #10218, pnlarsson git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3011 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-09Also probe for wcte12xp by default (before wcte11xp).tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3008 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-09xpp.r4584:tzafrir
* New firmware to fix FXS leds irregularities. * Less noise at build time - don't echo version, test compile only once. * zapconf can generate users.conf snippets. * xpd_pri: initial version. * ignore perlcheck. Merged revisions 3004-3005 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3006 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-08* Let autoconf figure out the switches for asciidoc.tzafrir
* Remove some leftover set -x from previous debug... git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2999 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-08Allow overriding the asciidoc command. This allows using asciidoc < 7.tzafrir
Merged revisions 2997 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2998 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-08* Improve accuracy of zttest by using floats (#10312).tzafrir
* Account only for the time of actually waiting for the clock. * Clarify message for zttest -v . * Don't print some digits that are not meaningful enough. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2995 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-04Fixing the ZAPTEL_SYNC_TICK patch for zaptel-base.c (#9645)tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2992 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-04(closes issue #10087)file
Reported by: Matti Remove comment that is no longer true. -1 will not cause the name to be used. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2991 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-09-01* Maintain the same meaning of DESTDIR and INSTALL_PREFIX as in maintzafrir
Makefile * Document ppp support to the best of my knowledge. * Err clearly if the VERSION was not found. * Add some basic/broken detection of ppp in autoconf. Merged revisions 2987 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2990 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-31CONFIG_FILE already has DESTDIR prepend to it.qwell
It is not needed here. Issue 10619, patch by djflux git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2988 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30Add two fields to the spanconfig struct (at the bottom, as suggested by ↵tilghman
tzafrir), with a define to let modules know that it's there git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2986 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30Merged revisions 2983 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2983 | kpfleming | 2007-08-30 16:48:55 -0500 (Thu, 30 Aug 2007) | 2 lines add a proper plugin for Zaptel support in pppd, so that it can be used with any distro-supplied version of pppd instead of requiring a patched copy from the Digium download site ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2985 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30don't know how this was missed when i upgraded the interrupt flags before...kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2984 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30remove an unnecessary memset of the global ifaces array on module initrussell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2980 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-30Remove some code that could never be executed. Instead of fixing the if ↵russell
statement, I just removed it. The contents of this global array are guaranteed to be zeroed out for us on load. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2977 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-28Revert the patlooptest changesmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2972 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-28Make sure the target name is not the same as the directory name. Thanks ↵mattf
Josh :-) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2971 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-28fix index for ru tones. Thanks to Malcolm for pointing this out.russell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2969 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-28Add Russian tones. (issue #7953, hanabana)russell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2967 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27Merged revisions 2962 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2962 | qwell | 2007-08-27 16:38:48 -0500 (Mon, 27 Aug 2007) | 3 lines Make sure we build the static version of libtonezone (and as a side-effect, all of the programs) with -fPIC ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2963 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27Enact the init.d script when not installing to a DESTDIR.tzafrir
Merged revisions 2960 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2961 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27Reduce the noise when building xpp/ .tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2959 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-27* Skip cleaning modules if KSRC is not defined: it is optional if you tzafrir
build userspace alone ("make programs"). * Pass HOTPLUG_FIRMWARE explicitly to kernel 2.6 makefile. This is to help eventually remove .EXPORT_ALL_VARIABLES from Makefile. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2958 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-26What is -O4 anyway?tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2957 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-26Allow 'make clean' to work without a valid KSRC (for those building justtzafrir
'programs'). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2956 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-25In theory there should be no editing of the init.d script needed.tzafrir
So document how we can configure it without editing. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2955 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-25zaptel.init: Allow passing extra arguments (e.g.: -c conffig) to ztcfg.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2954 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-25Enable the sync tick patch.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2953 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-25Do install the hdlc network interface script.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2952 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-24Merged revisions 2949 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 (closes issue #10555) ........ r2949 | qwell | 2007-08-24 15:46:20 -0500 (Fri, 24 Aug 2007) | 4 lines Fix an issue that caused only MG2 and possibly HPEC to work. Issue 10555, patch by me. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2950 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-24Let's not exclusive framer interrupts by defaultmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2948 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-24More backport codemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2947 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-24Beginning backport of trunk to 1.4mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2946 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-23Merged revisions 2940 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2940 | mattf | 2007-08-23 11:41:36 -0500 (Thu, 23 Aug 2007) | 1 line Increase CWCID reliability on analog modules significantly. (although if you have problems with pulse dialing on high REN loads, see the comment to revert the value back to its previous value). Thanks Kinsey and Rick. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2941 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-22Merged revisions 2936 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2936 | qwell | 2007-08-22 16:01:14 -0500 (Wed, 22 Aug 2007) | 6 lines Don't try to create devices 250 and above in udev. Closes issue 10522, fix found by me (but I'm not going to take credit for the code, since it already existed in trunk for some reason) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2937 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-22Reverse logic which checks for existing zaptel.confqwell
Issue 10527, reported by arcivanov. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2934 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Merged revisions 2923 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2923 | mattf | 2007-08-21 13:40:23 -0500 (Tue, 21 Aug 2007) | 1 line Allow wctdm24xxp to compile on a 2.4 based kernel ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2924 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Add some 2.4 Makefile trickery for wctdm24xxpmattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2922 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21Fix building on kernel 2.6.23rc1, from Axel Thimm (xpp r4523).tzafrir
Merged revisions 2919 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2920 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21change ftp to downloadsrussell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2917 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-21* Add an explicit mode to the callto open (the default one that is usedtzafrir
anyway). * Clarify error message. closes #10505 on Zaptel 1.4. Merged revisions 2914 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2915 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-20* Set maximal zaptel udev timeout to 20 seconds.tzafrir
* Allow overriding it from cwrcconfconfig file (and explain how). (From trunk r2909 - got accidentally commited there first). Merged revisions 2910 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2911 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-19Fix README.Astribank with asciidoc 8.2.2: make "underlining" moretzafrir
strict. (xpp r4519) Merged revisions 2906 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2907 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-18* Fix Makefile typo in 'install-progrms:' (Thanks, Mark Purcell).tzafrir
* Rename the generated xpp/README.html to xpp/README.Astribank.html to provide a unique basename among docs (helps debian packaging). git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2905 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17install_prereq: Don't install packages twice.tzafrir
Merged revisions 2880 via svnmerge from https://origsvn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2881 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17An 1.2-specific fix.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2879 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17* programs and install-programs are now for all of userspace.tzafrir
Added the target 'utils' for what 'programs' used to be. * tonezone.h is installed with install-libs, not install-include . * Document this. * Document some other variations on 'make' and 'make install'. * Improve documentation of /proc/zaptel . * Ignoring some more utilities. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2874 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17No need to merge those changes - the implementation in 1.4 is different.tzafrir
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2872 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-08-17Get LDFLAGS and CFLAGS from autoconf. Make sure that they gettzafrir
everywhere. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2870 5390a7c7-147a-4af0-8ec9-7488f05a26cb