X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=README;h=c7cac5311624b44a7e2328d1e8942e27ff83e5a0;hp=309516f5bb1f394b3462b16186f7b9431c073de1;hb=320159175adced71da64efa80e9334f7bcab96c8;hpb=4ec1520c572c4099b478897e4a6ee3a28622ca44 diff --git a/README b/README index 309516f..c7cac53 100644 --- a/README +++ b/README @@ -504,5 +504,22 @@ Changes after Version 1.5 - Fixed disabling of DTMF using 'n' option of chan_lcr. - Added GSM IMSI dialing by using dialing "imsi-". - Applied API change of OpenBSC. +- Applied changes of OpenBSC main branch. LCR now works with OpenBSC main + branch. +- Minor fixes and source cleanups. +- Added patch by Kai Peter to complete screening indicators. Thanx! +- Join conference during alerting phase, so calls can be forwarded. +- Fixed conference release bug. + +New release Version 1.6 + +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