Changelog for
gnugk-2.2.6-262.37.i586.rpm :
Fri May 31 14:00:00 2013 crrodriguezAATTopensuse.org
- Add systemd support.
Mon Aug 20 14:00:00 2012 dmuellerAATTsuse.com
- fix build on armv7l
Sat Dec 10 13:00:00 2011 meissnerAATTsuse.de
- does not need openldap2 binaries, just the libs
Fri Dec 2 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
Fri Dec 2 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Wed Nov 7 13:00:00 2007 kkeilAATTsuse.de
- update to stable 2.2.6
* BUGFIX(toolkit.cxx) Fixed DefaultDomain Alias rewrite
* BUGFIX(routing.cxx) ENUM policy not to be used with LRQ
* BUGFIX(Neighbors.cxx) Fixed SRV policy to try both CS and LR
records and not use with LRQ request
* remove ArjReasonRouteCallToSCN
(was inactive + broken for a long time)
* BUGFIX(Toolkit.cxx) enable SQLConfig also if only Firebird is
available
* BUGFIX(RasTbl.cxx) reject the call if no gateway has capacity,
don\'t just use the first matching gateway
* BUGFIX(RasTbl.cxx) the first route was duplicated and a call
was sent twice to the same gw.
Thanks to Alex Golyshev for pointing this out!
* BUGFIX(RasSrv.cxx) fixed crash inside IRR handler
* BUGFIX(yasocket.cxx) due to recent changes, it was impossible
send more than 10240 bytes of data when data queuing had to be
involved
* move status port examples to contrib/statusport/
* fix nonStandardData field usage, make use of assigned
T.35 codes
* BUGFIX(RasTbl.cxx) ensure that full gateways are eliminated,
when failover is active and remaining gateways are sorted due
to their priority correctly
* BUGFIX(ProxyChannel.cxx) preserve presentation and screening
indicators in Calling-Party-Number IEs
* BUGFIX(RasTbl.cxx) restore default value for capacity and
priority on config reload, if removed from an EP section
(or if the whole section has been removed)
* BUGFIX(Neighbor.cxx,ProxyChannel.cxx): fix canMapAlias for LRQs
with unregistered endpoints
* new config section [H225toQ931] to change the H.225 reason to
Q.931 cause code mapping
* optional priorities for gateway prefixes:
gw-alias=prefix[:=priority][,prefix[:=priority],...]
(patch by Alex Golyshev and Andrey Pasukov)
* change default value for CallSignalHandler to 5
* BUGFIX(Toolkit.cxx): fix for calling between 2 internal
networks
* Added AcceptNonNeighborLCF to LRQFeatures settings
* Added GnuGk OID & T.35 Codes
* BUGFIX(Toolkit.cxx): fix to allow URI rewriting on ARQ
processing
* BUGFIX(ProxyChannel.cxx): fix to show correct Setup
CallSignallingAddress when behind NAT
* Added RemoveH235Call & RemoveH460Call Settings
* BUGFIX(ProxyChannel.cxx): H.245 addresses being incorrectly
written in NATHandler for public proxies.
Sat May 12 14:00:00 2007 olhAATTsuse.de
- remove unused libavc1394-devel libdc1394-devel from Buildrequires
Mon Feb 26 13:00:00 2007 kkeilAATTsuse.de
- update to 2.2.5
* RADIUS AAA module now handles a Class attribute correctly
* BUGFIX(clirw.cxx) missing iterator check, that could cause an
invalid memory access, fixed - thanks to Vladimir Voronin
* implement optional call-id parameter for Routing commands
* Bugfix(RasSrv.cxx) fix SignalCallID=1
* Bugfix(Proxychannel.cxx) avoid inserting same socket twice in
cleanup list
* Bugfix(Proxychannel.cxx) make sure all members of
CallSignalSocket are initialized on creation
* Bugfix(yasocket.cxx) send very large status port messages
in 10KB chunks and sleep after each
* new feature: StatusPort filtering by Doron Bleiberg
* new switch: [RoutedMode]DisableRetryChecks retries all calls
* BUGFIX(ProxyChannel.cxx) make sure we preserve the original
Setup message for retries and not only copy the buffer address
* Bugfix(Neighbor.cxx) copy canMapAlias when forwarding LRQs
* implement virtual queues for LRQs sponsored by Associated
Engineering Srl.
* implement canMapAlias for LCFs sponsored by TelecomUnity Ltd.
* copy all unknown IEs in Notify messages when forwarding
(fixes some failed transfers)
* BUGFIX(
*.cxx) set all deleted pointers to NULL
* new SyslogAcct accounting module for the Unix syslog
* (gkauth.cxx)Reapplied H235.1 (formally known as H235AnnexA)
by using OpenH323 Authenticator factory loader
* (rassrv.cxx)Registration Priority Added
* (Proxychannel.cxx)TreatUnregisteredNat added. Treat
unregistered calls unknown NAT status as being NAT
* (routing.cxx)DNS SRV support to DNS Routing policy
* (toolkit.cxx)RewriteAlias section added
* BUGFIX(ProxyChannel.cxx) WaitAndSignal added to OnInformation
to avoid NAT support crash.
* BUGFIX(ProxyChannel.cxx) Check for NATSupport added.
* BUGFIX(RasTbl.cxx) WaitAndSignal added to FindByEndPointid()
* BUGFIX(ProxyChannel.cxx) Added SupportCallingNATedEndpoints.
* Moved DNS SRV to it\'s own seperate policy
* Registration pre-emption support added
* Support for EP\'s on dynamic IP\'s
* fixed code to compile with the latest pwlib CVS
(STL string conversion)
* Added support for GnuGK to work behind NAT box
* Added support for Third party (non-neighbor) Gatekeepers
(AcceptNonNeighborLRQ=1)
* Added auto-detection on internal network for proxy mode.
* Added DefaultDomain for H323 URI rewriting
Thu Aug 10 14:00:00 2006 kkeilAATTsuse.de
- fixes for pwlib 1.11.1
- update to 2.2.4
* new Calling/CalledTypeOfNumber and Proxy configuration variables
in [RouteMode] section and endpoint configuration. Thanks to Vladimir Voronin
* (ipauth.cxx) added support for prefixes. Thanks to Vladimir Voronin
* (gksql_firebird.cxx) Firebird/Interbase driver for SQL modules. Sponsored
by Roitel Telecommunication S.A.
* (Routing.cxx) NumberAnalysis routing policy can handle Setup messages now.
Thanks to Vladimir (vlAATTkamatele.com)
* (pwlib_compat.h) adapt to changed mutexes starting with PWLib 1.9.2
* call mute in proxy mode using userinput
* (patch by Simon Horne)
* NAT support for unregistered callers (patch by Simon Horne)
* (gk.cxx) allow correct spelling for FortyTwo=42 entry
* BUGFIX(yasocket.h) fix compilation with gcc 4.1
* (clirw.cxx) process CLI ranges with leading zeros correctly
* new CapacityControl auth/acct modules to control inbound traffic
* BUGFIX(ProxyChannel.cxx) check added for a NULL pointer in NAT traversal code
* (RasTbl.cxx) default SignalTimeout value increased from 15 to 30 seconds
* BUGFIX(RasSrv.cxx) remove call records correctly in direct signaling mode,
when only called party is registered. Thanks to Julius Bajzik
* BUGFIX(RasTbl.cxx) fixed race condition when accessing endpoint records
* BUGFIX(ProxyChannel.cxx) fixed race condition in H245Socket when H.245
tunneling is disabled
* (configure) better detection of PostgreSQL on FreeBSD
* BUGFIX(RasSrv.cxx) allow bandwidth=0 in ARQ / ACF
* BUGFIX(ProxyChannel.cxx) fix bug when using RADIUS/SQL based routing
for Setup messages
* BUGFIX(ProxyChannel.cxx) check for poor NAT implementations, that might
have crashed GnuGk (by Simon Horne)
* new accounting variables: %{media-oip}, %{codec}
* new accounting variables: %{call-attemps}, %{last-cdr}, %{caller/callee-epid}
* new feature: call failover (see manual)
* BUGFIX(clirw.cxx) set presentationIndicator correctly in H.225.0 Setup UUIE
* BUGFIX(RasTbl.h) when active, perform IRR checks for local
endpoints only, others (parent, neighbor etc.) won\'t send us IRRs
* BUGFIX(Routing.cxx) remove leading zeros for ENUM queries
* BUGFIX(RasSrv.cxx) have AcceptNeighborsCalls default to 1 like
the documentation always said
* BUGFIX(Routing.cxx) fix ENUMPolicy implementation
* new StatusAcct accounting module for the status port sponsored by Grupo Isec
Mon May 1 14:00:00 2006 kkeilAATTsuse.de
- install man page (#171056)