<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html">Packetizer Forums: GNU Gatekeeper (GnuGk)</title>
  <link rel="alternate" type="text/html" href="https://forums.packetizer.com/viewforum.php?f=47"/>
  <link rel="self" type="application/atom+xml" href="https://forums.packetizer.com/feeds/?f=47"/>
  <updated>2025-08-25T12:36:16Z</updated>
  <author>
    <name>Packetizer Forums</name>
    <uri>https://forums.packetizer.com/</uri>
    <email>webmaster@packetizer.com</email>
  </author>
  <id>https://forums.packetizer.com/feeds/?f=47</id>
  <rights>Copyright (C) 2025 Packetizer, Inc. All Rights Reserved.</rights>
  <generator uri="https://www.packetizer.com/">Packetizer ATOM/RSS Feed Generator</generator>
  <logo>https://www.packetizer.com/rss/images/packetizer.png</logo>
  <icon>https://forums.packetizer.com/images/packetizer_icon.png</icon>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">User Poll</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1804&amp;p=3532#p3532</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1804&amp;p=3532#p3532"/>
    <updated>2025-08-25T12:36:16Z</updated>
    <published>2025-08-25T12:36:16Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;The GNU Gatekeeper project is doing a poll what our users need and how we can do better.&lt;br/&gt;
Which new features do you need, what needs fixing ? &lt;br/&gt;
&lt;br/&gt;
&lt;a href="https://gnugk.org/survey-2025.html"&gt;https://gnugk.org/survey-2025.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Please give us feedback!&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.12</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1765&amp;p=3409#p3409</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1765&amp;p=3409#p3409"/>
    <updated>2024-02-19T18:08:17Z</updated>
    <published>2024-02-19T18:08:17Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GNU Gatekeeper version 5.12 has been released.&lt;br/&gt;
&lt;br/&gt;
Another important bug in the handling of the ExternalIP switch has been fixed as well as Y2K38 issues.&lt;br/&gt;
&lt;br/&gt;
This release also adds features:&lt;br/&gt;
- support for Oracle databases&lt;br/&gt;
- easier cloud deployment with IP detection with STUN&lt;br/&gt;
- better load scaling by mixing proxied with direct mode endpoints in a single gatekeeper&lt;br/&gt;
- Windows 64bit executables with VS2022&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
All changes and additions:&lt;br/&gt;
- enable more runtime hardening flags from OpenSSF recommendation 11/2023&lt;br/&gt;
- fix bug with H.245 address when using ExternalIP= switch without H.460.18/.19&lt;br/&gt;
- auto-detect public IP with ExternalIP=STUN and STUNServer=stun.example.com&lt;br/&gt;
- compiler support for VS2022&lt;br/&gt;
- new database driver for Oracle and new timestamp format 'Oracle'&lt;br/&gt;
- new switch [EP::xxx] ForceDirectMode=1 to handle all calls from this endpoint in direct mode&lt;br/&gt;
- BUGFIX(RasSrv.cxx, gkauth.cxx) make sure time_t is handled unsigned to avoid Y2K38 issue&lt;br/&gt;
- BUGFIX(ProxyChannel.cxx) check for too small packets when acting as encryption proxy&lt;br/&gt;
&lt;br/&gt;
Download from &lt;a href="https://www.gnugk.org/h323download.html"&gt;https://www.gnugk.org/h323download.html&lt;/a&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.9</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1478&amp;p=2983#p2983</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1478&amp;p=2983#p2983"/>
    <updated>2021-12-03T14:51:57Z</updated>
    <published>2021-12-03T14:51:57Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GNU Gatekeeper version 5.9 has been released.&lt;br/&gt;
&lt;br/&gt;
Download: &lt;a href="https://www.gnugk.org/h323download.html"&gt;https://www.gnugk.org/h323download.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
New features:&lt;br/&gt;
- new switches [Proxy] CachePortDetection=1 and&lt;br/&gt;
  CachePortDetectionDuration= to cache port detection packets&lt;br/&gt;
  for faster media connects when IgnoreSignaledIPs= is active&lt;br/&gt;
