summaryrefslogtreecommitdiff
path: root/zaptel.c
AgeCommit message (Expand)Author
2005-11-23eliminate preprocessor warningssvn_v1-2kpfleming
2005-11-11Make sure zaptel doesn't crash the kernel when bringing hdlc devices downmattf
2005-10-04correct typokpfleming
2005-09-30support minimum time for FXS flashkpfleming
2005-09-30optionally support flash events on FXS signaling (work done by Jim Dixon)kpfleming
2005-09-29check results of copy_from/to_user (issue #5316)kpfleming
2005-09-29update ztcfg to only reconfigured changed channels unless 'force' parameter i...kpfleming
2005-09-29allow ZT_GETPARAMS to return the master channel number for a channelkpfleming
2005-09-26_really_ fix the zaptel hang problemkpfleming
2005-09-26don't try to use the table lookup when the function pointer has not been init...kpfleming
2005-09-25ensure that idle audio channels transmit silence (issue #5186, slightly diffe...kpfleming
2005-09-08Fixed signalling problem with pciradio cardjim
2005-09-02make 'cat /proc/zaptel/1' not fail with ztdummy loaded (issue #5069)kpfleming
2005-08-31make spinlock definitions compatible with -RT kernel patches (and future synt...kpfleming
2005-08-26Added RINGBEGIN event (optionally)jim
2005-07-31Fix cat /proc/zaptel/foo bug (bug #4103)markster
2005-07-09update to 2.6.13 sysfs API (bug #4639)kpfleming
2005-06-21correct ZT_TONE_CALLWAIT for de and dk zones (bug #4519)kpfleming
2005-06-08Got rid of debugging printk(). Sorry.jim
2005-06-08Added functionality so that e&m trunks can "flash" after going offhookjim
2005-05-18Don't make unnecessary sethook callsmarkster
2005-05-02Add support for TE410P/TE405P 2nd gen features (TSI, ECHOCAN, NATIVELAYOUT, I...markster
2005-04-27HDLC compilation fixes. Tested to compile correctly for all HDLC changesmattf
2005-01-15Correct order of includesmarkster
2005-01-15Fix build for 2.4 kernel (bug #3343)markster
2005-01-14Fix compile on older 2.6 kernels (bug #3334)markster
2005-01-13Fix for 2.6 module parm (bug #3321)markster
2005-01-12Commit belated fix for 3312markster
2004-11-04Added support for Zapata Telephony Quad PCI Radio Interface card.jim
2004-10-25Fix CONF_MONITOR modes in zaptel.c so that it works properly between 2 pseudo...jim
2004-10-06Can't consider masters that are not running...markster
2004-09-27Fix negative cadencesmarkster
2004-09-11Added outbound pulse dialingjim
2004-09-10Merge timing patch from Paulmarkster
2004-08-25Handle unload with digitalmon properly (bug #2299)markster
2004-08-21Fixed qevent() in zaptel.c so that it would hold the proper number of eventsjim
2004-07-28Only use stats if NETHDLC not for PPPmarkster
2004-07-28Fix 2.6 kernel buildmarkster
2004-07-28Make data build on Linux 2.6markster
2004-07-24Heavily reduce stack usage, remove ancient and useless tor.hmarkster
2004-07-24Make things fit in < 1024 (bug #2073)markster
2004-07-16Add udev support (courtesy matt / creslin)markster
2004-07-02Add option to cause Zaptel to ignore the 2100 Hz echo cancelmalcolmd
2004-06-29Add signalling freeze/unfreeze ioctl (and get)markster
2004-06-26Fix zaptel watchdog type mismatch (bug #1931)markster
2004-06-21Yet another HDLC change starting with 2.4.23. Now we use hdlc_type_transcitats
2004-06-20Cast rvalue instead of lvaluemarkster
2004-06-17Don't double lock the big zap lockmarkster
2004-06-16Hold the big zap lock when allocating and freeing the pseudo channelsmarkster
2004-06-13Rid zaptel of 64-bit compiler warningsmarkster