Hi,
I'm happy to announce the release of GNU Gatekeeper version 2.3.0.
The main new feature is the added support for H.460.18 and H.460.19
NAT/firewall traversal, but there are also a few other new features
plus the usual bug fixes (see below).
Source code and executables can be downloaded from
http://www.gnugk.org/h323download.html
Whats new in 2.3.0 ?
====================
- H.460.18 and H.460.19 support
- codec filtering using [CallTable]DisableCodecs= or Radius
- new switch [Gatekeeper::Main]DisconnectCallsOnShutdown=0
to avoid disconnecting calls on shutdown
- new switch: [Proxy] ProxyAlways=1
- new variable for sql routing: %{Calling-Station-Id}
- new switch [SimplePasswordAuth]DisableAlgorithm= to disable H.235
algorithms
- a number of bug fixes
--
Jan Willamowius, jan@willamowius.de,
http://www.gnugk.org/
Changes from 2.2.8 to 2.3.0
===========================
- codec filtering using [CallTable]DisableCodecs= or Radius
(based on a patch by Georgiewskiy Yuriy)
- H.460.18 and H.460.19 support
- BUGFIX(Routing.cxx) fix round-robin that broke in 2.2.8
- new switch [Gatekeeper::Main]DisconnectCallsOnShutdown=0 to avoid
disconnecting calls on shutdown
- new switch: [Proxy] ProxyAlways=1
- new variable for sql routing: %{Calling-Station-Id}
- BUGFIX(RasTbl.cxx) fix pointer check in SingleGatekeeper()
- BUGFIX(RasSrv.h) fix memory leak in assignedGK code
- BUGFIX(ProxyChannel.cxx) only set CallInProgress on Alerting and
Connect so a 3rd and following routes can be tried on failover even
when DisableRetryChecks is not set
- BUGFIX(ProxyChannel.cxx) make sure the DisableRetryChecks switch
also covers the cases where the remote side didn't accept the call
(without a ReleaseComplete)
- new switch [SimplePasswordAuth]DisableAlgorithm= to disable H.235 algorithms
- re-enable H.235.1 (Annex D / Baseline Profile) when compiling against
OpenH323 < 1.19.x or H323Plus
- BUGFIX(gkauth.cxx) fix CAT authentication when compiling against
OpenH323 < 1.19.x or H323Plus