summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-24 14:22:34 +0100
committerAndreas Eversberg2010-01-24 14:22:34 +0100
commit34b17bad86b02fae864505ae5fe7055a2bd63290 (patch)
tree5bc4fe77434528ae57e7aa6f2f2a5e577fec5d96 /README
parentAdded "release" action and timeout to "execute" action. (diff)
downloadlcr-34b17bad86b02fae864505ae5fe7055a2bd63290.tar.gz
lcr-34b17bad86b02fae864505ae5fe7055a2bd63290.tar.xz
lcr-34b17bad86b02fae864505ae5fe7055a2bd63290.zip
Added queue buffer for chan_lcr sending faxes without interruption.
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
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index bc747c2..07c26ac 100644
--- a/README
+++ b/README
@@ -535,6 +535,8 @@ Changes after Version 1.7
- Replaced polling main loop by event driven "select()" loop.
- Also replaced polling main loop by event driven "select()" loop on chan_lcr.
- Added "release" action and timeout to "execute" action.
+- Added queue buffer for chan_lcr sending faxes without interruption.
+ -> Use options "t:q250" for disabling mISDN_dsp and adding a 250ms delay.