X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=README;h=e561f1b6ae998344822de4c6c11336059fd5a0e5;hp=4331faf321b760ea959f5ccb2fb37fef559f79ae;hb=6d4a65705a4462cf553d8d2755b0677c86200fb6;hpb=8e459a7c85348cb68e66daecafe2dd6e5e06a23e diff --git a/README b/README index 4331faf..e561f1b 100644 --- a/README +++ b/README @@ -513,8 +513,40 @@ Changes after Version 1.5 New release Version 1.6 -Changes after Version 1.5 +Changes after Version 1.6 - Fixed bad call/conference bug in joinpbx.c - +- External interfaces must now be specified using 'extern' keyword. + -> This prevents from selecting other interfaces when dialing out. + -> Just add 'extern' right below your external interface definition, or give + external interface name in routing.conf: ": extern interfaces=XXXXX" +- Added experimental CCITT No. 5 signalling system. (for educational purpose) +- Added socket owner/group options to options.conf +- Fixed/simplyfied config parser. The last digit of the last line was ignored. +- Added Keypad facility + -> New option for chan_lcr: 'k' + -> New dialing parameter for LCR: keypad +- Keep up with current OpenBSC API +- Fixed DTMF detection option with chan_lcr + +New release Version 1.7 + +Changes after Version 1.7 +- Added new option to interface.conf: "nonotify" to disable notify messages. +- 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. +- Fixed HLC (higher layer capability) modification to LCR routing. +- Fixed chan_lcr fax queue buffer. Added LCR_TRANSFERCAPABILITY environment. +- Fixed compiler warnings when compiling with gcc 4.3.4. +- Fixed includes to latest mISDNuser structures. +- Fix by Peter: NULL pointer issue in asterisk frame. +- Fixes a locking bug in chan_lcr. Thanx to WIMPy for that report. +- Fixed forwarding of sending-complete information. +- Added progress messages (receive only). +- Fixed redirection info in chan_lcr. Thanx to Dennis for the fix. +- Added patch to play ringing tone when connected but the call is forwarded + and ringing again. Thanx to Jacek for this patch.