Revision history
Version 1.00
Version 1.01
Information
- FreeBSD 4.x+ and Linux ports available from this version.
New features
- New configuration keyword 'connectionvalidity'. Refer to "Configuration
file syntax" section for details. This feature can help to connect flaw
endpoints which do not send IRR messages thru the call despite this feature
still mandatory by H.323 standard. Set 'connectionvalidity' to 'unlimited'
for that endpoints. It is hightly recommended to not use 'connectionvalidity
unlimited;' with 'directcall allow;' because, in this case there
is no reliable way for gatekeeper to know that connection has been terminated.
It may cause "hung" connections and wild bill data.
Fixes
- Workaround Cisco ATA 186. It sends lightweight registration despite previous
registration confirmation packet indicates that gatekeeper does not support
it. In fact lightweight registration appears in H.323 version 2 only. So,
this fix implements lightweight registration while gatekeeper still report
that it does not support it.
- Fixed bug in PER packetizer that may cause error on some long packets send.
Version 1.02
New features
- New option to log section - dumpmessages <bool>; will dump all enabled
incoming messages.
Fixes
- Misreported monitor conversation stop time.
- Lightweight registration bug.
- Date parser bug.
- Wrong called party number search behaviour in Q.931 Setup message.
Version 1.03
New features
- Now gatekeeper are able to proxy RTP streams.
Changes
- 'directcall' configuration keyword changed for 'proxylevel'
which has three parameters: 'none', 'signalling' and 'full'.
Fixes
- Fixed date parsing bug in configuration.
- Fix for wrongly filled CSAddress field in RCF message.