- new switch: [EP::] ForceTerminalType=&lt;br/&gt;
- new place holder for port notifications: %t for port type&lt;br/&gt;
- experimental: better error recovery if multiplexed RTP sending fails&lt;br/&gt;
&lt;br/&gt;
Bug fixes:&lt;br/&gt;
- fix bug in port detection with AllowSignaledIPsFrom=&lt;br/&gt;
- when DNS name resolves to IP without alias, remove alias from ACF completely (Cisco interop)&lt;br/&gt;
- remove RTP session 0 from internal tables once H.245 master has assigned a session ID&lt;br/&gt;
- fix compilation of Avaya support&lt;br/&gt;
- initialized cmsg struct to zero before using&lt;br/&gt;
- fix regression introduced with MatchH239SessionsByIDOnly= switch&lt;br/&gt;
&lt;br/&gt;
If you want a say what goes into the next version, please head over to&lt;br/&gt;
&lt;a href="https://www.gnugk.org/survey-2021.html"&gt;https://www.gnugk.org/survey-2021.html&lt;/a&gt; and give us some feedback!&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.7</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1460&amp;p=2927#p2927</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1460&amp;p=2927#p2927"/>
    <updated>2021-03-04T21:04:18Z</updated>
    <published>2021-03-04T21:04:18Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;This version has some important bug fixes, improves interoperability&lt;br/&gt;
with other vendors and also has a few new features.&lt;br/&gt;
&lt;br/&gt;
Bug fixes:&lt;br/&gt;
- several severe crashes and a few memory leaks have been fixed&lt;br/&gt;
&lt;br/&gt;
Improved interoperability with:&lt;br/&gt;
- Lifesize endpoints&lt;br/&gt;
- Poly's Microsoft Teams gateway&lt;br/&gt;
- Polycom RealPresence Capture Server&lt;br/&gt;
&lt;br/&gt;
New features:&lt;br/&gt;
- You get a warning in the GUI / on the status port if one of your endpoints has an incorrect time setting and this password authentication fails. This makes trouble shooting a lot easier.&lt;br/&gt;
&lt;br/&gt;
- Invalid TPKT packets (eg. due to network errors) now don't necessarily take down an otherwise healthy call. Use the new AbortOnInvalidTPKT=0 switch to enable.&lt;br/&gt;
&lt;br/&gt;
- You have a new %{Vendor} variable for SqlAuth RegQuerys and LuaAuth&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Full change log:&lt;br/&gt;
&lt;br/&gt;
- BUGFIX(ProxyChannel.cxx) fix crash on non-standard H.245 Indication from Polycom RealPresence Capture Server&lt;br/&gt;
- BUGFIX(ProxyChannel.cxx) fix possible crashes on non-standard generic information in OLCs&lt;br/&gt;
- print warning message on status port when passwords get rejected due to wrong time&lt;br/&gt;
- BUGFIX(httpacct.cxx) fix memory leak&lt;br/&gt;
- BUGFIX(ProxyChannel.cxx) fix possible crash&lt;br/&gt;
- BUGFIX(gk.cxx) avoid crash when terminating in the middle of program startup, set non-zero exit code so restarter notices error&lt;br/&gt;
- return unused memory back to OS periodically&lt;br/&gt;
- new switch: [RoutedMode] AbortOnInvalidTPKT=0 for more graceful handling of network errors&lt;br/&gt;
- BUGFIX(gk.cxx) fix for running on Alpine Linux (needs updated PTLib, too)&lt;br/&gt;
- don't start GnuGk if RTP multiplexing is configured, but we can't start the listener&lt;br/&gt;
- new switch: [RoutedMode] MatchH239SessionsByType=0 to fix presentations with LifeSize endpoints over Poly's Microsoft Teams gateway&lt;br/&gt;
- BUGFIX(ProxyChannel.cxx) make sure we don't set RTP address on multiplexed RTCP keepalive&lt;br/&gt;
- BUGFIX(RasSrv.cxx) look at all tokens for H.235.TSSM&lt;br/&gt;
- add %{Vendor} variable for SqlAuth RegQuery and LuaAuth&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.4 released</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1421&amp;p=2845#p2845</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1421&amp;p=2845#p2845"/>
    <updated>2020-01-07T12:44:53Z</updated>
    <published>2020-01-07T12:44:53Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;I am happy to announce the release of GNU Gatekeeper 5.4.&lt;br/&gt;
