summaryrefslogtreecommitdiff
path: root/zaptel-base.c
AgeCommit message (Collapse)Author
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-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-24More backport codemattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2947 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-01Merged revisions 2808 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2808 | qwell | 2007-08-01 15:21:04 -0500 (Wed, 01 Aug 2007) | 2 lines Per Matt Fredrickson, we don't want to use GFP_KERNEL while holding a spinlock. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2809 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-20Merged revisions 2761 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2761 | mattf | 2007-07-20 11:19:47 -0500 (Fri, 20 Jul 2007) | 1 line New product support, new echo canceler and new boards ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2762 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-19Merged revisions 2752 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2752 | kpfleming | 2007-07-18 20:02:53 -0500 (Wed, 18 Jul 2007) | 2 lines don't try to timeslot-interchange channels that are being bridged (DACS) if either channel has a txgain or rxgain specified, since that gain won't be applied any longer if the DACS is put into effect ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2753 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-05Merged revisions 2696 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2696 | qwell | 2007-07-05 13:08:53 -0500 (Thu, 05 Jul 2007) | 5 lines Do not report channels in ZT_STATE_KEWL or ZT_STATE_AFTERKEWL (ie; battery drop) states as available. This becomes more likely if ZT_KEWLTIME or ZT_AFTERKEWLTIME are set to higher values. Issue 7612, patch by rbraun. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2697 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-05-18Merged revisions 2539 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2539 | mattf | 2007-05-18 10:48:55 -0500 (Fri, 18 May 2007) | 2 lines Remove silly got signal message ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2540 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-25Merged revisions 2443 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2443 | qwell | 2007-04-25 10:35:34 -0500 (Wed, 25 Apr 2007) | 2 lines Don't try to reference a variable on a channel that may not exist. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2444 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-24Merge in pre-echocan debugging for ztmonitor.qwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2433 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-13Merged revisions 2422 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2422 | qwell | 2007-04-13 18:12:23 -0500 (Fri, 13 Apr 2007) | 14 lines Fix several places where we treat confmode as a bitmask. It is a bitmask...sort of.. I'll explain.. confmode is used for 2 different things. It defines both the "mode" and the "flags" of the conference. The "mode" part is in 0x00FF and is NOT bitwise. The "flag" part is in 0xFF00 and *IS* bitwise. Confused yet? Good. So, when we want to check the "mode" of the conference, we need to check only within 0xFF. There were several places where this was not happening - but due to luck, it worked (...sort of). That's what this patch fixes. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2423 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-11Merged revisions 2405 via svnmerge from mattf
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2405 | mattf | 2007-04-11 14:01:21 -0500 (Wed, 11 Apr 2007) | 4 lines Fix buglet in memory corruption fix. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2406 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-07Fix for #9208. Memory corruption within zaptel data.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2397 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Fix potential spinlock recursion issue.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2359 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-30Merged revisions 2353 via svnmerge from qwell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r2353 | qwell | 2007-03-30 13:56:46 -0500 (Fri, 30 Mar 2007) | 4 lines Fix an issue where an echo can was freed incorrectly in certain circumstances. Issue 9292, fix suggested by ddv2005. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2354 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-23remove pointless file ID lineskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2334 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-03-23bring in the rest of the support needed for HPECkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2333 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-23partial update to support all the stuff that went into Zaptel 1.2 ↵kpfleming
recently... this definitely still broken for 2.4 kernels, and maybe for 2.6 as well :-) includes: Makefile split and reorganize TE120P driver TC400B driver HPEC support (not yet complete) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2215 5390a7c7-147a-4af0-8ec9-7488f05a26cb