summaryrefslogtreecommitdiff
path: root/zaptel.h
AgeCommit message (Collapse)Author
2008-02-15Fixes bug 11471. Replaced all instances of strncpy with zap_copy_string ↵jpeeler
(added to zaptel.h) to fix any off by one errors and ensure destination string is NULL terminated. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3833 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-07-19update to 2.6.22 request_irq() flagskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2756 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-04-24Backport pre-echocan debugging for ztmonitorqwell
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2434 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-06revert transcoder driver to last version that passed PQ testing... improved ↵kpfleming
version will come back once testing has been completed and bugs are found/fixed git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2092 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-05make a change to deal with buggy gcc 4.1 compilerskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2084 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01revert some code that appears to be causing crasheskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2078 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-02-01add support for Digium's High Performance Echo Cancellerkpfleming
rework the top-level Makefile so kernel 2.6 modules are built by a dedicated Makefile git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2076 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31clean up wctc4xxp directory during 'make clean'kpfleming
adjust zt_transcoder_hdr padding to account for removed fields git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2073 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31make it simpler for existing userspace apps to use the new zaptel.h that ↵kpfleming
requires linux/types.h git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2059 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2007-01-31merge support for the Digium TC400B hardware transcoderkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2057 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-12-11kernel 2.6.19 API changes compatibilitykpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1697 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-20Later distros have now taken to removing this file as it has been deprecated ↵file
for awhile now... so on kernels 2.6.18 or higher we can safely not include it. (props to jsmith) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1519 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-17add version and echo canceller selection reporting when zaptel module is loadedkpfleming
make 'update' target work like the Asterisk one and report conflicts git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@865 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-11-29remove extraneous svn:executable propertieskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@837 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-10-27New echo canceller mods based on KB1. If you have echo, try MG2 out.mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@798 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-10-04use pci_register_driver() on recent kernels (issue #5375, compatibility fix ↵kpfleming
only, no functional difference) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@791 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-09-30support minimum time for FXS flashkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@788 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-09-30optionally support flash events on FXS signaling (work done by Jim Dixon)kpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@786 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-09-29update ztcfg to only reconfigured changed channels unless 'force' parameter ↵kpfleming
is supplied git-svn-id: http://svn.digium.com/svn/zaptel/trunk@781 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-08-26Added RINGBEGIN event (optionally)jim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@747 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-08-24Adding new echo canceller option from kb1 based on mec2. PLEASE trymattf
it out and give me feedback if it solves echo problems for you that wouldn't go away with any of the other echo cancellers. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@746 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-08-11Added driver support for UART output in VHDL on each channeljim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@728 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-05-11Add support for polarity reversalmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@641 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-05-02Add support for TE410P/TE405P 2nd gen features (TSI, ECHOCAN, NATIVELAYOUT, ↵markster
IRQ, DTMFDETECT) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@634 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-01-21Fix ztdummy build on 2.6 (bug #3391)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@568 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-12-22Changed out VHDL code so that interrupt handling would be much more efficientjim
and fully handle all functions git-svn-id: http://svn.digium.com/svn/zaptel/trunk@513 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-11-04Added support for Zapata Telephony Quad PCI Radio Interface card.jim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@489 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-09-27Fix negative cadencesmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@461 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-09-11Added outbound pulse dialingjim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@457 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-08-03Merge polarity reversal detection (bug #9)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@447 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-07-28Make data build on Linux 2.6markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@443 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-06-30Bug # 1954: Looks like you don't need to compile against themalcolmd
kernel sources anymore. Also comment out the DEVFS compile warning for post 2.4 systems running DEVFS (Gentoo) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@429 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-06-29Add signalling freeze/unfreeze ioctl (and get)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@427 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-05-04Add RBS support to DACS (bug #1451)markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@384 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-04-16Add support for E&M / E1markster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@366 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-03-26Change zaptel to not use DEVFS on 2.6 kernelscitats
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@332 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-03-19Add timer PING/PONGmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@326 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-02-15Added support for modulation (not just two tone addition) in tonezonesjim
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@313 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-02-08Remove "zapfreelock" and replace with "bigzaplock" and make sure we're not ↵markster
performing interrupt routines that effect multiple channels at the same time that other things can be going on. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@311 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-02-06Clear pseudos at end of interrupt handler ONLYmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@308 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2004-01-02*Begin* Linux 2.6 build process... not all drivers build, and lots of ↵markster
DEC/INC usecount warnings need to be replaced git-svn-id: http://svn.digium.com/svn/zaptel/trunk@291 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-10-30Add DACS functionality to zaptel for cross connecting channelsmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@262 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-10-27Create echo "Pretraining" ioctlmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-10-24Increase max buffer sizemarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@258 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-07-18Added new entries to the ZT_SPANINFO and zt_span structureis to store additionalsteveu
error counts. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@220 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-06-24Add digital monitoring modemarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@201 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-06-21Enhance spinlocks on zaptelmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@199 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-06-13Increase ring debounce timer defaultmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@193 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-06-06Tune to more reasonable timeoutmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@192 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2003-06-06FXS fixes, ring debouncemarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@191 5390a7c7-147a-4af0-8ec9-7488f05a26cb