&lt;br/&gt;
You can download it from &lt;a href="https://www.gnugk.org/h323download.html"&gt;https://www.gnugk.org/h323download.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
New features:&lt;br/&gt;
- new accounting module to send accounting data to an MQTT server&lt;br/&gt;
- support for redis as database (eg. as backend for password storage)&lt;br/&gt;
&lt;br/&gt;
Bug fixes:&lt;br/&gt;
- important fix for H.245 tunneling translation with H.460.18 endpoints&lt;br/&gt;
- fix for snmpwalk in PTLib-SNMP implementation&lt;br/&gt;
- fix sending alternate gatekeeper list to endpoints with assigned gatekeeper&lt;br/&gt;
- improved DRQ from child gatekeepers&lt;br/&gt;
- fix TLS with neighbor gatekeeper&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Please also note that a bug has been found in PTLib that can cause a&lt;br/&gt;
crash in any GnuGk version if you use the status port (manually of from&lt;br/&gt;
an application). Please upgrade to PTLib 2.10.9.3!&lt;br/&gt;
&lt;br/&gt;
Get PTLib and H323Plus from &lt;a href="https://www.h323plus.org/source/"&gt;https://www.h323plus.org/source/&lt;/a&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.3</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1332&amp;p=2748#p2748</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1332&amp;p=2748#p2748"/>
    <updated>2019-10-30T14:37:38Z</updated>
    <published>2019-10-30T14:37:38Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GNU Gatekeeper 5.3 is out!&lt;br/&gt;
&lt;br/&gt;
You can download it from &lt;a href="https://www.gnugk.org/h323download.html"&gt;https://www.gnugk.org/h323download.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
This release has a number of new features as well as some important bug&lt;br/&gt;
fixes.&lt;br/&gt;
&lt;br/&gt;
Whats new ?&lt;br/&gt;

&lt;ul&gt;
&lt;li&gt; LRQ loop detection to optimize calls flows between multiple&lt;br/&gt;
  neighbor gatekeepers&lt;br/&gt;
  This new feature has the potential to significantly reduce the load&lt;br/&gt;
  on all gatekeepers and prevent "LRQ storms".&lt;/li&gt;

&lt;li&gt; new routing policy to set call destinations by querying HTTP&lt;br/&gt;
  or REST servers, see [Routing::Http]&lt;/li&gt;

&lt;li&gt; much improved support for SNMP&lt;/li&gt; 

&lt;li&gt; important bug fix for TLS encryption of signaling channels&lt;/li&gt;

&lt;li&gt; important bug fixes for H.460.18 (for H.245 tunneling and for&lt;br/&gt;
  multi-homed servers)&lt;/li&gt;

&lt;li&gt; performance optimization: this version can handle 5-10% more proxied&lt;br/&gt;
  calls on the same hardware&lt;/li&gt; 

&lt;li&gt; performance optimization: re-authenticate lightweight, additive&lt;br/&gt;
  registrations only when new aliases differ&lt;br/&gt;
  This significantly reduces the load on password databases.&lt;/li&gt;
&lt;/ul&gt;

Blog post: &lt;a href="https://blog.gnugk.org/2019/07/gnu-gatekeeper-5-3.html"&gt;https://blog.gnugk.org/2019/07/gnu-gatekeeper-5-3.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Enjoy!&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 5.1</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1292&amp;p=2683#p2683</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=1292&amp;p=2683#p2683"/>
    <updated>2019-01-07T07:32:22Z</updated>
    <published>2019-01-07T07:32:22Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;I have released GNU Gatekeeper version 5.1.&lt;br/&gt;
