summaryrefslogtreecommitdiff
path: root/zaptel-base.c
AgeCommit message (Expand)Author
2008-02-04Move kernel stuff to under kernel/ tzafrir
2008-02-03Fix building in 2.4 w/devfs. Closes issue #11884 tzafrir
2008-02-01Assume if we're disabling echo can that there are no paramters passedmattf
2008-01-25Make CONFIG_ZAPATA_NET compatible with kernels 2.6.22 and above.kpfleming
2008-01-23Ensure that the zone lock is always acquired before the channel lock. sruffell
2008-01-21Report battery loss on FXO ports of analog cards as a 'red alarm' on the resp...kpfleming
2008-01-21Fix compiler error when building with CONFIG_ZAPATA_PPP.qwell
2008-01-20Add zconfig build time option OPTIMIZE_CHANMUTE. Disabled by default.tzafrir
2008-01-12Don't free a tone zone that was not created. (So why does tonezone.c dotzafrir
2008-01-11Implement atomic reference counting for tone zone structures, ensuring that t...kpfleming
2008-01-11remove some macros that are no longer neededkpfleming
2008-01-11Merged revisions 3663 via svnmerge from russell
2008-01-09For systems using a dynamic device filesystem (pretty much everythingkpfleming
2008-01-09use the proper error code for 'no hardware echo canceler available'kpfleming
2008-01-04Remove a debug print that found its way into patch. One of themtzafrir
2008-01-04[commit message]kpfleming
2008-01-03re-add proper support for boards with hardware echo cancellerskpfleming
2008-01-03a little bit of code cleanup and use explicit-size types for new ioctl struct...kpfleming
2008-01-02expose the limit for echocan params so programs will know what to expectkpfleming
2008-01-02bring back the echocan-params code that was removed in r3545, this time with ...kpfleming
2007-12-20revert the echocanparams code for now... it's not ready to be usedkpfleming
2007-12-19eliminate a compiler warning and restore the ability to use HPEC (without par...kpfleming
2007-12-19add ability to provide parameters to echo cancelers on a per-channel basis, a...kpfleming
2007-12-18even though it's not very logical, having a 'next sample' number of zero for ...kpfleming
2007-12-14(merging dtmf-twister branch plus a few fixes)kpfleming
2007-12-13Show zaptel sync master in /proc/zaptel/N . Closes issue #10329 .tzafrir
2007-12-13remove tone_zone_init() completely, since it just initializing the array to c...kpfleming
2007-12-13Convert a constant '0' return value to a void. From #10851 .tzafrir
2007-12-07as suggested by tzafrir on asterisk-dev, remove some code duplication when ha...kpfleming
2007-12-04Remove some code that does...well...nothing.qwell
2007-12-04use a buffer for the span's device type instead of a string pointer, so each ...kpfleming
2007-12-04add a new Zaptel scanning tool, primarily for use by the Asterisk GUI, called...kpfleming
2007-10-26If you depend on anything that is not in /usr/include/zaptel , you must tzafrir
2007-09-18Give proper type for printk messages.tzafrir
2007-09-18Fix the ioctl ZT_CHANDIAG and enable it by default.tzafrir
2007-09-17Revert previous change on spaninfo and institute an ABI compatible call, to a...tilghman
2007-09-04Fixing the ZAPTEL_SYNC_TICK patch for zaptel-base.c (#9645)tzafrir
2007-08-30Add two fields to the spanconfig struct (at the bottom, as suggested by tzafr...tilghman
2007-08-24More backport codemattf
2007-08-22Merged revisions 2936 via svnmerge from qwell
2007-08-01Merged revisions 2808 via svnmerge from qwell
2007-07-20Merged revisions 2761 via svnmerge from mattf
2007-07-19Merged revisions 2752 via svnmerge from kpfleming
2007-07-05Merged revisions 2696 via svnmerge from qwell
2007-05-18Merged revisions 2539 via svnmerge from mattf
2007-04-25Merged revisions 2443 via svnmerge from qwell
2007-04-24Merge in pre-echocan debugging for ztmonitor.qwell
2007-04-13Merged revisions 2422 via svnmerge from qwell
2007-04-11Merged revisions 2405 via svnmerge from mattf
2007-04-07Fix for #9208. Memory corruption within zaptel data.mattf