summaryrefslogtreecommitdiffstats
path: root/select.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed the lock-debugging for chan_lcr.Andreas Eversberg2010-07-211-12/+0Star
| | | | | | | Apply reverse for future debugging. modified: chan_lcr.c modified: select.c
* More debugAndreas Eversberg2010-06-221-0/+1
|
* Debugging select loop. Here the process freezes.Andreas Eversberg2010-06-171-0/+11
|
* Added queue buffer for chan_lcr sending faxes without interruption.Andreas Eversberg2010-01-241-6/+6
| | | | | | | | | | | Use options "t:q250" for disabling mISDN_dsp and adding a 250ms delay. modified: README modified: bchannel.c modified: bchannel.h modified: chan_lcr.c modified: chan_lcr.h modified: select.c
* Replaced polling loop for LCR and chan_lcr with select based event loop.Andreas Eversberg2010-01-161-0/+434
Now LCR and chan_lcr will not use any CPU until there is work to do.