&lt;br/&gt;
You can download it from &lt;a href="https://www.gnugk.org/h323download.html"&gt;https://www.gnugk.org/h323download.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
The main new feature in this release is H.245 multiplexing.&lt;br/&gt;
Together with the long supported RTP multiplexing it allows GnuGk to&lt;br/&gt;
handle a large amount of calls from H.460 endpoints using just 5&lt;br/&gt;
ports total.&lt;br/&gt;
&lt;br/&gt;
Whats new ?&lt;br/&gt;
&lt;br/&gt;
- support for H.245 multiplexing with H.460.18:&lt;br/&gt;
  [RoutedMode] EnableH245Multiplexing=1, H245MultiplexPort=1722&lt;br/&gt;
- improved interop with Lifesize Icon (H.235), Scopia VC240 (H.460.18)&lt;br/&gt;
  and Yealink Mobile (H.460.19)&lt;br/&gt;
- improved detection of neighbor gatekeeper availability&lt;br/&gt;
- public IP detection for Google Cloud&lt;br/&gt;
- new feature to let GnuGk send an event if port detection fails&lt;br/&gt;
&lt;br/&gt;
There were also a number of bug fixes, please see changes.txt or the&lt;br/&gt;
blog post:&lt;br/&gt;
&lt;a href="https://blog.gnugk.org/2019/01/gnu-gatekeeper-5-1.html"&gt;https://blog.gnugk.org/2019/01/gnu-gatekeeper-5-1.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Enjoy!&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 3.9 released</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=574&amp;p=1654#p1654</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=574&amp;p=1654#p1654"/>
    <updated>2015-07-10T16:16:31Z</updated>
    <published>2015-07-10T16:16:31Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GnuGk 3.9 is out now.&lt;br/&gt;
&lt;br/&gt;
Release Notes:&lt;br/&gt;
&lt;a href="http://blog.gnugk.org/2015/07/gnu-gatekeeper-39-released.html"&gt;http://blog.gnugk.org/2015/07/gnu-gatekeeper-39-released.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Download:&lt;br/&gt;
&lt;a href="http://www.gnugk.org/h323download.html"&gt;http://www.gnugk.org/h323download.html&lt;/a&gt;&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 3.2</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=313&amp;p=910#p910</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=313&amp;p=910#p910"/>
    <updated>2013-01-15T17:02:03Z</updated>
    <published>2013-01-15T17:02:03Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;Dear community,&lt;br/&gt;
&lt;br/&gt;
I'm happy to announce the availability of GNU Gatekeeper 3.2. This is&lt;br/&gt;
the first version released by Relaxed Communications GmbH, the company I&lt;br/&gt;
recently founded to provide consulting and support for GnuGk.&lt;br/&gt;
&lt;br/&gt;
Version 3.2 has a few new features and many bugfixes, especially for&lt;br/&gt;
those of you with a lot of calls. There are executables for Linux,&lt;br/&gt;
Windows, FreeBSD, NetBSD and OpenBSD.&lt;br/&gt;
&lt;br/&gt;
&lt;a href="http://www.gnugk.org/gnugk-3.2.html"&gt;http://www.gnugk.org/gnugk-3.2.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
New Features:&lt;br/&gt;
&lt;br/&gt;
The most important new feature in my view is the ability to have&lt;br/&gt;
multiple instances of routing policies with different configuration.&lt;br/&gt;
Another very important feature is support for additive registrations.&lt;br/&gt;
&lt;br/&gt;
Here is the full list:
&lt;ul&gt;
&lt;li&gt; allow multiple instances of routing policies with different settings (currently works for sql, enum, srv, dns, numberanalysis, lua, forwarding)&lt;/li&gt; 

