summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSuper User2008-07-18 19:26:32 +0200
committerSuper User2008-07-18 19:26:32 +0200
commit89d3a5de4769faafa46efb83e1e35db5b40f1309 (patch)
tree8eb98868995668dc02db2584dc8c3223d22b13ae /README
parentported genrc (diff)
downloadlcr-89d3a5de4769faafa46efb83e1e35db5b40f1309.tar.gz
lcr-89d3a5de4769faafa46efb83e1e35db5b40f1309.tar.xz
lcr-89d3a5de4769faafa46efb83e1e35db5b40f1309.zip
removed "lcr query", use "isdninfo" instead.
fixed some unlocking in chan_lcr. fixed dead-lock issue with chan_lcr. modified: README modified: chan_lcr.c modified: chan_lcr.h modified: mISDN.cpp modified: mISDN.h modified: main.c
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index d641370..217928e 100644
--- a/README
+++ b/README
@@ -430,9 +430,11 @@ Changes in Version 1.0
- First Alpha release of chan_lcr - the Asterisk PBX channel link driver.
-> Use LCR in conjunction with Asterisk, or simply as ISDN frontend.
-Changes for next Version
+Fixes in current Version
- Fixed dtmf bug.
- Added more display infos
- Fixed b-channel check bug. (channel seemed busy, even if it was free)
- Forced proceeding, if "sending complete".
+- Removed 'lcr query'. It is obsolete, because 'isdninfo' does it.
+- Fixed lockinproblem with chan_lcr (hopefully).