summaryrefslogtreecommitdiffstats
path: root/select.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.