&lt;li&gt; support for additive registration for gateways, new switch [RasSrv::RRQFeatures] EnableAdditiveRegistration&lt;/li&gt;

&lt;li&gt; new Alias SQL variable "Additive-RRQ"&lt;/li&gt;

&lt;li&gt; new [Gatekeeper::Main] TTLExpireDropCall switch to prevent calls being dropped due to registration timeout&lt;/li&gt;

&lt;li&gt; added AssignedGatekeeper support to child gatekeeper&lt;/li&gt;

&lt;li&gt; new [Routing::Sql] EnableRegexRewrite switch to support basic regex rewrite in SQL queries&lt;/li&gt;

&lt;li&gt; new switch [RoutedMode] RemoveH245AddressFromSetup=&lt;/li&gt;

&lt;li&gt; improved speed of H.460.19 port detection&lt;/li&gt;

&lt;li&gt; new ACF status item for media routing for calls&lt;/li&gt;

&lt;li&gt; extend [RasSrv::PermanentEndpoints] to support vendor information on gateways&lt;/li&gt;&lt;/ul&gt;

Please see changes.txt in the download archives for details on the bug&lt;br/&gt;
fixes.&lt;br/&gt;
&lt;br/&gt;
Regards,&lt;br/&gt;
Jan&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 3.0</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=224&amp;p=595#p595</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=224&amp;p=595#p595"/>
    <updated>2012-01-04T14:10:37Z</updated>
    <published>2012-01-04T14:10:37Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;I'm pleased to announce GnuGk 3.0.&lt;br/&gt;
&lt;br/&gt;
You can download the new version at&lt;br/&gt;
&lt;a href="http://www.gnugk.org/h323download.html"&gt;http://www.gnugk.org/h323download.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
New features:
&lt;ul&gt;
&lt;li&gt;full traversal zone support (gatekeeper-to-gatekeeper H.460.18/.19)&lt;br/&gt;
  Now you can place one GnuGk behind a firewall and let it tunnel out&lt;br/&gt;
  the calls for all other devices behind the firewall eg. to a VCS or&lt;br/&gt;
  to another GnuGk.&lt;br/&gt;
  This was probably the most request feature in the past.&lt;/li&gt;

&lt;li&gt;full IPv6 support (incl. IPv4-IPv6 proxying)&lt;br/&gt;
  With the proxy function, you can let GnuGk manage a network of IPv6&lt;br/&gt;
  endpoints and connect them to the IPv4 network or make legacy&lt;br/&gt;
  endpoints reachable for IPv6 calls.&lt;/li&gt;

&lt;li&gt;RTP multiplexing (all calls to and from devices supporting H.460.19&lt;br/&gt;
  will only use 2 sockets total)&lt;/li&gt;

&lt;li&gt;rewrite destination IPs into aliases&lt;/li&gt;

&lt;li&gt;ENUM, SRV and RDS routing policies extended for LRQs, in case the&lt;br/&gt;
  calling gatekeeper isn't able to do this&lt;/li&gt;

&lt;li&gt;notifications when GnuGk opens listen ports&lt;br/&gt;
  This allows you to update firewall rules on the fly, so you only have&lt;br/&gt;
  the minimum amount of ports open.&lt;/li&gt;

&lt;li&gt;improved H.235 password authentication with neighbors&lt;/li&gt;

&lt;li&gt;massive performance improvement when (re-)loading large numbers of GW&lt;br/&gt;
  rewrites&lt;/li&gt;

&lt;li&gt;interop fixes for Polycom m100 and Sorenson endpoints&lt;/li&gt;

&lt;li&gt;fixes in the underlying libraries so *BSD systems can get the latest&lt;br/&gt;
  GnuGk features&lt;/li&gt;

&lt;li&gt;a few bug fixes&lt;/li&gt;&lt;/ul&gt;

We provide executables for Linux (32 and 64 bit), Windows, MacOS X,&lt;br/&gt;
FreeBSD, OpenBSD, NetBSD and Solaris.&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 2.3.5</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=173&amp;p=421#p421</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=173&amp;p=421#p421"/>
    <updated>2011-08-02T19:20:43Z</updated>
    <published>2011-08-02T19:20:43Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GNU Gatekeeper version 2.3.5 has been released.&lt;br/&gt;
&lt;a href="http://www.gnugk.org/gnugk-2-3-5.html"&gt;&lt;s&gt;[url]&lt;/s&gt;http://www.gnugk.org/gnugk-2-3-5.html&lt;e&gt;[/url]&lt;/e&gt;&lt;/URL&gt;&lt;br/&gt;
&lt;br/&gt;
The highlights of the new version are:&lt;br/&gt;
&lt;br/&gt;
- H.350 LDAP directory support&lt;br/&gt;
  Now you can point the gatekeeper to a H.350 directory and assign&lt;br/&gt;
  endpoints aliases, a gatekeeper or let them do white-page lookups on&lt;br/&gt;
  the H.350 directory.&lt;br/&gt;
&lt;br/&gt;
- QoS monitoring&lt;br/&gt;
  The new version supports H.460.9 and will collect QoS data from the&lt;br/&gt;
  endpoints. For endpoints that don't support QoS reporting, it&lt;br/&gt;
  can sniff the RTP statistics for the calls routed through the&lt;br/&gt;
  gatekeeper to obtain QoS data. The collected QoS data is made&lt;br/&gt;
  available to other applications through the Radius or telnet&lt;br/&gt;
  interface.&lt;br/&gt;
&lt;br/&gt;
- SSH security&lt;br/&gt;
  The telnet interface for applications can now be secured with ssh.&lt;br/&gt;
&lt;br/&gt;
- H.460.18/.19 firewall traversal&lt;br/&gt;
  The traversal code got a major rewrite that has fixed a number of&lt;br/&gt;
  interoperability issues.&lt;br/&gt;
&lt;br/&gt;
- Call failover&lt;br/&gt;
  The call failover mechanism was extended so now failing calls can be&lt;br/&gt;
  re-routed to a pre-defined operator position ('CatchAll endpoint').&lt;br/&gt;
  Call failover is also now able to recover more error conditions than&lt;br/&gt;
  before.&lt;br/&gt;
&lt;br/&gt;
- much better checking of the config file for misspellings or obsolete&lt;br/&gt;
  settings (Fortytwo=42 is now obsolete)&lt;br/&gt;
&lt;br/&gt;
- support for sending RIP messages&lt;br/&gt;
&lt;br/&gt;
- improved VCS interoperability&lt;br/&gt;
&lt;br/&gt;
See Changelog (changes.txt) for full details:&lt;br/&gt;
&lt;URL url="http://openh323gk.cvs.sourceforge.net/viewvc/openh323gk/openh323gk/changes.txt?revision=1.607"&gt;http://openh323gk.cvs.sourceforge.net/viewvc/openh323gk/openh323gk/changes.txt?revision=1.607&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
Regards,&lt;br/&gt;
Jan&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 2.3.4</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=116&amp;p=227#p227</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=116&amp;p=227#p227"/>
    <updated>2011-01-04T15:25:31Z</updated>
    <published>2011-01-04T15:25:31Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;GNU Gatekeeper version 2.3.4 has been released.&lt;br/&gt;
&lt;br/&gt;
This is a bugfix release, mainly for bandwidth management, H.460.18 and proxy mode selection.&lt;br/&gt;
&lt;br/&gt;
See the release notes at &lt;a href="http://www.gnugk.org/gnugk-2-3-4.html"&gt;http://www.gnugk.org/gnugk-2-3-4.html&lt;/a&gt; for details.&lt;/div&gt;</content>
  </entry>
  <entry>
    <author><name>willamowius</name></author>
    <title type="text">GNU Gatekeeper 2.3.3</title>
    <id>https://forums.packetizer.com/viewtopic.php?f=47&amp;t=62&amp;p=123#p123</id>
    <link rel="alternate" href="https://forums.packetizer.com/viewtopic.php?f=47&amp;t=62&amp;p=123#p123"/>
    <updated>2010-11-07T23:48:26Z</updated>
    <published>2010-11-07T23:48:26Z</published>
    <category term="GNU Gatekeeper (GnuGk)"/>
    <content type="html">&lt;div&gt;Hi,&lt;br/&gt;
&lt;br/&gt;
the new GNU Gatekeeper release 2.3.3 is now available:&lt;br/&gt;
&lt;a href="http://www.gnugk.org/gnugk-2-3-3.html"&gt;http://www.gnugk.org/gnugk-2-3-3.html&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
New features (gatekeeper configuration):&lt;br/&gt;
&lt;br/&gt;
- all executables now contain all database drivers: MySQL, PostgreSQL, ODBC, SQLite and Firebird!&lt;br/&gt;
- much improved bandwidth management for registered endpoints per endpoint and per call&lt;br/&gt;
- configure alternate gatekeepers per endpoint IP range with  [RasSrv::AlternateGatekeeper]&lt;br/&gt;
- call routing by destination IP with [Routing::Explicit]&lt;br/&gt;
- gatekeeper-based TCS=0 call transfer: activated through H.450.2  emulator or status port (experimental)&lt;br/&gt;
- H.450.2 emulator extended for unregistered calls&lt;br/&gt;
- new switch: [CTI::MakeCall]TransferMethod=&lt;br/&gt;
- BMV, a web front-end for SQLBill (in contrib/bmv2/)&lt;br/&gt;
- configure where to send RAS replies with [ReplyToRasAddress]&lt;br/&gt;
- ignore a 2nd column in SQL routing if it equals "IGNORE"&lt;br/&gt;
- display H323Plus and PTLib version in GnuGk's version string&lt;br/&gt;
- documented [RoutedMode] EnableH460P= and H460PActThread=&lt;br/&gt;
  switches&lt;br/&gt;
&lt;br/&gt;
New features (API):&lt;br/&gt;
&lt;br/&gt;
- extended status port commands RouteToAlias, RouteToGateway,  BindAndRouteToGateway with caller-ID parameter&lt;br/&gt;
- updated status port command: TransferCall by call-id and with  transfer method&lt;br/&gt;
- new status port command RerouteCall (experimental)&lt;br/&gt;
- new status port command: DisconnectCallId&lt;br/&gt;
- added vendor string in RouteRequest event&lt;br/&gt;
- document status port command: DisconnectEndpoint&lt;br/&gt;
&lt;br/&gt;
Config changes:&lt;br/&gt;
&lt;br/&gt;
- change to the format of [Gatekeeper::Main] AlternateGKs=&lt;br/&gt;
&lt;br/&gt;
Bug fixes:&lt;br/&gt;
&lt;br/&gt;
- apply ENUM policy also to Setup and Facility messages&lt;br/&gt;
- fix multicast discovery&lt;br/&gt;
- fix crash on failover with DisableRetryChecks=1&lt;br/&gt;
- avoid bug in H323Plus so H.460.19 feature indicator can be removed&lt;br/&gt;
- disregard IPv6 addresses if the machine has any&lt;br/&gt;
- DisconnectIP now disconnects all calls on the IP as specified&lt;br/&gt;
- fix crash when setting a non-writable trace file in the config file&lt;br/&gt;
- signal change of destination alias in parent policy&lt;br/&gt;
- don't accept new calls or retry calls when shutdown is in progress,  avoids possible crash&lt;br/&gt;
- check if routing policies have been configured, before using them&lt;br/&gt;
- only rewrite sourceCallSignalAddress if proxying&lt;br/&gt;
- fix NAT detection for unregistered callers&lt;br/&gt;
- fire unregister event also when endpoint expired&lt;br/&gt;
- fix order of home IPs&lt;/div&gt;</content>
  </entry>
</feed>
