2005-02-15 01:50  csoutheren

	* include/h323.h, src/h323ep.cxx: Added OSP access token to allow
	  source code compatibility with Atlas code

2005-02-07 01:48  csoutheren

	* src/h323pluginmgr.cxx: Disable wideband codecs for Mimas

2005-02-07 01:41  csoutheren

	* version.h, include/h323pluginmgr.h, include/opalplugin.h,
	  include/q931.h, include/transports.h,
	  plugins/audio/G726/g726codec.c,
	  plugins/audio/GSM0610/gsm06_10_codec.c,
	  plugins/audio/IMA_ADPCM/ima_adpcm.c,
	  plugins/audio/LPC_10/lpc_10_codec.c,
	  plugins/audio/Speex/speexcodec.cxx,
	  plugins/audio/iLBC/ilbccodec.c, src/codecs.cxx,
	  src/ffh263codec.cxx, src/gkclient.cxx, src/gkserver.cxx,
	  src/h235auth.cxx, src/h235auth1.cxx, src/h261codec.cxx,
	  src/h323.cxx, src/h323caps.cxx, src/h323ep.cxx, src/h323pdu.cxx,
	  src/h323pluginmgr.cxx, src/h323trans.cxx, src/q931.cxx,
	  src/rfc2190avcodec.cxx, src/rtp.cxx, src/transports.cxx:
	  Backported patches from Atlas-devel

2004-11-26 09:47  csoutheren

	* configure.ac, configure: Fixed problem with version defines

2004-11-26 05:38  csoutheren

	* version.h: Pre-tagging check in for v1_15_2.

2004-11-25 08:38  csoutheren

	* include/h323ep.h, src/gkserver.cxx, src/h323ep.cxx,
	  src/h323rtp.cxx, src/transports.cxx: Ensured that external TCP
	  address translation is performed when using STUN to handle UDP

2004-11-22 12:30  rjongbloed

	* include/h323con.h, src/OpenH323_2003.dtf, src/OpenH323d_2003.dtf,
	  src/OpenH323n_2003.dtf, src/h323.cxx: Added ability to restart
	  H.245 negotiations, thanks Norbert Bartalsky

2004-11-21 13:59  csoutheren

	* src/h235auth.cxx: Fixed cut and paste error affecting H235
	  authentication

2004-11-20 23:00  csoutheren

	* include/h235auth.h, src/h235auth.cxx, src/h323ep.cxx,
	  src/h323pluginmgr.cxx: Added hacks for linker problem

2004-11-20 23:00  csoutheren

	* src/gkclient.cxx: Check address from RequestLocation due to
	  stupid gatekeepers

2004-11-19 01:14  csoutheren

	* src/q931.cxx: Prevent GetBearerCapabilities from reading invalid
	  memory (array index out of bounds) Thanks to Michal Zygmuntowicz

2004-11-12 07:04  csoutheren

	* include/h235auth.h, src/h235auth.cxx, src/h235auth1.cxx,
	  src/h323ep.cxx, src/h323pluginmgr.cxx: Changed H235Authentiators
	  to use PFactory

2004-11-07 13:45  rjongbloed

	* src/q931.cxx: Minor change to parsing of bearer capabilities,
	  thanks Michal Zygmuntowicz

2004-10-16 05:07  rjongbloed

	* src/h323ep.cxx: Fixed correct detection of when to use STUN, this
	  does not include the local host!

2004-09-29 12:23  csoutheren

	* version.h: Incremented build number after tagging to v1_15_1.

2004-09-27 10:25  csoutheren

	* include/h323con.h: Changed in-header documentation for external
	  headers to reflect changes in external RTP interface

2004-09-24 12:04  rjongbloed

	* OpenH323.sln: REmoved ohphone as not always in the particular
	  directory.

2004-09-24 11:59  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Updated symbols from lots of changes

2004-09-22 15:33  csoutheren

	* plugins/audio/iLBC/iLBC/: draft-ietf-avt-ilbc-codec-05.txt,
	  extract-cfile.awk: Initial version

2004-09-22 15:31  csoutheren

	* plugins/audio/iLBC/iLBC/: FrameClassify.c, FrameClassify.h,
	  LPCdecode.c, LPCdecode.h, LPCencode.c, LPCencode.h,
	  StateConstructW.c, StateConstructW.h, StateSearchW.c,
	  StateSearchW.h, anaFilter.c, anaFilter.h, constants.c,
	  constants.h, createCB.c, createCB.h, doCPLC.c, doCPLC.h,
	  enhancer.c, enhancer.h, filter.c, filter.h, gainquant.c,
	  gainquant.h, getCBvec.c, getCBvec.h, helpfun.c, helpfun.h,
	  hpInput.c, hpInput.h, hpOutput.c, hpOutput.h, iCBConstruct.c,
	  iCBConstruct.h, iCBSearch.c, iCBSearch.h, iLBC_decode.c,
	  iLBC_decode.h, iLBC_define.h, iLBC_encode.c, iLBC_encode.h,
	  lsf.c, lsf.h, packing.c, packing.h, syntFilter.c, syntFilter.h:
	  Updated to latest version of code No apparent code changes - just
	  copyright changes and a few minor documentation fixes

2004-09-09 02:25  csoutheren

	* plugins/audio/Speex/Makefile.in: Fixed Speex plugin on x64
	  systems thanks to Andrew Walrond. I know other have submitted
	  this fix too - my apolgies for not including your names

2004-09-08 02:54  csoutheren

	* samples/simple/main.cxx: Added ability to send user indication
	  messages

2004-09-08 01:53  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Updated symbols
	  from lots of changes

2004-09-08 01:51  rjongbloed

	* src/gkclient.cxx: Fixed MSVC6 warning

2004-09-08 00:50  rjongbloed

	* include/h225ras.h, include/h323con.h, src/h225ras.cxx,
	  src/h323.cxx: Changed usage of template function as MSVC6 will
	  not compile it.

2004-09-06 12:40  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Added initial hooks for H.460 GEF Thanks to Simon Horne and ISVO
	  (Asia) Pte Ltd. for this contribution

2004-09-03 10:06  csoutheren

	* src/h323pluginmgr.cxx: G.711 codecs are not singleton

2004-09-03 09:13  csoutheren

	* src/h323pluginmgr.cxx: Fixed typo returning wrong value for RTP
	  payload code in factory codecs for G.711

2004-09-03 03:06  csoutheren

	* include/gkclient.h, include/gkserver.h, include/h225ras.h,
	  include/h323con.h, include/h323ep.h, include/h460.h,
	  src/gkclient.cxx, src/gkserver.cxx, src/h225ras.cxx,
	  src/h323.cxx, src/h323ep.cxx, src/h323pdu.cxx: Added initial
	  hooks for H.460 GEF Thanks to Simon Horne and ISVO (Asia) Pte
	  Ltd. for this contribution

2004-08-30 15:17  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Codecs now appear in abstract factory system

2004-08-26 13:04  csoutheren

	* src/h323pluginmgr.cxx: Fixed factory bootstrap on Linux

2004-08-26 10:41  csoutheren

	* src/h323pluginmgr.cxx: Fixed problem compiling on Linux

2004-08-26 10:05  csoutheren

	* include/h323pluginmgr.h, include/opalwavfile.h,
	  samples/codecinfo/main.cxx, src/h261codec.cxx, src/h323caps.cxx,
	  src/h323ep.cxx, src/h323pluginmgr.cxx, src/opalwavfile.cxx,
	  src/rfc2190avcodec.cxx: Codecs now appear in abstract factory
	  system Fixed Windows factory bootstrap system (again)

2004-08-24 17:42  dsandras

	* plugins/configure:
	  Committed regenerated configure script.

2004-08-24 16:39  csoutheren

	* plugins/configure.ac: Changed reference to configure.in

2004-08-24 16:23  csoutheren

	* include/h323caps.h, configure.ac, src/h323caps.cxx,
	  src/h323pluginmgr.cxx, src/h323t38.cxx: Fixed problem with plugin
	  codecs using capability compare functions

2004-08-24 16:15  csoutheren

	* plugins/: configure.ac, audio/GSM0610/Makefile.in,
	  audio/GSM0610/gsm06_10_codec.c: Fixed potential problems with
	  MS-GSM

2004-08-24 10:11  csoutheren

	* include/h323trans.h, include/transports.h, src/h323trans.cxx,
	  src/transports.cxx: Added initial support for receiving
	  broadcasts on Linux

2004-08-22 06:21  csoutheren

	* Makefile.in: Fixed make install to create all target directories
	  Thanks to Klaus Kaempf

2004-08-22 06:21  csoutheren

	* include/ixjlid.h: Added compiler.h for new glibc Thanks to Klaus
	  Kaempf

2004-08-22 06:20  csoutheren

	* plugins/audio/: G726/Makefile.in, GSM0610/Makefile.in,
	  IMA_ADPCM/Makefile.in, LPC_10/Makefile.in, Speex/Makefile.in,
	  iLBC/Makefile.in: Added -fPIC to build commands to fix problems
	  on 64 bit platforms Thanks to Klaus Kaempf

2004-08-15 09:18  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Added stupid windows hack to force opalwavfile factories to
	  register

2004-08-14 09:44  rjongbloed

	* src/h323.cxx: Fixed compatibility with early start on Cisco CCM
	  systems, thanks Portela Fernando

2004-08-13 06:04  csoutheren

	* version.h: Incremented build number after tagging to v1_15_0.

2004-08-13 06:00  csoutheren

	* version.h: Pre-tagging check in for v1_15_0.

2004-08-13 03:09  csoutheren

	* configure.exe: Changed to look for configure.ac, then
	  configure.in

2004-08-13 02:17  csoutheren

	* src/: gccpdu.cxx, h225_1.cxx, h225_2.cxx, h235.cxx, h235_t.cxx,
	  h245_1.cxx, h245_2.cxx, h245_3.cxx, h248.cxx, h4501.cxx,
	  h45010.cxx, h45011.cxx, h4502.cxx, h4504.cxx, h4505.cxx,
	  h4506.cxx, h4507.cxx, h4509.cxx, h501.cxx, mcspdu.cxx, t38.cxx,
	  x880.cxx: Fixed indent problem when printing single elements

2004-08-09 13:11  csoutheren

	* OpenH323.sln, include/opalwavfile.h, src/h323pluginmgr.cxx,
	  src/opalwavfile.cxx: Added stupid windows hack to force
	  opalwavfile factories to register

2004-08-05 15:01  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Added classes for auto unlocking read only and read write mutex
	  on   PSafeObject - similar to PWaitAndSIgnal.  Utilised mutable
	  keyword for mutex and improved the constness of functions.  Added
	  DisallowDeleteObjects to safe collections so can have a
	  PSafeObject in   multiple collections.  Added a tempalte function
	  to do casting of PSafePtr to a PSafePtr of a derived	 class.
	  Assured that a PSafeObject present on a collection always
	  increments its   reference count so while in collection it is not
	  deleted.

2004-08-04 12:44  csoutheren

	* src/h323ep.cxx: More guards when testing for resolution via ENUM

2004-08-04 01:06  csoutheren

	* src/h323ep.cxx: Disabled ENUM when calling an IP address

2004-08-03 15:38  csoutheren

	* src/h323ep.cxx: Added support for ENUM when no GK is configured

2004-08-03 09:00  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Added isGKRouted hint to
	  TranslateAliasAddress as this is needed for the reply ACF

2004-08-03 01:56  csoutheren

	* src/h323pluginmgr.cxx: Fixed problem when using
	  --enable-embeddedgsm

2004-08-01 13:35  rjongbloed

	* src/h323.cxx: Fixed possible issue with merging real TCS and the
	  "fake" TCS we build from   the fast start parameters. Should not
	  merge but overwrite.

2004-08-01 13:33  rjongbloed

	* samples/codecinfo/codecinfo.vcproj: Added codecinfo sample
	  program

2004-08-01 12:53  rjongbloed

	* src/h323.cxx: Allowed greater flexibility with checking
	  capability types in setting Q931 bearer caps	 on call setup,
	  thanks Simon Horne

2004-07-30 07:28  csoutheren

	* src/h323.cxx: Fixed problem when inteoperating with some
	  endpoints behind a firewall Thanks to Derek Smithies for
	  patiently hitting the author over the head until this problem was
	  fixed

2004-07-27 07:28  csoutheren

	* include/h323ep.h, src/channels.cxx, src/h323ep.cxx: Added ability
	  to set priority of channel threads

2004-07-27 03:15  csoutheren

	* include/h323ep.h: Added virtual to InternalMakeCall

2004-07-20 11:32  csoutheren

	* src/h323.cxx: Ensured that TCS and MSD timers are stopped when a
	  call is shut down Thanks to Joegen Baclor

2004-07-19 16:16  csoutheren

	* src/lid.cxx: Fixed problem with pragma dispayed as warning in gcc
	  3.5-20040704

2004-07-19 15:19  csoutheren

	* include/h323ep.h: Fixed typo in secondaryConnectionsActive

2004-07-19 06:05  csoutheren

	* OpenH323Lib.vcproj, src/rfc2190avcodec.cxx: Fixed problems with
	  RFC 2190 under VS.net

2004-07-17 05:14  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Migrated
	  changes from crs_vxnml_devel branch into main trunk

2004-07-17 05:10  rjongbloed

	* src/channels.cxx: Fixed possible endless loop in RTP receive
	  thread, thanks Gustavo Garca Bernardo

2004-07-15 13:40  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Migrated changes from crs_vxnml_devel branch into main trunk

2004-07-15 13:20  rjongbloed

	* include/opalvxml.h, src/opalvxml.cxx: Migrated changes from
	  crs_vxnml_devel branch into main trunk

2004-07-15 13:14  rjongbloed

	* src/opalwavfile.cxx: Added missing purity to G.711 decoder
	  function

2004-07-15 13:13  rjongbloed

	* include/opalwavfile.h: Migrated changes from crs_vxnml_devel
	  branch into main trunk

2004-07-15 05:18  csoutheren

	* src/: opalvxml.cxx, opalwavfile.cxx: Migrated changes from
	  crs_vxnml_devel branch into main trunk

2004-07-15 03:41  csoutheren

	* configure.exe: Fixed problem when more than 2 elements in env var

2004-07-14 05:38  csoutheren

	* openh323_cfg.dxy: Updated document version for post-Pandora
	  release

2004-07-14 05:32  csoutheren

	* version.h: Adjusted to 1.15.0 after Pandora branch

2004-07-14 05:27  csoutheren

	* version.h: Incremented build number after tagging to v1_14_4.

2004-07-14 03:03  csoutheren

	* src/channels.cxx: Ensure payload type is set before codec Read
	  function is called

2004-07-13 14:09  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added virtual
	  to CleanUpConnections, thanks Eize Slange Added Q.931 ConnectAck
	  support , thanks Eize Slange

2004-07-13 12:19  csoutheren

	* include/h323con.h: Fixed cut & paste errors in comments

2004-07-11 14:07  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Added virtual to CleanUpConnections, thanks Eize Slange Added
	  Q.931 ConnectAck support , thanks Eize Slange

2004-07-11 13:37  rjongbloed

	* include/q931.h, src/q931.cxx: Added ConnectAck support and fixed
	  bugs in ChannelIdentificationIE, thanks Eize Slange

2004-07-11 13:36  rjongbloed

	* include/h323ep.h: Added virtual to CleanUpConnections, thanks
	  Eize Slange

2004-07-11 13:26  rjongbloed

	* src/vblasterlid.cxx: Fixed error in Voice Blaster tone queue,
	  thanks German Garcia

2004-07-11 12:38  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Fixed loading factories in static libraries.

2004-07-11 11:18  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed loading
	  factories in static libraries.

2004-07-11 10:09  csoutheren

	* src/transports.cxx: Patch for VxWorks thanks to Eize Slange

2004-07-07 10:04  csoutheren

	* include/mediafmt.h, src/h261codec.cxx, src/h323pluginmgr.cxx,
	  src/rfc2190avcodec.cxx: Added video codecs to default codec list,
	  but H.263 is only loaded if the .so/DLL is found

2004-07-07 09:03  csoutheren

	* src/precompile.cxx: Added #define that allows precompiled headers
	  to avoid including multiple versions of the static global hack
	  for factories

2004-07-07 05:53  csoutheren

	* src/channels.cxx: Fixed non-faststart comptibility problem with
	  Cisco gateways. Apparently, they do not return a session ID in
	  the OLCack in non-fastStart mode but they do in fastStart mode
	  (who'da - guessed that !)

2004-07-07 05:52  csoutheren

	* include/mediafmt.h, src/h323caps.cxx: Fixed incorrect strings
	  returned by GetFormatName on G.711 codecs

2004-07-05 08:43  csoutheren

	* ReadMe.txt: Removed refs to asnparser

2004-07-04 04:45  csoutheren

	* version.h: Incremented build number after tagging to v1_14_3.

2004-07-03 10:08  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Split video temporal/spatial trade off H.245 packets to separate
	  command and	indication functions and added quality parameter,
	  thanks Guilhem Tardy.

2004-07-03 09:05  csoutheren

	* src/h323caps.cxx: Applied patch 979639 to prevent crash in
	  FindCapability if capability does not exist Thanks to Dave Parr

2004-07-03 08:51  rjongbloed

	* src/: channels.cxx, h323.cxx, h323annexg.cxx, h323ep.cxx,
	  h323pluginmgr.cxx, h450pdu.cxx, rtp.cxx, t38proto.cxx: Added
	  PTRACE_PARAM() macro to fix warnings on parameters used in PTRACE
	  macros only.

2004-07-03 08:51  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added virtual
	  function for determining RTP payload type used in an H.323
	  channel,    also some added bullet proofing for exception
	  conditions, thanks Guilhem Tardy

2004-07-03 08:49  rjongbloed

	* src/codecs.cxx: Split video temporal/spatial trade off H.245
	  packets to separate command and   indication functions and added
	  quality parameter, thanks Guilhem Tardy.  Added PTRACE_PARAM()
	  macro to fix warnings on parameters used in PTRACE  macros only.

2004-07-03 08:48  rjongbloed

	* include/codecs.h: Split video temporal/spatial trade off H.245
	  packets to separate command and   indication functions and added
	  quality parameter, thanks Guilhem Tardy.

2004-07-03 08:13  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added virtual
	  function for determining RTP payload type used in an H.323
	  channel,    also some added bullet proofing for exception
	  conditions, thanks Guilhem Tardy

2004-07-03 07:47  rjongbloed

	* include/channels.h, src/OpenH323_2003.dtf,
	  src/OpenH323d_2003.dtf, src/OpenH323n_2003.dtf, src/channels.cxx,
	  src/h323rtp.cxx: Added virtual function for determining RTP
	  payload type used in an H.323 channel,    also some added bullet
	  proofing for exception conditions, thanks Guilhem Tardy

2004-07-03 06:33  rjongbloed

	* OpenH323.dsw: Made codecinfo use DLL

2004-07-03 06:02  rjongbloed

	* samples/codecinfo/codecinfo.dsp: Made codecinfo use DLL

2004-06-30 15:22  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Rewrite of plug in system to use single global variable for all
	  factories to avoid all sorts	 of issues with startup orders and
	  Windows DLL multiple instances.

2004-06-30 14:31  rjongbloed

	* include/h323caps.h, include/h323pluginmgr.h, include/mediafmt.h,
	  samples/codecinfo/main.cxx, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx, src/h323pluginmgr.cxx,
	  src/mediafmt.cxx: Rewrite of plug in system to use single global
	  variable for all factories to avoid all sorts   of issues with
	  startup orders and Windows DLL multiple instances.

2004-06-29 04:07  dereksmithies

	* ReadMe.txt: Fix some textual errors.

2004-06-28 05:40  dereksmithies

	* ReadMe.txt: Incorporate updates from Guilhem Tardy. Many thanks.

2004-06-27 07:51  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Require plugins to have _pwplugin suffix

2004-06-25 05:23  csoutheren

	* plugins/: audio/G726/G726.vcproj, audio/GSM0610/gsm0610.vcproj,
	  audio/IMA_ADPCM/IMA_ADPCM.vcproj, audio/LPC_10/LPC_10.vcproj,
	  audio/Speex/Speex.vcproj, audio/VoiceAgeG729/VoiceAgeG729.vcproj,
	  Codec Plugins.sln, audio/iLBC/ilbccodec.vcproj: Require plugins
	  to have _pwplugin suffix

2004-06-25 05:17  csoutheren

	* plugins/: Codec Plugins.dsw, audio/G726/G726.dsp,
	  audio/GSM0610/gsm0610.dsp, audio/IMA_ADPCM/IMA_ADPCM.dsp,
	  audio/LPC_10/LPC_10.dsp, audio/Speex/Speex.dsp,
	  audio/VoiceAgeG729/VoiceAgeG729.dsp, audio/iLBC/ilbccodec.dsp:
	  Require plugins to have _pwplugin suffix

2004-06-25 01:33  csoutheren

	* plugins/audio/: G726/Makefile.in, GSM0610/Makefile.in,
	  IMA_ADPCM/Makefile.in, LPC_10/Makefile.in, Speex/Makefile.in,
	  iLBC/Makefile.in: Changed Makefiles to ensure all plugins have
	  correct suffix

2004-06-24 15:20  csoutheren

	* Makefile.in: Checked in possible fix for bug 970090

2004-06-24 01:42  csoutheren

	* openh323_cfg.dxy: Added DOC_PLUS_PLUS define

2004-06-22 14:58  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Removed
	  experimental H.261 plug in capability VXML plug in changes.

2004-06-22 13:29  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Removed experimental H.261 plug in capability

2004-06-18 05:06  csoutheren

	* src/mediafmt.cxx: Changed dynamic payload type allocation code to
	  avoid needless renumbering of media formats when new formats are
	  created

2004-06-18 04:26  csoutheren

	* version.h: Incremented build number after tagging to v1_14_2.

2004-06-18 04:25  csoutheren

	* version.h: Pre-tagging check in for v1_14_2.

2004-06-18 04:25  csoutheren

	* samples/codecinfo/main.cxx: Added display of RTP payload types to
	  media format display

2004-06-18 04:24  csoutheren

	* src/mediafmt.cxx: Fixed allocation of dynamic RTP payload types
	  as suggested by Guilhem Tardy

2004-06-18 01:17  csoutheren

	* Makefile.in: Fixed permissions on install directories as
	  suggested by Al Piszcz

2004-06-18 01:14  csoutheren

	* plugins/audio/GSM0610/Makefile.in: Fixed error when using "make
	  install" with embedded GSM Thanks to Matthias Weber

2004-06-18 00:40  csoutheren

	* src/h323caps.cxx: Fixed typo in FindCapability, thanks to
	  Vyacheslav Frolov

2004-06-18 00:04  csoutheren

	* plugins/audio/: G726/g726codec.c, GSM0610/gsm06_10_codec.c,
	  IMA_ADPCM/ima_adpcm.c, LPC_10/lpc_10_codec.c,
	  VoiceAgeG729/g729codec.c, iLBC/ilbccodec.c: Changed codec version
	  number to be sensible rather than string $Ver$

2004-06-16 09:50  csoutheren

	* src/h323caps.cxx: Fixed potential crash caused when user
	  indication capabilities are not present. Thanks to Yuri Kiryanov

2004-06-16 07:32  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Removed non-working codecs

2004-06-16 06:35  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Cleanup and add extra tables

2004-06-16 06:21  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Added rest of supported Speex
	  codecs

2004-06-16 06:00  csoutheren

	* src/h323pluginmgr.cxx: Fixed problems with T35 information in
	  plugin codecs

2004-06-16 05:57  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Fixed strings

2004-06-16 05:33  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Initial support for ACM Speex

2004-06-15 12:12  csoutheren

	* samples/codecinfo/main.cxx: Added -C option

2004-06-15 05:31  csoutheren

	* src/h323trans.cxx: Moved locking to avoid potential problems with
	  race conditions in gkclient code

2004-06-15 05:30  csoutheren

	* include/gkserver.h: Adde guard to function to prevent crash if no
	  aliases on an endpoint

2004-06-15 05:30  csoutheren

	* include/h323con.h, include/h323ep.h, src/gkclient.cxx,
	  src/h323.cxx, src/h323ep.cxx: Added OnSendARQ to allow access to
	  the ARQ message before sent by connection

2004-06-12 03:21  csoutheren

	* configure: Changed to disable non-compliant H.263 by default

2004-06-10 15:16  csoutheren

	* configure, openh323u.mak.in, src/Makefile: Added configure option
	  to remove ASN tracing

2004-06-10 09:21  csoutheren

	* OpenH323Lib.dsp: Removed G.726 files as these are now in a plugin

2004-06-10 01:48  csoutheren

	* src/h323.cxx: Improved resolution of remote party name

2004-06-10 01:31  csoutheren

	* src/h323.cxx: Ensure correct call failure code is returned when
	  call ends due to facility deflect

2004-06-10 01:28  csoutheren

	* src/h323.cxx: Ensured that Alerting that is not associated with
	  media startup does not prematurely send back a refusal of
	  fastConnect

2004-06-09 15:18  csoutheren

	* src/h323pluginmgr.cxx: Fixed compile errors and warnings when
	  --disable-video and --disable-audio used, thanks to Paul Rolland

2004-06-08 16:54  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Updated to new factory based capability system.  Removed the
	  unmangled versions of symbols to eliminate problems withthe line
	  length   exceeding MSVC linkers internal limits. Has added
	  benefit of making files half the size.

2004-06-08 15:32  rjongbloed

	* src/h323caps.cxx: Fixed (pre)condition for checking and matching
	  capabilities, thanks Guilhem Tardy

2004-06-08 15:31  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Provide
	  backwards compatibility for applications using old capability API

2004-06-08 03:20  csoutheren

	* include/h323caps.h, src/h323caps.cxx: Provide backwards
	  compatibility for applications using old capability API

2004-06-06 10:44  rjongbloed

	* src/q931.cxx: Fixed incorrect test for Q.931 calls state
	  information element, thanks Stelios Vaiopoulos

2004-06-05 06:58  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Updated to new
	  factory based capability system.  Removed the unmangled versions
	  of symbols to eliminate problems withthe line length	 exceeding
	  MSVC linkers internal limits. Has added benefit of making files
	  half the size.

2004-06-04 09:05  csoutheren

	* include/: gkserver.h, h323ep.h: Fixed obvious typos

2004-06-04 05:18  csoutheren

	* version.h: Incremented build number after tagging to v1_14_1.

2004-06-04 05:17  csoutheren

	* version.h: Pre-tagging check in for v1_14_1.

2004-06-04 01:20  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Fixed compile
	  problem on some gcc variants

2004-06-03 15:56  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  More factory changes to help with DLL

2004-06-03 15:32  csoutheren

	* src/: h323caps.cxx, h323pluginmgr.cxx, mediafmt.cxx: Renamed
	  INSTANTIATE_FACTORY

2004-06-03 14:48  csoutheren

	* src/: h323caps.cxx, h323pluginmgr.cxx, mediafmt.cxx: Decomposed
	  PFactory declarations to hopefully avoid problems with DLLs

2004-06-01 12:29  csoutheren

	* src/h323pluginmgr.cxx: Fixed problems on Linux

2004-06-01 09:30  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Removed
	  accidental cut & paste in new code that removed capabilities

2004-06-01 07:53  csoutheren

	* samples/codecinfo/main.cxx: Added option to show list of
	  registered capabilities

2004-06-01 07:50  csoutheren

	* src/mediafmt.cxx: Increased usage of typedef'ed factory rather
	  than redefining

2004-06-01 07:49  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Added code to
	  cleanup some allocated memory upon shutdown

2004-06-01 07:47  csoutheren

	* include/h323caps.h, include/h323ep.h, src/h323caps.cxx,
	  src/h323ep.cxx, src/lid.cxx: Changed capability table to use
	  abstract factory routines rather than internal linked list

2004-05-31 03:32  csoutheren

	* src/h323caps.cxx: Removed debugging left behind

2004-05-27 12:52  csoutheren

	* plugins/audio/G726/g726codec.c: Changed samples per frame to 8,
	  thanks to David Parr

2004-05-27 01:44  csoutheren

	* src/h323pluginmgr.cxx: Fixed problem with incorrect return value
	  on streamed codec functions

2004-05-27 01:41  csoutheren

	* plugins/audio/G726/g726codec.c: Fixed problem with incorrect
	  types on encode and decode functions

2004-05-26 06:13  csoutheren

	* src/h323caps.cxx: Safeguard against accidentally removing all
	  capabilities by passing empty string to RemoveCapability

2004-05-26 06:00  csoutheren

	* src/h323caps.cxx: Fixed calling of non-standard capability
	  compare function used primarily for plugin codecs

2004-05-26 05:56  csoutheren

	* plugins/audio/: GSM0610/gsm06_10_codec.c, IMA_ADPCM/ima_adpcm.c:
	  Fixed codecs using compare functions for non-standard capability
	  matching

2004-05-24 11:53  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Made some subtle changes to the way the static variables are
	  instantiated in   the factoris to fix problems with DLL's under
	  windows. May not be final solution.  Tidied some of the
	  OpalMediaFormat usage after abandoning some previous	 code due
	  to MSVC6 compiler bug.

2004-05-23 15:12  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Made some
	  subtle changes to the way the static variables are instantiated
	  in   the factoris to fix problems with DLL's under windows. May
	  not be final solution.  Tidied some of the OpalMediaFormat usage
	  after abandoning some previous   code due to MSVC6 compiler bug.

2004-05-23 14:49  rjongbloed

	* include/mediafmt.h, src/h323pluginmgr.cxx, src/mediafmt.cxx:
	  Tidied some of the OpalMediaFormat usage after abandoning some
	  previous   code due to MSVC6 compiler bug.

2004-05-23 14:47  rjongbloed

	* OpenH323.dsw: Added codec info program

2004-05-23 14:46  rjongbloed

	* OpenH323Lib.dsp, OpenH323dll.dsp: Removed inline optimisation on
	  modules that use a factory as MSVC6 is   broken and generates
	  incorrect code using the same instance of the   static variable
	  for all template instantiations.

2004-05-23 14:40  rjongbloed

	* include/h323pluginmgr.h: Simplified call for getting H323 plug
	  manager instance

2004-05-23 14:38  rjongbloed

	* samples/codecinfo/main.cxx: Tidied up the output format of the
	  codec listing

2004-05-23 14:03  rjongbloed

	* src/channels.cxx: Fix problem with crashing on debug if change
	  log level in mid call, thanks Ben Lear

2004-05-20 04:07  csoutheren

	* include/mediafmt.h, samples/simple/main.cxx, src/h261codec.cxx,
	  src/h323caps.cxx, src/mediafmt.cxx, src/rfc2190avcodec.cxx,
	  src/t120proto.cxx: Use macro to work around MSVC internal
	  compiler errors

2004-05-20 01:42  csoutheren

	* src/h323caps.cxx: Included <algorithm>

2004-05-19 16:08  csoutheren

	* plugins/configure: Fixed problem with GSM codec defaulting to
	  embedded

2004-05-19 15:28  csoutheren

	* src/h323caps.cxx: Changed H323EndPoint::AddAllCapabilities to
	  only add standard media formats

2004-05-19 11:48  csoutheren

	* src/mediafmt.cxx: Fixed problem with non-RTP media formats
	  causing endless loops

2004-05-19 09:38  csoutheren

	* include/mediafmt.h, src/h261codec.cxx, src/h323caps.cxx,
	  src/h323pluginmgr.cxx, src/lid.cxx, src/mediafmt.cxx,
	  src/rfc2190avcodec.cxx, src/t120proto.cxx: Changed
	  OpalMediaFormat handling to use abstract factory method functions

2004-05-19 01:12  csoutheren

	* src/h323pluginmgr.cxx: Fixed problem with plugins for predefined
	  formats not appearing in default media format list

2004-05-19 01:03  csoutheren

	* include/h323pluginmgr.h: Added empty destructor to prevent gcc
	  3.3.3 from getting link errors.

2004-05-19 00:32  csoutheren

	* include/h323pluginmgr.h: Added pragma inteface

2004-05-19 00:29  csoutheren

	* samples/codecinfo/main.cxx: Added trace commands

2004-05-19 00:27  csoutheren

	* configure, include/openh323buildopts.h.in, src/Makefile: Initial
	  support for embedded codecs

2004-05-19 00:26  csoutheren

	* include/h323pluginmgr.h, include/opalplugin.h,
	  src/h323pluginmgr.cxx: Initial support for embedded codecs Fixed
	  problems with streamed codec support Updates for abstract factory
	  loading methods

2004-05-19 00:24  csoutheren

	* plugins/: configure, audio/GSM0610/Makefile.in,
	  audio/GSM0610/gsm06_10_codec.c: Initiali support for embedded
	  codecs

2004-05-18 15:03  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More work on
	  "abstract factory" template classes, codec plugins now use them

2004-05-18 09:08  csoutheren

	* samples/codecinfo/main.cxx: Fixed problem with help being
	  displayed in wrong places

2004-05-18 08:03  csoutheren

	* src/h323ep.cxx: Removed warnings under Windows

2004-05-18 08:02  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Deferred plugin
	  codec loading until after main has executed by using abstract
	  factory classes

2004-05-18 02:05  rjongbloed

	* samples/codecinfo/main.cxx: Fixed Win32 compatibility

2004-05-17 14:14  csoutheren

	* include/h323ep.h, src/h323.cxx, src/h323ep.cxx: Added support for
	  different SETUP PDU types

2004-05-17 08:08  csoutheren

	* Makefile.in, openh323.dxy, openh323_cfg.dxy: Changed "make docs"
	  to use Doxygen Added new doc main page and config file

2004-05-14 13:52  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed correct
	  usage of the subtle distinction between the capability   name
	  (with {sw} etc) and the media format name.  Fixed usage of the
	  compare function in non-standard capabilities.  Added function to
	  get all software media formats registered.

2004-05-13 15:10  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Fixed correct usage of the subtle distinction between the
	  capability   name (with {sw} etc) and the media format name.
	  Fixed usage of the compare function in non-standard capabilities.
	  Added function to get all software media formats registered.

2004-05-13 14:49  rjongbloed

	* include/h323caps.h, src/h323caps.cxx: Fixed usage of the compare
	  function in non-standard capabilities.

2004-05-13 14:48  rjongbloed

	* src/h323pluginmgr.cxx: Fixed correct usage of the subtle
	  distinction between the capability   name (with {sw} etc) and the
	  media format name.

2004-05-13 12:35  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Fixed bit rates and bytes per
	  frame for each codec

2004-05-13 04:26  dereksmithies

	* include/h235auth.h, include/transports.h, openh323.dxx: Fixes so
	  make docs does not generate warning messages about brackets.

2004-05-13 01:18  csoutheren

	* src/ffh263codec.cxx, src/rfc2190avcodec.cxx,
	  include/ffh263codec.h, include/rfc2190avcodec.h: Adjusted
	  copyright notices for ffh263 and rfc2190 files

2004-05-12 15:42  csoutheren

	* samples/codecinfo/main.cxx: Added more functions

2004-05-12 15:41  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Added support for
	  getting lists of media formats from plugin manager

2004-05-12 15:38  csoutheren

	* configure, openh323u.mak.in: Added support for --disable-video
	  and --disable-audio

2004-05-12 14:32  csoutheren

	* plugins/audio/: G726/g726codec.c, Speex/speexcodec.cxx: More name
	  fixes

2004-05-12 14:09  csoutheren

	* plugins/audio/G726/g726codec.c: Fixed accidental use of dynamic
	  RTP types

2004-05-12 13:27  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Changed codec name to match
	  embedded codec

2004-05-11 16:07  csoutheren

	* plugins/audio/: GSM0610/gsm06_10_codec.c, IMA_ADPCM/ima_adpcm.c:
	  Fixed problems with non-standard codecs using comparefunc

2004-05-11 16:07  csoutheren

	* samples/codecinfo/main.cxx: Updated to display all plugin codec
	  information

2004-05-11 14:45  rjongbloed

	* OpenH323.sln: Changed G.726 and MS-ADPCM to plug in codecs.

2004-05-11 14:45  rjongbloed

	* plugins/audio/GSM0610/gsm06_10_codec.c: Fixed codec name to be
	  compatible with standard OpalMediaFormat

2004-05-11 13:36  rjongbloed

	* samples/codecinfo/: .cvsignore, codecinfo.dsp, codecinfo.dsw,
	  precompile.cxx: Added windows build to codec info app.

2004-05-11 13:27  rjongbloed

	* plugins/audio/: G726/.cvsignore, IMA_ADPCM/.cvsignore: Changed
	  G.726 and MS-ADPCM to plug in codecs.

2004-05-11 13:23  rjongbloed

	* OpenH323Lib.dsp, plugins/audio/G726/G726.dsp,
	  plugins/audio/IMA_ADPCM/IMA_ADPCM.dsp, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, OpenH323.dsw,
	  plugins/audio/LPC_10/LPC_10.dsp: Changed G.726 and MS-ADPCM to
	  plug in codecs.

2004-05-11 03:19  csoutheren

	* samples/codecinfo/: Makefile, main.cxx, main.h: Initial version

2004-05-10 15:37  rjongbloed

	* OpenH323Lib.vcproj, include/h323.h, src/OpenH323_2003.dtf,
	  src/OpenH323d_2003.dtf, src/OpenH323n_2003.dtf,
	  plugins/audio/G726/G726.vcproj,
	  plugins/audio/IMA_ADPCM/IMA_ADPCM.vcproj: Changed G.726 and
	  MS-ADPCM to plug in codecs.

2004-05-10 15:14  csoutheren

	* plugins/audio/G726/G726.dsp: Grrr..forgot to save workspace
	  before checking in. Again

2004-05-10 14:44  csoutheren

	* src/Makefile: Removed G.726 and IMA ADPCM codecs

2004-05-10 14:42  csoutheren

	* plugins/: Makefile, configure, audio/IMA_ADPCM/Makefile.in:
	  Include IMA ADPCM plugin

2004-05-10 14:37  csoutheren

	* plugins/audio/IMA_ADPCM/IMA_ADPCM.dsp: Grrr..forgot to save
	  workspace before checking in

2004-05-10 14:36  csoutheren

	* plugins/audio/IMA_ADPCM/: IMA_ADPCM.dsp, ima_adpcm.c: New
	  implementation

2004-05-10 13:57  csoutheren

	* plugins/audio/G726/g726codec.c: Changed function to be static

2004-05-10 13:36  csoutheren

	* plugins/audio/G726/g726codec.c: Compiled under Windows

2004-05-10 13:28  csoutheren

	* plugins/: Makefile, configure, audio/G726/Makefile.in: Added
	  G.726 plugin

2004-05-10 13:20  csoutheren

	* plugins/audio/G726/: g711.c, g726codec.c: Compiled under Windows

2004-05-10 12:14  csoutheren

	* plugins/audio/GSM0610/gsm06_10_codec.c: Removed warnings under
	  Linux

2004-05-10 03:01  csoutheren

	* src/h323caps.cxx: Guarded against NULL capabilities passed to
	  AddCapability

2004-05-09 16:58  csoutheren

	* plugins/audio/G726/: G726.dsp, g726codec.c, g726/g726_16.c,
	  g726/g726_24.c, g726/g726_32.c, g726/g726_40.c, g726/g72x.c,
	  g726/g72x.h, g726/private.h: Initial version - not yet finished

2004-05-09 16:44  csoutheren

	* include/opalplugin.h, src/h323pluginmgr.cxx: Added support for
	  streamed plugin audio codecs

2004-05-09 12:22  csoutheren

	* src/codecs.cxx: Changed new DecodeFrame to handle bytes per frame

2004-05-09 12:08  csoutheren

	* include/codecs.h, src/codecs.cxx, src/h323pluginmgr.cxx: Changed
	  new DecodeFrame to return bytes decoded rather than samples
	  decoded Added support for new DecodeFrame to plugin manager

2004-05-09 09:01  rjongbloed

	* src/vpblid.cxx: Patches for special BUSY codes etc, thanks Pietro
	  Ravasio

2004-05-09 07:38  rjongbloed

	* plugins/: .cvsignore, audio/GSM0610/.cvsignore,
	  audio/LPC_10/.cvsignore, audio/Speex/.cvsignore,
	  audio/iLBC/.cvsignore: Added cvs ignore of stuff

2004-05-09 07:13  rjongbloed

	* src/: OpenH323d.dtf, OpenH323n.dtf: Fixed Clone() functions in
	  plug in capabilities so uses copy constructor and   thus copies
	  all fields and all ancestors fields.	  Thanks Gustavo Garca
	  Bernardo Telefnica R&D

2004-05-07 08:44  csoutheren

	* src/: h323pdu.cxx, q931.cxx: Fixed problem with empty Q>931
	  DisplayName

2004-05-06 14:54  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf,
	  h323pluginmgr.cxx: Fixed Clone() functions in plug in
	  capabilities so uses copy constructor and   thus copies all
	  fields and all ancestors fields.    Thanks Gustavo Garca
	  Bernardo Telefnica R&D

2004-05-06 14:53  rjongbloed

	* src/h323caps.cxx: Fixed ability to encode rxtx and tx
	  capabilities, thanks Vyacheslav Andrejev.

2004-05-05 16:11  csoutheren

	* src/: gkserver.cxx, peclient.cxx: Fixed problems with
	  AccessRequest returning wildcards

2004-05-05 15:59  rjongbloed

	* src/OpenH323_2003.dtf, src/OpenH323d_2003.dtf,
	  src/OpenH323n_2003.dtf, plugins/audio/LPC_10/LPC_10.vcproj:
	  Converted LPC-10 codec to plug in.

2004-05-05 15:40  rjongbloed

	* plugins/audio/LPC_10/LPC_10.vcproj: Converted LPC-10 codec to
	  plug in.

2004-05-05 15:25  rjongbloed

	* plugins/audio/LPC_10/src/f2clib.c: Fixed clearly incorrect code
	  (dived by zero) found with an MSVC warning

2004-05-05 15:22  rjongbloed

	* plugins/audio/GSM0610/gsm06_10_codec.c: Fixed MSVC warning

2004-05-05 15:07  rjongbloed

	* OpenH323.dsw, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Converted LPC-10 codec to plug in.

2004-05-05 11:40  csoutheren

	* src/mediafmt.cxx: OpalMediaFormat.Clone() does not exist - use
	  copy constructor instead

2004-05-05 02:09  csoutheren

	* OpenH323.sln, OpenH323Lib.vcproj: Removed LPC10 files

2004-05-05 02:06  csoutheren

	* OpenH323Lib.dsp: Removed LPC10 include file

2004-05-05 01:54  csoutheren

	* OpenH323Lib.dsp: Removed LPC10 files

2004-05-05 01:54  csoutheren

	* include/h323.h: Removed usage of lpc10codec.h

2004-05-05 01:23  csoutheren

	* src/opalvxml.cxx: Removed usage of lpc10 and mscodecs

2004-05-04 14:50  csoutheren

	* src/Makefile: Having a bad day with endifs

2004-05-04 14:46  csoutheren

	* src/Makefile: Moved LPC-10 to plugins

2004-05-04 14:45  csoutheren

	* plugins/audio/GSM0610/gsm06_10_codec.c: Added MS-GSM

2004-05-04 14:09  csoutheren

	* plugins/audio/LPC_10/LPC_10.dsp: Initial version

2004-05-04 13:32  csoutheren

	* plugins/: Makefile, configure, audio/LPC_10/Makefile.in: Added
	  LPC10 codec

2004-05-04 13:30  csoutheren

	* plugins/audio/LPC_10/lpc10.h: Initial version

2004-05-04 13:16  csoutheren

	* plugins/audio/LPC_10/: LPC_10.dsp, README, lpc_10_codec.c,
	  src/Makefile, src/README, src/analys.c, src/bsynz.c,
	  src/chanwr.c, src/dcbias.c, src/decode_.c, src/deemp.c,
	  src/difmag.c, src/dyptrk.c, src/encode_.c, src/energy.c,
	  src/f2c.h, src/f2clib.c, src/ham84.c, src/hp100.c, src/invert.c,
	  src/irc2pc.c, src/ivfilt.c, src/lpcdec.c, src/lpcenc.c,
	  src/lpcini.c, src/lpfilt.c, src/makefile.dos, src/makefile.unx,
	  src/median.c, src/mload.c, src/onset.c, src/pitsyn.c,
	  src/placea.c, src/placev.c, src/preemp.c, src/prepro.c,
	  src/random.c, src/rcchk.c, src/synths.c, src/tbdm.c,
	  src/voicin.c, src/vparms.c: Initial version

2004-05-04 05:33  csoutheren

	* src/: h261codec.cxx, h263codec.cxx, h323caps.cxx,
	  h323pluginmgr.cxx, h323t38.cxx, lid.cxx, rfc2190avcodec.cxx:
	  Added guards against comparing certain kinds of Capabilities

2004-05-04 02:06  csoutheren

	* src/Makefile: Restored deleted endif

2004-05-04 02:05  csoutheren

	* src/Makefile: Removed usage of g729codec.cxx

2004-05-04 02:02  csoutheren

	* plugins/configure: Updated for latest

2004-05-04 01:59  csoutheren

	* config.sub, config.guess: Needed for configure

2004-05-03 16:36  rjongbloed

	* OpenH323.sln, OpenH323Lib.vcproj,
	  plugins/audio/GSM0610/gsm0610.vcproj,
	  plugins/audio/GSM0610/gsm06_10_codec.c, src/OpenH323_2003.dtf,
	  src/OpenH323d_2003.dtf, src/OpenH323n_2003.dtf: Converted
	  everything to be codec plug in freindly Removed GSM and G.729 as
	  now plug ins are "the way"!

2004-05-03 16:13  rjongbloed

	* plugins/audio/VoiceAgeG729/.cvsignore: Converted everything to be
	  codec plug in freindly Removed GSM and G.729 as now plug ins are
	  "the way"!

2004-05-03 15:21  rjongbloed

	* OpenH323.dsw, OpenH323Lib.dsp, include/h323.h,
	  samples/mfc/mfcEndPoint.cpp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, plugins/audio/GSM0610/.cvsignore,
	  plugins/audio/GSM0610/gsm0610.dsp, src/opalvxml.cxx: Converted
	  everything to be codec plug in freindly Removed GSM and G.729 as
	  now plug ins are "the way"!

2004-05-03 15:01  csoutheren

	* Makefile.in, configure: Fixed still more problems in install
	  targets

2004-05-03 14:33  csoutheren

	* Makefile.in: Changed install target to work on multiple platforms

2004-05-03 13:26  csoutheren

	* plugins/: Makefile, configure: Fixed to work on Solaris

2004-05-03 13:08  csoutheren

	* plugins/: configure, audio/GSM0610/Makefile.in,
	  audio/Speex/Makefile.in, audio/iLBC/Makefile.in: Modified to
	  allow plugins to be created on various platforms

2004-05-03 02:52  csoutheren

	* include/mediafmt.h, src/mediafmt.cxx: Fixed problem with
	  OpalMediaFormat::GetMediaFormatsList Added new version of
	  OpalMediaFormat::GetMediaFormatsList that minimses copying

2004-05-02 20:49  ykiryanov

	* src/rtp.cxx: Removed ifdef BeOS to add functionality

2004-05-02 15:57  rjongbloed

	* plugins/audio/GSM0610/Makefile.in: Fixed building local GSM if no
	  system library

2004-05-02 15:47  csoutheren

	* include/h323.h: Removed gsmcodec.h

2004-05-02 15:36  csoutheren

	* src/Makefile: Removed GSM as this is now a plugin

2004-05-02 13:10  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed loading
	  of plug ins when multiple plug in class sets used. Especially
	  H.323 codecs.

2004-05-02 13:06  rjongbloed

	* OpenH323.dsw: Added VoiceAge G.729 codec plug in.

2004-05-02 13:06  rjongbloed

	* plugins/audio/: Speex/Speex.dsp, VoiceAgeG729/VoiceAgeG729.dsp,
	  iLBC/ilbccodec.dsp: Cleaned up the compilation directories for
	  plug ins.

2004-05-02 11:24  rjongbloed

	* plugins/: .cvsignore, audio/Speex/.cvsignore,
	  audio/Speex/Speex.vcproj, audio/VoiceAgeG729/.cvsignore,
	  audio/VoiceAgeG729/VoiceAgeG729.vcproj, audio/iLBC/.cvsignore,
	  audio/iLBC/ilbccodec.vcproj: Cleaned up the compilation
	  directories for plug ins.

2004-05-02 10:59  rjongbloed

	* OpenH323.sln, plugins/audio/VoiceAgeG729/VoiceAgeG729.dsp,
	  plugins/audio/VoiceAgeG729/VoiceAgeG729.vcproj,
	  plugins/audio/VoiceAgeG729/g729codec.c: Added VoiceAge G.729
	  codec plug in.

2004-05-02 10:51  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323n_2003.dtf: Fixed loading of
	  plug ins when multiple plug in class sets used. Especially H.323
	  codecs.

2004-05-02 10:24  rjongbloed

	* src/: OpenH323d_2003.dtf, h323pluginmgr.cxx: Fixed loading of
	  plug ins when multiple plug in class sets used. Especially H.323
	  codecs.

2004-05-02 07:04  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Fixed problems with G.711 caused by fixing problem with
	  G.723.1-5k3 mode.

2004-05-02 06:52  rjongbloed

	* include/codecs.h, src/codecs.cxx: Fixed problems with G.711
	  caused by fixing problem with G.723.1-5k3 mode.

2004-05-01 20:20  dominance

	* configure, plugins/configure: fixed broken compile due to missing
	  plugins/configure

2004-04-29 17:04  ykiryanov

	* src/h323pluginmgr.cxx: Added #ifndef NO_H323_VIDEO around video
	  codec code

2004-04-29 17:03  csoutheren

	* Makefile.in: Fixed INSTALL var

2004-04-29 16:50  csoutheren

	* install-sh: Initial version

2004-04-29 16:47  csoutheren

	* Makefile.in, configure, include/openh323buildopts.h.in,
	  plugins/audio/GSM0610/Makefile.in,
	  plugins/audio/Speex/Makefile.in, plugins/audio/iLBC/Makefile.in:
	  Reconfigured plugin makefiles per suggestions from Damien Sandras
	  Changed install targets to use $(INSTALL)

2004-04-29 12:48  csoutheren

	* plugins/audio/GSM0610/Makefile.in: Initial version

2004-04-29 10:47  dominance

	* configure: Missing part if Damien's configure.in commit.

2004-04-29 06:21  csoutheren

	* configure.exe: Updated to 1.3.1

2004-04-29 01:40  csoutheren

	* src/rfc2190avcodec.cxx: Fixed compile error on Windows

2004-04-28 15:44  csoutheren

	* src/rfc2190avcodec.cxx: Use av_free function to free H.263
	  contexts rather than assuming free is OK Thanks for Guilhem Tardy
	  for this suggestion

2004-04-27 12:41  csoutheren

	* plugins/Makefile: Added all standard targets

2004-04-27 12:18  csoutheren

	* Makefile.in: Added plugins to standard builds

2004-04-27 12:17  csoutheren

	* plugins/Makefile: Added simple Makefile

2004-04-26 12:44  csoutheren

	* src/: ffh263codec.cxx, rfc2190avcodec.cxx: Included most recent
	  H.263 stubs from Guilhem Tardy This appears to fix the stability
	  problems on transmitting video from Linux

2004-04-26 00:23  ykiryanov

	* src/transports.cxx: Removed couple of ifdef BEOS. More
	  functionality

2004-04-25 12:35  rjongbloed

	* src/OpenH323n_2003.dtf: Added RFC 2190 H.263 code as created by
	  Guilhem Tardy and AliceStreet

2004-04-25 11:08  rjongbloed

	* include/ixjlid.h: Fixed being able to link of system does not
	  have IxJ LID configured.

2004-04-25 10:11  rjongbloed

	* src/OpenH323.dtf: GNU GCC 3.4 warnings

2004-04-25 03:52  rjongbloed

	* include/gkserver.h, src/Makefile, src/h450pdu.cxx,
	  src/vic/encoder-h261.cxx: Fixed GCC 3.4 warnings

2004-04-25 01:58  rjongbloed

	* src/: gkserver.cxx, h323.cxx, rtp.cxx: Fixed GCC 3.4 warning
	  about PAssertNULL

2004-04-24 04:20  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf: Added RFC 2190 H.263
	  code as created by Guilhem Tardy and AliceStreet

2004-04-24 02:47  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added RFC 2190
	  H.263 code as created by Guilhem Tardy and AliceStreet

2004-04-24 02:43  rjongbloed

	* OpenH323Lib.dsp: Added RFC 2190 H.263 code as created by Guilhem
	  Tardy and AliceStreet

2004-04-24 02:41  rjongbloed

	* include/rfc2190avcodec.h, src/rfc2190avcodec.cxx: Fixed file
	  names in header comment.

2004-04-23 05:50  csoutheren

	* include/ffh263codec.h: Added missing start comment and repaired
	  inadvertant change to #ifdef

2004-04-23 00:34  csoutheren

	* openh323u.mak.in, include/ffh263codec.h, include/h263codec.h,
	  include/h323pluginmgr.h, include/openh323buildopts.h.in,
	  include/rfc2190avcodec.h, src/Makefile, src/ffh263codec.cxx,
	  src/h323pluginmgr.cxx, src/rfc2190avcodec.cxx: Fixed mispelling
	  of Guilhem Tardy - my apologies to him

2004-04-23 00:24  csoutheren

	* include/ffh263codec.h: Fixed wrong usage of pragma message

2004-04-23 00:20  csoutheren

	* include/rfc2190avcodec.h, src/rfc2190avcodec.cxx: New files for
	  RFC2190 H.263 video codec Added RFC 2190 H.263 code as created by
	  Guilheim Tardy and AliceStreet Many thanks to them for their
	  contributions.

2004-04-22 16:40  csoutheren

	* ReadMe.txt: Changed to include documentation on RFC2190 H.263

2004-04-22 16:22  csoutheren

	* configure, openh323u.mak.in, include/ffh263codec.h,
	  include/h263codec.h, include/h323pluginmgr.h,
	  include/openh323buildopts.h.in, src/Makefile,
	  src/ffh263codec.cxx, src/h323pluginmgr.cxx: Added RFC 2190 H.263
	  code as created by Guilheim Tardy and AliceStreet Many thanks to
	  them for their contributions.

2004-04-22 14:38  rjongbloed

	* include/rtp.h, src/h323caps.cxx, src/rtp.cxx: Removed the RTP QoS
	  class if there is no QoS support in build,   thanks Nick Hoath,
	  ISDN Communications Ltd.

2004-04-21 06:58  csoutheren

	* src/h323caps.cxx: Fixed problem with mode select, thanks to Vamsi
	  K Pottangi

2004-04-21 06:52  csoutheren

	* src/gkserver.cxx: Fixed problem wil using the incorrect call for
	  AddCall

2004-04-21 03:39  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Added new overrides to
	  GatekeeperServer to provide virtuals when calls and endpoints are
	  created and destroyed

2004-04-20 09:53  csoutheren

	* src/h323.cxx: Fixed problems with NAT detection

2004-04-20 07:24  csoutheren

	* include/h323con.h, src/h323pdu.cxx: Added ability to specify
	  Q.931 DisplayName

2004-04-20 04:40  csoutheren

	* src/h323trans.cxx: Fixed deadlock in transport thread shutdown
	  caused by attempting to age responses while threading is being
	  killed

2004-04-20 03:37  csoutheren

	* src/peclient.cxx: Removed uneeded mutex signal

2004-04-19 05:48  dereksmithies

	* src/h263codec.cxx: Adjust Acknowledgements. Thanks to Guilhem
	  Tardy for describing the error.

2004-04-19 02:22  csoutheren

	* version.h: Incremented build number after tagging to v1_14_0.

2004-04-18 23:49  ykiryanov

	* src/Makefile: Ifdef'd inclusion of ixjunix for BeOS platform

2004-04-18 14:54  csoutheren

	* src/g726/g72x.c: Patches to G.726 code thanks to Guilhem Tardy

2004-04-18 07:15  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed all
	  operators that return BOOL to return standard type bool. This is
	  primarily   for improved compatibility with std STL usage
	  removing many warnings.

2004-04-18 06:38  rjongbloed

	* include/guid.h, src/OpenH323_2003.dtf, src/OpenH323d_2003.dtf,
	  src/OpenH323n_2003.dtf: Changed all operators that return BOOL to
	  return standard type bool. This is primarily	 for improved
	  compatibility with std STL usage removing many warnings.

2004-04-16 06:04  csoutheren

	* src/codecs.cxx: Prevent codecs with variable length frrames from
	  doing strange things

2004-04-16 06:01  csoutheren

	* src/h323.cxx: Prevent NAT detection from falsely triggering

2004-04-16 06:00  csoutheren

	* src/jitter.cxx: Prevent lots of "all packets have marker bits
	  set" message from cluttering the logs

2004-04-15 09:43  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Allow gatekeeper to make a
	  decision on multiple alias registrations for each registration

2004-04-14 15:05  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf, OpenH323n_2003.dtf:
	  Plug in module manager changes.

2004-04-14 14:23  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Plug in module
	  manager changes.

2004-04-14 13:40  csoutheren

	* configure, openh323u.mak.in, src/Makefile: Updated to detect
	  system GSM library

2004-04-14 10:14  csoutheren

	* include/h323pluginmgr.h, src/h323pluginmgr.cxx: Changed to use
	  generic plugin manager

2004-04-14 03:41  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Added access to endpoint
	  information for GetUserPassword

2004-04-14 02:32  csoutheren

	* src/: gkserver.cxx, peclient.cxx: Quick changes to ensure that
	  non-specific H.501 routes are returned This will need to be
	  changed later to allow retreiving multiple routes from an
	  AccessRequest

2004-04-14 01:13  csoutheren

	* Makefile.in: Change default build to library only Added "apps"
	  target for applications

2004-04-13 14:30  rjongbloed

	* src/h323.cxx: Fixed AnswerCallAlertWithMedia so will send an
	  ALERTING pdu even if the   mediaWaitForConnect is set.

2004-04-13 14:01  rjongbloed

	* src/OpenH323n_2003.dtf: Added various multi-threading support
	  classes eg PAtimicInteger etc

2004-04-13 07:50  csoutheren

	* include/h323con.h: Added function to get access to the connection
	  NAT flag

2004-04-11 15:27  csoutheren

	* src/Makefile: Added plugin manager to Makefile

2004-04-09 15:46  rjongbloed

	* src/OpenH323_2003.dtf: Many and various changes to support new
	  Visual C++ 2003

2004-04-09 15:28  rjongbloed

	* src/: h323caps.cxx, h323pluginmgr.cxx: Fixed conversion of plug
	  ins from OpenH323 to OPAL naming convention.

2004-04-09 14:56  rjongbloed

	* src/ixjwin32.cxx: Fixed automatic loading of winmm.lib if this
	  module included.

2004-04-09 14:25  csoutheren

	* include/opalplugin.h: Renamed from h323plugin.h

2004-04-09 14:24  csoutheren

	* include/h323pluginmgr.h, plugins/audio/GSM0610/gsm06_10_codec.c,
	  plugins/audio/Speex/speexcodec.cxx,
	  plugins/audio/iLBC/ilbccodec.c: Renamed h323plugin.h to
	  opalplugin.h, and modified everything else as required

2004-04-09 14:02  rjongbloed

	* OpenH323dll.vcproj, src/OpenH323_2003.dtf,
	  src/OpenH323d_2003.dtf, src/OpenH323n_2003.dtf: Changes to
	  support native C++ Run Time Type Information

2004-04-09 11:34  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changes to
	  support native C++ Run Time Type Information

2004-04-09 04:55  csoutheren

	* OpenH323dll.vcproj: Fixed some slashes and changed to use correct
	  VS.net 2003 PWLib dtf files

2004-04-07 09:50  rjongbloed

	* plugins/audio/Speex/Speex.dsp, plugins/audio/iLBC/ilbccodec.dsp,
	  samples/opent38/opent38.dsp: Added RTTI compiler flag to build.

2004-04-07 07:31  csoutheren

	* include/h323con.h, include/rtp.h, src/h323.cxx, src/h323ep.cxx,
	  src/rtp.cxx: Added ability to receive calls from endpoints behind
	  NAT firewalls

2004-04-06 13:28  rjongbloed

	* src/: OpenH323_2003.dtf, OpenH323d_2003.dtf: Many and various
	  changes to support new Visual C++ 2003

2004-04-05 15:41  csoutheren

	* plugins/Codec Plugins.dsw: Added GSM 06.10

2004-04-05 15:40  csoutheren

	* plugins/audio/GSM0610/COPYRIGHT: Initial version

2004-04-05 15:33  csoutheren

	* src/h323pluginmgr.cxx: Fixed typo in GSM capability creation

2004-04-05 15:30  rjongbloed

	* OpenH323.sln, OpenH323Lib.vcproj, OpenH323dll.vcproj,
	  samples/opent38/opent38.vcproj, samples/simple/simple.vcproj,
	  plugins/audio/Speex/Speex.vcproj,
	  plugins/audio/iLBC/ilbccodec.vcproj, src/OpenH323_2003.dtf,
	  src/OpenH323d_2003.dtf, src/OpenH323n_2003.dtf: Allowed for VC6
	  and VC 2003 to coexist as far as DLL symbols are concerned.

2004-04-05 06:22  rjongbloed

	* include/h323.h: Removed speex and iLBC direct build as now use
	  plug in

2004-04-05 06:22  rjongbloed

	* OpenH323Lib.dsp: Removed speex and iLBC direct build as now use
	  plug in Turned off compile from ASN file as has pre-compiled
	  versions in CVS

2004-04-05 06:20  rjongbloed

	* plugins/audio/Speex/Speex.dsp: Removed warnings from "imported"
	  speex code.

2004-04-05 05:36  rjongbloed

	* OpenH323Lib.dsp: Removed some codecs as now in plug ins Changed
	  ASN compilation to use same number of sub-files as linux so
	  pre-compiled ASN stuff works properly.

2004-04-05 05:35  rjongbloed

	* include/h225.h, include/h245.h, include/h4503.h, src/h4503.cxx:
	  Added more pre-compiled ASN files.

2004-04-05 05:26  rjongbloed

	* src/h235_t.cxx: Added missing pre-compiled ASN file for H.235

2004-04-04 16:16  csoutheren

	* plugins/audio/GSM0610/: PART_OF_TOAST, README, gsm06_10_codec.c,
	  inc/config.h, inc/gsm.h, inc/private.h, inc/proto.h,
	  inc/unproto.h, src/add.c, src/code.c, src/decode.c,
	  src/gsm_create.c, src/gsm_decode.c, src/gsm_destroy.c,
	  src/gsm_encode.c, src/gsm_lpc.c, src/gsm_option.c,
	  src/long_term.c, src/preprocess.c, src/rpe.c, src/short_term.c,
	  src/table.c: Initial version

2004-04-04 15:56  rjongbloed

	* src/h263codec.cxx: Changes to support native C++ Run Time Type
	  Information

2004-04-04 15:21  csoutheren

	* include/gccpdu.h, include/h235.h, include/h248.h,
	  include/h4501.h, include/h45010.h, include/h45011.h,
	  include/h4502.h, include/h4504.h, include/h4505.h,
	  include/h4506.h, include/h4507.h, include/h4508.h,
	  include/h4509.h, include/h501.h, include/mcspdu.h, include/t38.h,
	  include/x880.h, src/Makefile, src/gccpdu.cxx, src/h225_1.cxx,
	  src/h225_2.cxx, src/h235.cxx, src/h245_1.cxx, src/h245_2.cxx,
	  src/h245_3.cxx, src/h248.cxx, src/h4501.cxx, src/h45010.cxx,
	  src/h45011.cxx, src/h4502.cxx, src/h4504.cxx, src/h4505.cxx,
	  src/h4506.cxx, src/h4507.cxx, src/h4508.cxx, src/h4509.cxx,
	  src/h501.cxx, src/mcspdu.cxx, src/t38.cxx, src/x880.cxx: Remove
	  requirement for ASN parser at compile time by adding in
	  pre-processed versions of all ASN files Removed iLBC and Speex as
	  these are now plugin codecs

2004-04-04 14:57  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Updated Makefiles and fixed
	  Linux problems

2004-04-04 14:45  csoutheren

	* plugins/Codec Plugins.dsw: Initial version

2004-04-04 14:44  csoutheren

	* plugins/audio/Speex/speexcodec.cxx: Added file headers

2004-04-04 14:43  csoutheren

	* plugins/audio/iLBC/: ilbccodec.c, ilbccodec.dsp: Added file
	  headers and fixd formatting

2004-04-04 14:40  csoutheren

	* plugins/audio/Speex/: AUTHORS, COPYING, PART_OF_SPEEX, README,
	  Speex.dsp, speexcodec.cxx, libspeex/Makefile.am,
	  libspeex/Makefile.in, libspeex/bits.c, libspeex/cb_search.c,
	  libspeex/cb_search.h, libspeex/exc_10_16_table.c,
	  libspeex/exc_10_32_table.c, libspeex/exc_20_32_table.c,
	  libspeex/exc_5_256_table.c, libspeex/exc_5_64_table.c,
	  libspeex/exc_8_128_table.c, libspeex/filters.c,
	  libspeex/filters.h, libspeex/filters_sse.h,
	  libspeex/gain_table.c, libspeex/gain_table_lbr.c,
	  libspeex/hexc_10_32_table.c, libspeex/hexc_table.c,
	  libspeex/high_lsp_tables.c, libspeex/lpc.c, libspeex/lpc.h,
	  libspeex/lsp.c, libspeex/lsp.h, libspeex/lsp_tables_nb.c,
	  libspeex/ltp.c, libspeex/ltp.h, libspeex/ltp_sse.h,
	  libspeex/math_approx.c, libspeex/math_approx.h, libspeex/misc.c,
	  libspeex/misc.h, libspeex/modes.c, libspeex/modes.h,
	  libspeex/nb_celp.c, libspeex/nb_celp.h, libspeex/quant_lsp.c,
	  libspeex/quant_lsp.h, libspeex/sb_celp.c, libspeex/sb_celp.h,
	  libspeex/speex.h, libspeex/speex_bits.h,
	  libspeex/speex_callbacks.c, libspeex/speex_callbacks.h,
	  libspeex/speex_header.c, libspeex/speex_header.h,
	  libspeex/speex_stereo.h, libspeex/stack_alloc.h,
	  libspeex/stereo.c, libspeex/testenc.c, libspeex/testenc_uwb.c,
	  libspeex/testenc_wb.c, libspeex/vbr.c, libspeex/vbr.h,
	  libspeex/vq.c, libspeex/vq.h: Initial plugin version of Speex

2004-04-04 04:03  csoutheren

	* OpenH323Lib.dsp: Fixed MSVC specifc configure flag

2004-04-04 03:51  csoutheren

	* OpenH323Lib.vcproj, OpenH323dll.vcproj, samples/mfc/mfc.vcproj,
	  samples/opent38/opent38.vcproj, samples/simple/simple.vcproj:
	  Adde RTTI flag to builds

2004-04-04 03:50  csoutheren

	* OpenH323Lib.dsp: Added MSVC specifc flag to configure.exe

2004-04-04 03:31  csoutheren

	* configure.exe: Added ability to specify exclude environment
	  variable on configure command line which allows easy switching
	  between MSVC and VS.net 2003

2004-04-04 02:41  csoutheren

	* src/h323pluginmgr.cxx: Fixed MSVC compile warning

2004-04-03 14:17  csoutheren

	* include/h323.h, src/h323pluginmgr.cxx: Updated plugin changes for
	  RTTI changes and added missing include

2004-04-03 12:38  csoutheren

	* include/h323.h, include/h323caps.h, include/h323pluginmgr.h,
	  include/mediafmt.h, plugins/audio/iLBC/ilbccodec.c,
	  plugins/audio/iLBC/ilbccodec.dsp,
	  plugins/audio/iLBC/iLBC/FrameClassify.c,
	  plugins/audio/iLBC/iLBC/FrameClassify.h,
	  plugins/audio/iLBC/iLBC/LPCdecode.c,
	  plugins/audio/iLBC/iLBC/LPCdecode.h,
	  plugins/audio/iLBC/iLBC/LPCencode.c,
	  plugins/audio/iLBC/iLBC/LPCencode.h,
	  plugins/audio/iLBC/iLBC/StateConstructW.c,
	  plugins/audio/iLBC/iLBC/StateConstructW.h,
	  plugins/audio/iLBC/iLBC/StateSearchW.c,
	  plugins/audio/iLBC/iLBC/StateSearchW.h,
	  plugins/audio/iLBC/iLBC/anaFilter.c,
	  plugins/audio/iLBC/iLBC/anaFilter.h,
	  plugins/audio/iLBC/iLBC/constants.c,
	  plugins/audio/iLBC/iLBC/constants.h,
	  plugins/audio/iLBC/iLBC/createCB.c,
	  plugins/audio/iLBC/iLBC/createCB.h,
	  plugins/audio/iLBC/iLBC/doCPLC.c,
	  plugins/audio/iLBC/iLBC/doCPLC.h,
	  plugins/audio/iLBC/iLBC/enhancer.c,
	  plugins/audio/iLBC/iLBC/enhancer.h,
	  plugins/audio/iLBC/iLBC/filter.c,
	  plugins/audio/iLBC/iLBC/filter.h,
	  plugins/audio/iLBC/iLBC/gainquant.c,
	  plugins/audio/iLBC/iLBC/gainquant.h,
	  plugins/audio/iLBC/iLBC/getCBvec.c,
	  plugins/audio/iLBC/iLBC/getCBvec.h,
	  plugins/audio/iLBC/iLBC/helpfun.c,
	  plugins/audio/iLBC/iLBC/helpfun.h,
	  plugins/audio/iLBC/iLBC/hpInput.c,
	  plugins/audio/iLBC/iLBC/hpInput.h,
	  plugins/audio/iLBC/iLBC/hpOutput.c,
	  plugins/audio/iLBC/iLBC/hpOutput.h,
	  plugins/audio/iLBC/iLBC/iCBConstruct.c,
	  plugins/audio/iLBC/iLBC/iCBConstruct.h,
	  plugins/audio/iLBC/iLBC/iCBSearch.c,
	  plugins/audio/iLBC/iLBC/iCBSearch.h,
	  plugins/audio/iLBC/iLBC/iLBC_decode.c,
	  plugins/audio/iLBC/iLBC/iLBC_decode.h,
	  plugins/audio/iLBC/iLBC/iLBC_define.h,
	  plugins/audio/iLBC/iLBC/iLBC_encode.c,
	  plugins/audio/iLBC/iLBC/iLBC_encode.h,
	  plugins/audio/iLBC/iLBC/lsf.c, plugins/audio/iLBC/iLBC/lsf.h,
	  plugins/audio/iLBC/iLBC/packing.c,
	  plugins/audio/iLBC/iLBC/packing.h,
	  plugins/audio/iLBC/iLBC/syntFilter.c,
	  plugins/audio/iLBC/iLBC/syntFilter.h, src/Makefile,
	  src/h323caps.cxx, src/h323pluginmgr.cxx, src/mediafmt.cxx: Added
	  in initial cut at codec plugin code. Branches are for wimps :)

2004-04-03 10:28  csoutheren

	* OpenH323Lib.dsp, OpenH323dll.dsp, samples/mfc/mfc.dsp,
	  samples/simple/simple.dsp, src/channels.cxx, src/gkclient.cxx,
	  src/gkserver.cxx, src/h261codec.cxx, src/h323.cxx,
	  src/h323caps.cxx, src/h323pdu.cxx, src/h323rtp.cxx,
	  src/h323t38.cxx, src/lid.cxx, src/transports.cxx: Remove
	  pseudo-RTTI and replaced with real RTTI

2004-04-03 08:56  rjongbloed

	* .cvsignore, OpenH323.sln, OpenH323Lib.vcproj, OpenH323dll.vcproj,
	  samples/mfc/mfc.vcproj, samples/opent38/opent38.vcproj,
	  src/h323pdu.cxx, samples/simple/simple.vcproj: Many and various
	  changes to support new Visual C++ 2003

2004-04-03 07:59  csoutheren

	* version.h: Updated to 1.14.0

2004-04-03 07:57  csoutheren

	* version.h: Incremented build number after tagging to v1_13_5.

2004-04-03 07:52  csoutheren

	* version.h: Incremented build number after tagging to v1_13_4.

2004-04-03 07:52  csoutheren

	* version.h: Pre-tagging check in for v1_13_4.

2004-04-01 09:09  csoutheren

	* include/peclient.h: Fixed sense of default H.501 priority

2004-04-01 06:44  csoutheren

	* src/gkserver.cxx: Corrected sense of the check for descriptor
	  translation

2004-04-01 06:29  csoutheren

	* include/peclient.h: Added default priority to all outgoing
	  descriptors unless set by application

2004-03-31 09:16  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Added virtual to provide
	  access to H.501 descriptor sent by GK

2004-03-30 12:00  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf: Updated ASN

2004-03-29 10:13  csoutheren

	* include/peclient.h, src/peclient.cxx: Fixed problem with
	  priorities

2004-03-29 08:58  csoutheren

	* src/peclient.cxx: Added extra trace messages

2004-03-29 07:35  csoutheren

	* include/peclient.h, src/peclient.cxx: Changed to use default
	  address for descriptor if blank

2004-03-25 12:54  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Updated ASN

2004-03-24 02:57  csoutheren

	* src/h323caps.cxx: Updated for changes in H245v9

2004-03-24 01:39  dereksmithies

	* include/codecs.h, src/h261codec.cxx: Changes from Michael Smith
	  for use in reporting frames/second. Many Thanks

2004-03-24 01:35  csoutheren

	* src/h235.asn: Updated to H235v3

2004-03-24 01:26  csoutheren

	* src/h245.asn: Updated to H245v9

2004-03-24 01:23  csoutheren

	* src/h225.asn: Updated to H225v5

2004-03-23 12:05  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added some
	  extra bulletproofing of containers to avoid complaints by some
	  memory checking tools, thanks Ted Szoczei

2004-03-23 07:41  csoutheren

	* configure.exe: Fixed problems with multiple directories in
	  exclude spec

2004-03-22 23:11  csoutheren

	* src/Makefile: Fixed typo preventing compliltion on x86-64 thanks
	  to Klaus Kaempf

2004-03-19 23:01  csoutheren

	* version.h: Manually added pwlib version number as tagbuild did
	  not work for some reason

2004-03-19 22:58  csoutheren

	* version.h: Incremented build number after tagging to v1_13_4.

2004-03-19 22:58  csoutheren

	* version.h: Pre-tagging check in for v1_13_4.

2004-03-19 22:54  csoutheren

	* version.h: Version numbers strange again

2004-03-16 02:45  rjongbloed

	* configure.exe: Fixed locating lbrary in pre-defined search
	  directories.	Added version number to configure program.  Tidied
	  the --help display.

2004-03-15 10:33  rogerhardiman

	* version.h: Add warning about putting comments into version.h

2004-03-13 07:42  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf: Virtualised parse function in
	  URL.

2004-03-13 03:51  rjongbloed

	* configure.exe: Fixed anomalous message where even though a
	  feature was disabled, a "Located "   directiory message is still
	  displayed causing confusion.	Added --disable-<feature> as
	  synonym to existing --no-<feature> to be compatible	with
	  autoconf.  Added default value to defines of 1 rather than blank.

2004-03-11 01:37  csoutheren

	* version.h: CHanged pwlib dependncy information to be correct

2004-03-09 21:58  dsandras

	* src/h323.cxx: Do not start a logical channel that is already
	  started.

2004-03-09 05:11  csoutheren

	* version.h: Incremented build number after tagging to v1_13_3.

2004-03-08 10:58  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Virtualised
	  StartControlNegotiations function.  Fixed problems that allowed
	  samplesPerFrames to be set to zero, causing crash

2004-03-04 05:50  csoutheren

	* src/h323.cxx: Added additional response code needed for MCU

2004-03-04 05:49  csoutheren

	* include/gkclient.h: Added access function for gatekeeper routed
	  address

2004-03-04 05:48  csoutheren

	* include/h323con.h: Added virtual keyword to allow overring of
	  capability management functions Added additional response code
	  needed for MCU

2004-03-02 12:48  rjongbloed

	* include/h323caps.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Fixed correct capability
	  table matching when FindCapability with a mode change,   uses
	  different enum so needs translation table.

2004-03-02 11:02  rjongbloed

	* src/rtp.cxx: Added check for unusual error in reading UDP socket,
	  thanks Michael Smith

2004-02-27 00:41  csoutheren

	* src/mediafmt.cxx: Fixed multi-threading problem

2004-02-26 13:08  csoutheren

	* Makefile.in, openh323u.mak.in: Fixed various problems thanks to
	  Klaus Kaempf

2004-02-26 12:45  csoutheren

	* src/mediafmt.cxx: Fixed problem with OpalMediaFormat failing
	  incorrect reason

2004-02-26 12:31  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed threading
	  problem with GetMediaFormatList

2004-02-26 12:27  csoutheren

	* src/Makefile: Added extra flag for compiled C files, thanks to
	  Klaus Kaempf

2004-02-26 09:32  csoutheren

	* include/h323con.h, src/h323.cxx, src/h323pdu.cxx: Added release
	  complete codes for MCU

2004-02-26 09:19  csoutheren

	* include/mediafmt.h, src/mediafmt.cxx: Fixed threading problem
	  with GetMediaFormatList

2004-02-19 10:47  csoutheren

	* version.h: Incremented build number after tagging to v1_13_2.

2004-02-19 10:46  csoutheren

	* version.h: Pre-tagging check in for v1_13_2.

2004-02-17 10:53  csoutheren

	* src/h450pdu.cxx: Removed incorrect assignment of
	  m_silentMonitoringPermitted to FALSE See SourceForge bug 832371
	  Thanks to Vyacheslav E. Andrejev

2004-02-16 10:26  csoutheren

	* src/g711.c: Removed unused functions

2004-02-15 05:03  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed bug in
	  removing prefixes, plus added ability to have multiple endpoints
	  with the same profix, thanks Rossano Ravelli

2004-02-15 04:36  rjongbloed

	* include/gkserver.h, src/gkserver.cxx: Fixed bug in removing
	  prefixes, plus added ability to have multiple endpoints   with
	  the same profix, thanks Rossano Ravelli

2004-02-10 01:04  csoutheren

	* version.h: Incremented build number after tagging to v1_13_1.

2004-02-10 01:03  csoutheren

	* version.h: Pre-tagging check in for v1_13_1.

2004-02-09 12:17  rjongbloed

	* src/rtp.cxx: Improved check for compound RTCP packets so does not
	  possibly acess   memory beyond that allocated in packet. Pointed
	  out by Paul Slootman

2004-02-07 12:43  rjongbloed

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Fixed deadlocks caused under
	  high load by failure to check locking   success. Also added
	  functions to find destination endpoint.    Thanks Federico Pinna
	  and the gang at Reitek S.p.A.

2004-02-07 04:35  rjongbloed

	* src/h450pdu.cxx: Fixed missing unlocks in some H.240 operations,
	  in particular consultation transfer never being cleaned up.
	  Thanks Sbastien Annedouche

2004-02-06 11:19  csoutheren

	* src/ixjunix.cxx: Added PThread::Yield to ReadFrame and WriteFrame
	  calls to see if this fixes the starvation problem on 2.6 kernels

2004-02-04 11:29  rjongbloed

	* src/codecs.cxx: Fixed G.726 by allowing for more bits per pixels
	  sizes in streamed codec, thanks Kevin Bouchard

2004-02-04 10:40  rjongbloed

	* src/gkserver.cxx: Fixed innovaphone gatekeeper compatibility,
	  thanks Rossano Ravelli

2004-02-01 13:24  dsandras

	* Makefile.in: Set default target to optshared.

2004-01-31 14:13  csoutheren

	* include/ixjlid.h, src/Makefile, src/ixjunix.cxx: Fixed problem
	  with HAS_IXJ being tested but not included

2004-01-31 08:35  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Removed XIPH
	  speex non stadard codec

2004-01-30 02:45  csoutheren

	* configure, openh323u.mak.in, include/openh323buildopts.h.in:
	  Moved some compiler flags to include files

2004-01-27 23:42  dominance

	* configure: updated to produce an OPENH323_VERSION

2004-01-27 11:55  csoutheren

	* include/openh323buildopts.h.in: Added version information to
	  openh323buildopts.h

2004-01-26 12:42  rjongbloed

	* src/h323ep.cxx: Added pass through of port numbers to STUN client

2004-01-26 12:33  rjongbloed

	* src/: OpenH323.dtf, OpenH323n.dtf: Various fixes

2004-01-17 21:09  csoutheren

	* version.h: Incremented build number after tagging to v1_13_0.

2004-01-17 21:07  csoutheren

	* version.h: Pre-tagging check in for v1_13_0.

2004-01-17 19:20  csoutheren

	* src/gkclient.cxx: No longer force re-register on completion of
	  LRQ

2004-01-11 12:15  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added extra
	  call backs for incoming connections and gatekeeper registration.

2004-01-09 11:13  dereksmithies

	* src/ixjunix.cxx: Reads hookstate at startup, and does not assume
	  phone is on hook.

2004-01-02 02:23  csoutheren

	* configure, openh323u.mak.in: More changes to allow correct
	  autodetection of local Speex libraries

2004-01-02 01:31  dereksmithies

	* include/h261codec.h, src/h261codec.cxx: Fix test on
	  presence/absence of video.

2003-12-31 03:29  csoutheren

	* src/h323.cxx: Ensure that an ARJ with code securityDenial returns
	  call end reason code EndedBySecurityDenial (for outgoing calls
	  too)

2003-12-31 03:24  csoutheren

	* src/h323.cxx: Ensure that an ARJ with code securityDenial returns
	  call end reason code EndedBySecurityDenial

2003-12-29 14:28  dominance

	* include/transports.h: fixed docbook syntax trying to generate
	  LaTeX formula with ip$10.x.x.x.

2003-12-29 13:13  csoutheren

	* include/openh323buildopts.h.in, src/Makefile, configure,
	  openh323u.mak.in: configure now checks for libspeex in system
	  libraries and compares version against version in local sources.
	  Also use --enable-localspeex to force use of local Speex or
	  system Speex

2003-12-29 05:58  csoutheren

	* include/h323ep.h, src/gkclient.cxx, src/h323ep.cxx: Added
	  callbacks on H323EndPoint when gatekeeper discovery succeeds or
	  fails

2003-12-28 03:52  csoutheren

	* include/h323ep.h: Added virtual to a few functions

2003-12-28 03:37  csoutheren

	* src/h323.cxx, src/h323ep.cxx, include/h323con.h,
	  include/h323ep.h: Added H323EndPoint::OnOutgoingCall

2003-12-28 01:07  csoutheren

	* src/opalwavfile.cxx: Added support for 8-bit PCM WAV files

2003-12-28 01:06  csoutheren

	* src/gkclient.cxx, src/h323ep.cxx, include/h323ep.h: Added
	  callbacks on H323EndPoint when gatekeeper registration succeeds
	  or fails

2003-12-24 08:08  csoutheren

	* include/gkserver.h: Added TranslateAliasAddress on
	  H323GatekeeperCall

2003-12-24 07:35  csoutheren

	* src/gkserver.cxx: Fixed problem with NAT endpoints and GRQs Added
	  TranslateAliasAddress on H323GatekeeperCall

2003-12-23 23:52  dsandras

	* src/ixjunix.cxx: IXJ devices that fail opening because they are
	  busy should be listed in the list of detected devices.

2003-12-17 11:25  csoutheren

	* src/h323.cxx: Removed misleading error message thanks to Hans
	  Verbeek

2003-12-14 11:57  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Updates for
	  changes to API

2003-12-14 11:42  rjongbloed

	* OpenH323Lib.dsp, include/codecs.h, include/h261codec.h,
	  include/h323con.h, src/h261codec.cxx: Changes for compilability
	  without video support.

2003-12-11 06:39  csoutheren

	* include/gkserver.h, include/h323trans.h, src/gkserver.cxx,
	  src/h323pdu.cxx, src/h323trans.cxx: Added storage of H.225
	  version in endpoint structure Disabled sending RIPs to endpoints
	  that cannot handle them

2003-12-11 03:18  csoutheren

	* src/gkserver.cxx: More fixes for NM deregister problems. Seems to
	  be fixed now :)

2003-12-11 03:18  csoutheren

	* include/gkserver.h: More fixes for NM deregistration problems.
	  Seems to be fixed now :)

2003-12-09 07:56  csoutheren

	* src/gkserver.cxx: Fixed unbalanced record lock

2003-12-09 01:58  csoutheren

	* include/gkserver.h, src/gkserver.cxx: Fixed problem with
	  endpoints deregistering

2003-12-09 01:33  csoutheren

	* include/gkserver.h: Added patch to prevent crash when NM
	  unregisters from GK Abject apologies to Rossano Ravelli for
	  taking so long to add this

2003-12-03 07:58  csoutheren

	* src/vblasterlid.cxx, include/vblasterlid.h: More vblaster
	  implementation

2003-12-03 07:57  csoutheren

	* src/transports.cxx: Protected against dwarf Q.931 PDUs

2003-12-03 07:47  csoutheren

	* include/openh323buildopts.h.in: Fixed yet another problem with
	  configuring video under Windows

2003-12-03 07:44  csoutheren

	* include/openh323buildopts.h.in: Fixed problem with configuring
	  video under Windows

2003-11-26 15:03  dsandras

	* configure: Don't forget to define H323_AUDIO_CODECS and
	  H323_VIDEO for Linux.

2003-11-25 09:30  rjongbloed

	* include/openh323buildopts.h.in: Added ability to build system
	  without video or audio sw codecs.

2003-11-25 09:24  rjongbloed

	* configure.exe: Fixed display of configured items

2003-11-13 05:55  csoutheren

	* src/h225.asn: Updated to final version of H225v4, rather than
	  almost latest

2003-11-12 12:14  csoutheren

	* include/codecs.h, src/codecs.cxx: Added
	  H323FramedAudioCodec::DecodeSilenceFrame thanks to Henry Harrison
	  of AliceStreet

2003-11-10 13:37  csoutheren

	* include/vblasterlid.h, src/vblasterlid.cxx: Additional fixes for
	  Fobbit Windows driver

2003-11-10 13:04  dsandras

	* src/ixjunix.cxx: Added missing math.h include.

2003-11-08 04:11  rjongbloed

	* src/h323caps.cxx: Fixed failure to call ancestor in copy ctor,
	  thanks  Victor Ivashin.

2003-11-08 03:03  rjongbloed

	* src/jitter.cxx: Removed warning on no logging build.

2003-11-06 10:15  rjongbloed

	* configure.exe: Improved the Windows configure system to allow
	  multiple defines based on file existence. Needed for SDL support
	  of two different distros.

2003-10-30 13:22  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Updated to
	  latest build options

2003-10-30 13:00  rjongbloed

	* OpenH323dll.dsp: Fixed ability to specify partial path for -x
	  parameter. Fixes problem with removal of msos directory in
	  include path.

2003-10-28 23:38  dereksmithies

	* include/jitter.h, src/jitter.cxx: Rework of jitter buffer. Many
	  thanks to Henry Harrison of Alice Street.

2003-10-28 23:35  dereksmithies

	* src/rtp.cxx: Fix warning about possible use of unitialized
	  variable.

2003-10-27 21:27  dereksmithies

	* include/ixjlid.h: Add log scale methods for audio.

2003-10-27 07:03  csoutheren

	* include/h323con.h, include/h323caps.h, include/h323rtp.h,
	  include/rtp.h, src/h323.cxx, src/h323caps.cxx, src/h323rtp.cxx,
	  src/rtp.cxx: Added support for QoS   Thanks to Henry Harrison of
	  AliceStreet

2003-10-27 02:55  csoutheren

	* src/h323trans.cxx: Guarded against possible NULL interface

2003-10-24 05:39  dereksmithies

	* src/ixjunix.cxx: Add card dependant dsp maximums. and log scaling
	  volumes.

2003-10-17 03:33  dereksmithies

	* src/ixjunix.cxx: Code now correctly reports the type string of
	  the card.

2003-10-09 11:47  csoutheren

	* include/h323con.h, include/rtp.h, src/h323.cxx, src/rtp.cxx:
	  Fixed problem with re-opening RTP half-channels under unusual
	  circumstances. Thanks to Damien Sandras

2003-10-03 01:37  dereksmithies

	* include/h261codec.h, src/h261codec.cxx: Add fix for fast update
	  problem in h261 codec. Thanks to Martin Andr for doing the
	  initial legwork.

2003-09-05 00:38  dereksmithies

	* ReadMe.txt: Add a quick start on cvs usage and build for unix.

2003-09-01 11:38  dsandras

	* Makefile.in: Fixed install target thanks to Stefan Brns
	  <lurchi@kawo1.rwth-aachen.de>.

2003-08-29 02:33  dereksmithies

	* src/h263codec.cxx: Add fix for printing vic messages to the log
	  file. MANY thanks to Niklas Ogren

2003-08-28 05:59  dereksmithies

	* version.h: Incremented build number after tagging to v1_12_3.

2003-08-28 05:58  dereksmithies

	* version.h: Pre-tagging check in for v1_12_3.

2003-08-27 11:39  dsandras

	* Makefile.in: Readded DESTDIR support (thanks to Stefan Bruns
	  <lurch@gmx.li>)

2003-08-25 01:10  rjongbloed

	* src/q931.cxx: Fixed incorrect mask in bearer caps decoding,
	  thanks Greg Adams

2003-08-19 03:27  dereksmithies

	* version.h: Incremented build number after tagging to v1_12_2.

2003-08-19 03:27  dereksmithies

	* version.h: Pre-tagging check in for v1_12_2.

2003-08-19 01:56  dereksmithies

	* src/lid.cxx: Fix typos in previous commit.

2003-08-19 00:13  dereksmithies

	* src/lid.cxx: Add Singapore Ring Cadence. Thanks to Steve.

2003-08-14 00:02  dereksmithies

	* include/vpblid.h, src/vpblid.cxx: Apply patch from Daniel Bichara
	  to GetOSHandle() for VPB devices. Thanks.

2003-08-08 03:52  dereksmithies

	* src/ffh263codec.cxx: Make use of ffmpeg library work correctly on
	  multi CPU boxes.

2003-08-05 02:24  dereksmithies

	* configure.exe: Reinforce the disablement when command line
	  specifies --no-XXX to a feature

2003-08-04 23:59  dereksmithies

	* ReadMe.txt: Correct configure command for ffmpeg code.

2003-08-04 02:03  dereksmithies

	* src/h263codec.cxx: Reorganise test of H323_VICH263 switch

2003-08-04 02:03  dereksmithies

	* src/ffh263codec.cxx: Reorganise test of H323_AVCODEC switch

2003-08-04 02:03  dereksmithies

	* src/Makefile: Reorganise tests for H263 codecs

2003-08-04 02:03  dereksmithies

	* include/: ffh263codec.h, h263codec.h: Reorganise tests for
	  enabled

2003-08-04 02:03  dereksmithies

	* openh323u.mak.in: Get it to correctly handle tests for H263

2003-08-04 02:02  dereksmithies

	* configure: Get it to correctly handle tests for h263

2003-08-04 02:02  dereksmithies

	* ReadMe.txt: Extend H263 part of docs

2003-08-01 04:01  csoutheren

	* src/h263codec.cxx: Changed to disable when VIC 263 not installed

2003-07-31 07:08  dereksmithies

	* include/ffh263codec.h, src/ffh263codec.cxx: Switch to manual
	  packet fragment technique. Much more reliable, especially so on
	  windows.

2003-07-29 14:34  csoutheren

	* src/Makefile: Changed to ensure dynamic libraries dynamically
	  link pwlib

2003-07-29 05:57  dereksmithies

	* src/h263codec.cxx: Remove weird boxes on startup.

2003-07-29 05:33  dereksmithies

	* src/ffh263codec.cxx: add bug fix which prevents random Crashes on
	  windows.

2003-07-28 21:30  dsandras

	* Makefile.in: Do not export the PREFIX as it can give problems to
	  compile other openh323 software..

2003-07-28 20:55  dsandras

	* Makefile.in, configure: Added --libdir support thanks to
	  Alexander Larsson <alexl@redhat.com>.

2003-07-26 05:59  dereksmithies

	* configure: Updates for ffmpeg and vich263 codecs.

2003-07-26 05:55  dereksmithies

	* openh323u.mak.in: Upates for Vic H263 codec

2003-07-26 05:54  dereksmithies

	* src/Makefile: Fixes for New H263 support from ffmpeg and Vic H263

2003-07-24 10:12  dereksmithies

	* OpenH323Lib.dsp: Update to reflect new vic H263 codec. Add
	  ffh263codec.cxx/.h files.

2003-07-24 10:09  dereksmithies

	* include/openh323buildopts.h.in: Update to reflect new vic h263
	  codec, which is optionally loaded.

2003-07-24 10:09  dereksmithies

	* src/h263codec.cxx: Update to use vich263 codec, instead of ffmpeg

2003-07-24 10:08  dereksmithies

	* include/h263codec.h: Update to use vich263 codec, instead of
	  ffmpeg.

2003-07-24 07:23  dereksmithies

	* include/ffh263codec.h: Move ffmpeg h263 support to this file, and
	  designate non standard.

2003-07-24 07:22  dereksmithies

	* src/ffh263codec.cxx: Moved ffmpeg h263 support to this file, and
	  designate as non standard.

2003-07-24 07:20  dereksmithies

	* ReadMe.txt: Update docs to explain the h263 support from vic, and
	  ffmpeg on windows.

2003-07-23 00:14  dereksmithies

	* openh323.dxx: Add doc fix from Niklas Ogren for h263. Many
	  thanks.

2003-07-18 12:03  csoutheren

	* src/h323.cxx: Fixed mistake in applying previous change where
	  usage of SwapChannel accidentally used ReplaceChannel

2003-07-16 12:43  csoutheren

	* include/codecs.h, src/codecs.cxx, src/h323.cxx: Added SwapChannel
	  function to H323Codec to allow media hold channels to work
	  better. Thanks to Federico Pinna

2003-07-15 13:22  csoutheren

	* src/h450pdu.cxx: Improved handling of alias addresses thanks to
	  Federico Pinna

2003-06-30 17:19  shawn

	* .cvsignore: added Makefile to ignore list

2003-06-30 14:16  ykiryanov

	* openh323lib.vcp: Changes made to accomodate PocketPC 2003 SDK

2003-06-29 03:51  ykiryanov

	* Openh323libce.vcp: Added h.263 code to WinCE port

2003-06-25 03:28  ykiryanov

	* Openh323libce.vcp: Added Speex, G.726 and iLBC codecs to library

2003-06-23 06:26  ykiryanov

	* Openh323libce.vcp: Synchronized with latest code

2003-06-21 07:27  rjongbloed

	* version.h: Incremented build number after tagging to v1_12_1.

2003-06-21 07:27  rjongbloed

	* version.h: Pre-tagging check in for v1_12_1.

2003-06-21 07:16  rjongbloed

	* configure: Fixed double equals in shell string compare.

2003-06-21 07:12  rjongbloed

	* configure: Simplified and hopefully improved pwlib detection

2003-06-14 07:57  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More partial
	  packet changes to H.263

2003-06-14 07:54  rjongbloed

	* src/h263codec.cxx: Fixed MSVC warning.  Fixed what seemed an
	  obvious mistake using boolean or operator (||) instead   of the
	  bitwise or operator (|).

2003-06-12 02:24  dereksmithies

	* src/h263codec.cxx: Modify so QCIF-CIF behaviour similar to that
	  for h261codec.cxx

2003-06-10 03:37  dereksmithies

	* src/h263codec.cxx: Changes so it should not crash under
	  windows/release mode

2003-06-06 08:32  rjongbloed

	* src/h263codec.cxx: Fixed MSVC warning

2003-06-06 07:26  rjongbloed

	* version.h: Incremented build number after tagging to v1_12_0.

2003-06-06 07:26  rjongbloed

	* version.h: Pre-tagging check in for v1_12_0.

2003-06-06 07:18  dereksmithies

	* include/h263codec.h, src/h263codec.cxx: Fix startup delay bug.
	  Remove all large packets from the network. Improve reliability.

2003-06-06 05:55  rjongbloed

	* src/Makefile: Added missing iLBC file.

2003-06-06 04:37  rjongbloed

	* src/Makefile: Fixed iLBC build

2003-06-06 04:19  rjongbloed

	* OpenH323Lib.dsp, include/h323.h, src/Makefile, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/Private.def,
	  src/iLBC/FrameClassify.c, src/iLBC/FrameClassify.h,
	  src/iLBC/LPCdecode.c, src/iLBC/LPCdecode.h, src/iLBC/LPCencode.c,
	  src/iLBC/LPCencode.h, src/iLBC/StateConstructW.c,
	  src/iLBC/StateConstructW.h, src/iLBC/StateSearchW.c,
	  src/iLBC/StateSearchW.h, src/iLBC/anaFilter.c,
	  src/iLBC/anaFilter.h, src/iLBC/constants.c, src/iLBC/constants.h,
	  src/iLBC/createCB.c, src/iLBC/createCB.h, src/iLBC/doCPLC.c,
	  src/iLBC/doCPLC.h, src/iLBC/enhancer.c, src/iLBC/enhancer.h,
	  src/iLBC/filter.c, src/iLBC/filter.h, src/iLBC/gainquant.c,
	  src/iLBC/gainquant.h, src/iLBC/getCBvec.c, src/iLBC/getCBvec.h,
	  src/iLBC/helpfun.c, src/iLBC/helpfun.h, src/iLBC/hpInput.c,
	  src/iLBC/hpInput.h, src/iLBC/hpOutput.c, src/iLBC/hpOutput.h,
	  src/iLBC/iCBConstruct.c, src/iLBC/iCBConstruct.h,
	  src/iLBC/iCBSearch.c, src/iLBC/iCBSearch.h,
	  src/iLBC/iLBC_decode.c, src/iLBC/iLBC_decode.h,
	  src/iLBC/iLBC_define.h, src/iLBC/iLBC_encode.c,
	  src/iLBC/iLBC_encode.h, src/iLBC/lsf.c, src/iLBC/lsf.h,
	  src/iLBC/packing.c, src/iLBC/packing.h, src/iLBC/syntFilter.c,
	  src/iLBC/syntFilter.h: Added iLBC codec

2003-06-06 04:13  rjongbloed

	* include/h323caps.h, src/h323caps.cxx: Changed non-standard
	  capability semantics so can use C style strings as   the embedded
	  data block (ie automatically call strlen)

2003-06-03 23:34  dereksmithies

	* ReadMe.txt: Adjust instructions to reflect new home of the CVS.
	  Thanks Andrew Morrow.

2003-06-03 12:48  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added G.729 and
	  G,729B detection from LID.

2003-06-03 12:27  rjongbloed

	* src/lid.cxx: Added G.729 and G,729B detection from LID.

2003-06-03 08:36  rjongbloed

	* samples/simple/simple.dsw: Fixed dsp file

2003-06-03 07:02  rjongbloed

	* src/rfc2833.cxx: Added comment and test for NULL pointer
	  parameter.

2003-06-03 07:01  rjongbloed

	* src/h263codec.cxx: Fixed some trace logging (removed usage of
	  cerr)

2003-06-03 02:49  dereksmithies

	* src/h263codec.cxx: Fix divide by zero error, which happens on
	  win95 & win98 machines.

2003-06-02 09:56  rjongbloed

	* src/h263codec.cxx: Fixed media format passed to ancestor codec
	  class

2003-05-29 11:19  rjongbloed

	* src/h323pdu.cxx: Fixed minor problem with including DisplayName
	  IE if localPartyName	 is blank, now does not include it, thanks
	  Auri Vizgaitis

2003-05-28 01:24  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fix so that
	  codec resizes correctly after capability exchange No longer
	  crashes if one endpoint is CIF, other is QCIF.

2003-05-27 11:39  dereksmithies

	* include/codecs.h: Add frames per sec variable to the videocodec
	  class

2003-05-27 11:22  dereksmithies

	* include/h263codec.h: Updates for code revisions in h263 codec

2003-05-27 06:20  dereksmithies

	* src/h263codec.cxx: Fix so that codec resizes correctly after
	  capability exchange No longer crashes if one endpoint is CIF,
	  other is QCIF.

2003-05-22 14:31  dsandras

	* configure:
	  Committed updated configure script from configure.in.

2003-05-22 14:25  dsandras

	* Makefile.in:
	  Initial commit.

2003-05-21 10:47  rjongbloed

	* .cvsignore: Updated by TortoiseCVS

2003-05-16 09:30  rjongbloed

	* src/h323caps.cxx: Fixed correct matching of OLC data types to
	  capabilities, for example CIF   and QCIF video are different and
	  should match exactly.

2003-05-16 07:07  dereksmithies

	* ReadMe.txt: Modify instructions for ffmpeg

2003-05-16 06:42  rjongbloed

	* src/h263codec.cxx: Removed extraneous code, and other cosmetic
	  changes.  Fixed compare function for capability.  Extra trace
	  logging.

2003-05-16 04:05  rjongbloed

	* configure.exe: Fixed being able to manually disable a "feature"
	  when does a full disk search.

2003-05-15 03:35  dereksmithies

	* src/h263codec.cxx: Frame length fix

2003-05-15 02:04  dereksmithies

	* configure: Add test for PWLIBDIR variable when searching for
	  pwlib.

2003-05-14 22:37  csoutheren

	* src/Makefile: Changed for new AVC

2003-05-14 22:03  csoutheren

	* configure: Updated for latest configure.in

2003-05-14 21:52  csoutheren

	* openh323u.mak.in: Initial version

2003-05-14 15:51  rjongbloed

	* src/h263codec.cxx: Removed hack of using special payload type for
	  H.263 for a method which   would be less prone to failure in the
	  future.  Removed static "initialisation" function as this should
	  be done   internally and not in the application.  Changed media
	  format to be straight H.263 and not OpalH.263 Moved Win32 stderr
	  output in ffmpeg AVCODEC interception from   application to
	  library.  Fixed some warnings.

2003-05-14 15:51  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Removed static
	  \initialisation\ function as this should be done   internally and
	  not in the application.

2003-05-14 15:47  rjongbloed

	* include/h263codec.h: Removed static "initialisation" function as
	  this should be done	internally and not in the application.

2003-05-14 15:46  rjongbloed

	* include/rtp.h: Removed hack of using special payload type for
	  H.263 for a method which   would be less prone to failure in the
	  future.

2003-05-14 06:11  rjongbloed

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added another
	  method for removing service relationships.  Added virtual for
	  handling SR requests.

2003-05-14 05:29  rjongbloed

	* include/h323.h: Added H.263 codec and autoconf options header
	  file.

2003-05-14 05:07  rjongbloed

	* src/h263codec.cxx: Made sure video buffer is large enough

2003-05-14 05:04  rjongbloed

	* include/peclient.h, src/peclient.cxx: Added another method for
	  removing service relationships.  Added virtual for handling SR
	  requests.

2003-05-06 08:23  robertj

	* src/: h323.cxx, h323pdu.cxx: Added continuous DTMF tone support
	  (H.245 UserInputIndication - signalUpdate)   as per header
	  documentation, thanks Auri Vizgaitis

2003-05-05 14:15  robertj

	* .cvsignore: More ignorance

2003-05-05 14:14  robertj

	* src/Makefile: Removed internal ldap as now use OpenLDAP

2003-05-05 13:59  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, ReadMe.txt, configure.exe,
	  include/h263codec.h, include/openh323buildopts.h.in,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h263codec.cxx: Changed to use autoconf style selection of
	  options and subsystems.

2003-05-05 11:25  robertj

	* include/.cvsignore: Updated by TortoiseCVS

2003-05-05 10:28  craigs

	* src/gkserver.cxx, src/peclient.cxx, include/peclient.h: Fixed
	  lastUpdate time in descriptors

2003-05-02 09:59  robertj

	* include/openh323buildopts.h.in: Fixed AVCODEC directory missing
	  slash

2003-05-02 09:35  robertj

	* include/openh323buildopts.h.in: Fixed ffmpeg AVCODEC include file

2003-05-02 09:27  robertj

	* include/openh323buildopts.h.in: Fixed voice age library

2003-05-02 09:25  craigs

	* configure: Initial version

2003-05-02 09:08  craigs

	* include/openh323buildopts.h.in: Removed DOS end fo line chars

2003-05-02 09:04  craigs

	* include/openh323buildopts.h.in: Initial version

2003-05-02 07:58  robertj

	* OpenH323Lib.dsp: Added H.263 codec files, but are excluded from
	  build.

2003-05-02 07:28  craigs

	* ReadMe.txt: Added additional info on compiling H.263 support in
	  Windows

2003-05-02 06:57  robertj

	* include/rtp.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/rtp.cxx: Added header extension support to
	  RTP data frame class.

2003-05-02 06:21  craigs

	* include/rtp.h: Added hacked OpalH263 codec

2003-05-02 06:21  craigs

	* src/h263codec.cxx, include/h263codec.h: Added lots of extra H.263
	  support

2003-05-01 07:04  robertj

	* src/gkclient.cxx: Fixed inclusion of 127.0.0.1 into listener
	  lists when no needed.

2003-05-01 03:44  robertj

	* src/gkserver.cxx: Fixed missing authentication check on
	  lightweight RRQs.

2003-04-30 10:26  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Support for non
	  existent peer element response

2003-04-30 10:10  robertj

	* version.h: Big changes

2003-04-30 09:51  robertj

	* src/gkserver.cxx: Fixed correct setting of reply authenticators,
	  mus use ancestor writePDU.

2003-04-30 09:50  robertj

	* include/h323trans.h, src/h323trans.cxx: Redesigned the alternate
	  credentials in ARQ system as old implementation   was fraught
	  with concurrency issues, most importantly it can cause false
	  detection of replay attacks taking out an endpoint completely.

2003-04-30 09:32  craigs

	* src/peclient.cxx: Improve handling of wildcard matches

2003-04-30 09:27  robertj

	* src/gkserver.cxx: Fixed setting of alternate security ID only if
	  have one.

2003-04-30 09:25  robertj

	* src/gkclient.cxx: Fixed setting of remote ID in alternate
	  credentials.

2003-04-30 06:56  craigs

	* include/dynacodec.h: Changed interface to DLL codec to improve
	  Opal compatibility

2003-04-30 06:55  craigs

	* src/peclient.cxx, include/peclient.h: Improved handling for
	  nonexistent routes

2003-04-30 02:28  robertj

	* include/gkserver.h, include/h235auth.h, include/h323con.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/gkclient.cxx, src/gkserver.cxx, src/h235auth.cxx,
	  src/h323.cxx: Redesigned the alternate credentials in ARQ system
	  as old implementation   was fraught with concurrency issues, most
	  importantly it can cause false   detection of replay attacks
	  taking out an endpoint completely.

2003-04-29 10:32  robertj

	* src/ixjwin32.cxx: Added new wink functions for Windows IxJ lid.

2003-04-29 10:30  robertj

	* src/: lid.cxx, ixjunix.cxx: Fixed return type of get wink
	  function.

2003-04-29 10:27  robertj

	* include/: ixjlid.h, lid.h: Cleaned up documentation for new wink
	  duration functions.

2003-04-29 06:29  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Set get wink
	  duration for LID

2003-04-28 11:01  robertj

	* src/h323ep.cxx: Fixed problem with backward compatibility with
	  non-url based remote	 addresses passed to MakeCall()

2003-04-28 09:52  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed mutex
	  prob with caps

2003-04-28 09:00  robertj

	* include/h323caps.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Fixed problem with
	  compiler(s) not correctly initialising static globals

2003-04-28 03:47  dereks

	* include/lid.h, src/ixjunix.cxx, src/lid.cxx, include/ixjlid.h:
	  Add ability to set/get wink duration for ixj device.

2003-04-28 01:50  craigs

	* src/h323caps.cxx: Made list of registered codecs available
	  outside h323caps.cxx

2003-04-28 01:49  craigs

	* include/h323caps.h: Fixed some comments and made list of
	  registered codecs available outside h323caps.cxx

2003-04-28 01:48  craigs

	* include/dynacodec.h: Initial version

2003-04-27 11:16  rogerh

	* include/h263codec.h: use PBYTE_ORDER instead of endian.h

2003-04-24 03:49  dereks

	* include/h323ep.h, src/h323ep.cxx: Add ability to set no media
	  timeout interval

2003-04-23 03:41  dereks

	* ReadMe.txt: Adjust H263 docs to fix license issue. Thanks Shawn

2003-04-23 02:14  craigs

	* src/Makefile: More changes for MacOSX per Shawn Hsiao

2003-04-21 23:50  dereks

	* include/h263codec.h, src/h263codec.cxx: Implement suggestion from
	  Guilhem Tardy. Many thanks.

2003-04-18 17:16  craigs

	* src/peclient.cxx: Fixed problem with creation of alias keys

2003-04-17 14:19  robertj

	* src/h235auth1.cxx: Added windows automatic library inclusion for
	  openssl.

2003-04-17 10:20  robertj

	* OpenH323dll.dsp: Removed environment variables for new psuedo
	  autoconf system

2003-04-17 05:32  craigs

	* OpenH323dll.dsp: Removed references to now unused env vars

2003-04-17 03:59  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, samples/mfc/mfc.dsp,
	  samples/opent38/opent38.dsp, samples/simple/simple.dsp,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf: PWLib
	  autoconf check in

2003-04-16 06:26  dereks

	* ReadMe.txt, include/h263codec.h, src/Makefile, src/h263codec.cxx:
	  Initial release of h263 codec, which utilises the ffmpeg library.
	  Thanks to Guilhem Tardy, and to AliceStreet.

2003-04-15 05:14  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: [no log
	  message]

2003-04-15 05:04  robertj

	* src/guid.cxx: Fixed string constructor being able to build non
	  null GUID.

2003-04-11 00:39  dereks

	* src/vic/encoder.h: Sort out copyright issues. Thanks Qhong Wang

2003-04-10 16:34  craigs

	* src/peclient.cxx: Fixed wild card handling

2003-04-10 14:54  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More API
	  changes

2003-04-10 14:37  craigs

	* include/peclient.h: Improved handling of wildcard entries

2003-04-10 11:44  robertj

	* src/gkclient.cxx, include/transports.h, src/h323trans.cxx,
	  src/transports.cxx: Added associated transport to new
	  GetInterfaceAddresses() function so	interfaces can be ordered
	  according to active transport links. Improves   interoperability.
	  Replaced old listener GetTransportPDU() with
	  GetInterfaceAddresses()   and H323SetTransportAddresses()
	  functions.

2003-04-10 11:41  robertj

	* src/: peclient.cxx, gkserver.cxx: Added some more functions for
	  converting to alias addresses.

2003-04-10 11:39  robertj

	* include/h323ep.h, include/h323trans.h, src/h323ep.cxx: Added
	  associated transport to new GetInterfaceAddresses() function so
	  interfaces can be ordered according to active transport links.
	  Improves   interoperability.

2003-04-10 11:36  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added some more functions for
	  converting to alias addresses.

2003-04-10 09:47  robertj

	* src/gkserver.cxx: Added endpoint type to peer element add
	  descriptor.

2003-04-10 09:05  craigs

	* include/peclient.h, src/peclient.cxx: Allowed access to endpoint
	  type in descriptors

2003-04-10 05:41  craigs

	* src/peclient.cxx, include/peclient.h: Allow AccessRequest to
	  return multiple transport addresses

2003-04-10 04:03  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More Peer
	  Element API work

2003-04-10 03:05  craigs

	* include/h323ep.h: Added functions to access to lists of
	  interfaces

2003-04-10 03:03  craigs

	* include/h501pdu.h: Changed to allow reply address to be a list

2003-04-10 03:01  craigs

	* src/h323ep.cxx, include/transports.h, include/h323trans.h: Added
	  functions to access to lists of interfaces

2003-04-10 03:00  craigs

	* src/h501pdu.cxx: Changed to allow reply address to be a list

2003-04-10 02:59  craigs

	* src/peclient.cxx: Added support for multiple contact addresses
	  per template

2003-04-10 02:58  craigs

	* src/: transports.cxx, h323trans.cxx: Added functions to access to
	  lists of interfaces

2003-04-09 12:47  craigs

	* src/peclient.cxx, include/peclient.h: Fixed problems

2003-04-09 12:46  craigs

	* src/gkserver.cxx: Updated for changed to peer element

2003-04-09 05:50  craigs

	* src/h323trans.cxx: Fixed problem with peer elements

2003-04-09 05:08  robertj

	* include/h323trans.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx, src/h323annexg.cxx, src/h323trans.cxx,
	  src/peclient.cxx: Fixed race condition in shutting down
	  transactor (pure virtual call)

2003-04-08 14:23  craigs

	* src/peclient.cxx, include/peclient.h: Fixed problem with
	  descriptors not being removed when service relationships go away

2003-04-08 07:30  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More peer
	  element changes

2003-04-08 04:31  robertj

	* src/gkserver.cxx: Fixed setting of call member variable (dstHost)
	  outside of mutex.

2003-04-08 01:13  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More LDAP stuff

2003-04-07 15:09  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, include/h323ep.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323ep.cxx: Added ILS support to callto URL parsing in
	  MakeCall(), ie can now call hosts   registered with an ILS
	  directory.

2003-04-07 13:11  craigs

	* src/h323ep.cxx: Fixed compile problem on Linux

2003-04-07 07:10  craigs

	* src/peclient.cxx, include/peclient.h: Added changes to get access
	  to descriptor creates/updates/deletes

2003-04-04 10:14  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added support
	  for URL's in MakeCall, especially h323 and callto schemes.

2003-04-04 10:04  robertj

	* src/h323ep.cxx: Added support for URL's in MakeCall, especially
	  h323 and callto schemes.

2003-04-04 01:54  robertj

	* include/h261codec.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h261codec.cxx, src/vic/p64encoder.cxx,
	  src/vic/p64encoder.h, src/vic/vid_coder.cxx, src/vic/vid_coder.h:
	  Added fast update to H.261 codec, thanks Gustavo Garca Bernardo

2003-04-03 07:21  robertj

	* src/gkserver.cxx: Fixed updating aliases for look up of locally
	  registered ep.

2003-04-02 08:58  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Added support for (optional)
	  duplicate aliases in gatekeeper server, necessitating   the
	  removal of AddAlias and RemoveAlias functions.

2003-04-02 08:12  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added H.323
	  Annex G Peer Element support to gatekeeper server.  Added
	  versions of AddDescriptor that contain the GUID.

2003-04-02 08:08  robertj

	* src/h323trans.cxx: Fixed some trace log module names

2003-04-02 08:07  robertj

	* include/gkserver.h, src/gkserver.cxx: Added H.323 Annex G Peer
	  Element support to gatekeeper server.

2003-04-02 08:06  robertj

	* src/peclient.cxx: Added versions of AddDescriptor that contain
	  the GUID.  Changed default localIdentifier to be the local
	  username of the endpoint.

2003-04-02 08:05  robertj

	* include/peclient.h: Added versions of AddDescriptor that contain
	  the GUID.

2003-04-01 09:37  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added function
	  to translate alias into alias list and transport to make   use of
	  full information returned by peer element.

2003-04-01 09:30  robertj

	* include/gkserver.h, src/gkserver.cxx: Added function to translate
	  alias into alias list and transport to make	use of full
	  information returned by peer element.

2003-04-01 07:59  robertj

	* include/h323trans.h, include/peclient.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkserver.cxx,
	  src/h323trans.cxx, src/peclient.cxx: Fixed H.501 transaction code
	  setting members for m_common PDU part.

2003-04-01 06:47  robertj

	* include/gkserver.h, include/h235auth.h, include/h323trans.h,
	  include/peclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx, src/h235auth.cxx,
	  src/h323trans.cxx, src/peclient.cxx: Abstracted H.225 RAS
	  transaction processing (RIP and secondary thread) in	 server
	  environment for use by H.501 peer elements.

2003-04-01 05:14  robertj

	* src/h323annexg.cxx: Fixed passing thru H.501 RIP packet to
	  transactor to handle.

2003-04-01 05:11  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added function to get array
	  of AliasAddress into PStringArray.

2003-04-01 03:17  robertj

	* include/peclient.h, src/peclient.cxx: Minor changes to
	  AccessEquest and AddDescriptor API to allow for   string arrays
	  of aliases.

2003-04-01 03:07  robertj

	* include/svcctrl.h, src/Makefile: Split service control handlers
	  from H.225 RAS header.

2003-04-01 03:04  robertj

	* OpenH323Lib.dsp, src/h225ras.cxx, include/h225ras.h,
	  src/svcctrl.cxx: Split service control handlers from H.225 RAS
	  header.

2003-03-28 06:34  robertj

	* src/h501pdu.cxx: Added implementation for
	  GetRequestInProgressDelay

2003-03-28 06:08  robertj

	* include/h501pdu.h, src/h501pdu.cxx: Added delay parameter to
	  BuildRequestInProgress

2003-03-28 05:43  craigs

	* src/peclient.cxx: Added noCallSpecific flag for compatibility

2003-03-28 01:30  craigs

	* src/peclient.cxx, include/peclient.h: Fixed problems with service
	  relationship ordinals and better descriptor update access

2003-03-27 10:23  craigs

	* src/peclient.cxx, include/peclient.h: Rewritten support for
	  descriptors and multiple templates

2003-03-26 23:29  robertj

	* videonotes.rtf: [no log message]

2003-03-26 08:10  robertj

	* include/gkserver.h: Added more access functions.

2003-03-26 08:08  robertj

	* include/peclient.h: Added default parameters to AddDescriptor()
	  functions

2003-03-26 07:14  robertj

	* src/transports.cxx: More IPv6 support (INADDR_ANY handling),
	  thanks Sbastien Josset

2003-03-26 02:32  dereks

	* openh323.dxx: Remove call to load videoio.h

2003-03-26 01:46  robertj

	* include/gkclient.h, include/h323trans.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h225ras.cxx, src/h323annexg.cxx, src/h323trans.cxx,
	  src/peclient.cxx: Had another go at making H323Transactor being
	  able to be created   without having a listener running.

2003-03-25 23:59  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added multiple
	  aliases in H501 descriptors

2003-03-25 13:53  robertj

	* src/peclient.cxx: Added SetPromiscuous back in

2003-03-25 13:01  craigs

	* src/: h323trans.cxx, peclient.cxx: Fixed SEGV when no interface
	  specified for peer element

2003-03-25 09:12  robertj

	* src/h323trans.cxx: Added ability to create a transactor without
	  starting listener.

2003-03-25 08:50  craigs

	* include/peclient.h, src/peclient.cxx: Added support for mutiple
	  transports per descriptor

2003-03-25 06:13  craigs

	* src/peclient.cxx, include/peclient.h: More speed enhancements

2003-03-25 05:56  robertj

	* include/h323pdu.h, include/h323trans.h, include/h501pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323pdu.cxx, src/h323trans.cxx, src/h501pdu.cxx: Fixed issues
	  to do with multiple inheritence in transaction reply cache.

2003-03-25 03:57  craigs

	* src/peclient.cxx: Fixed for update problems

2003-03-25 03:35  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More H.501
	  implementation

2003-03-25 03:32  robertj

	* src/h323trans.cxx: Additional tracing.  Fixed bug with incorrect
	  authenticators being used in requests.

2003-03-25 03:30  robertj

	* src/gkserver.cxx: Additional tracing

2003-03-25 02:59  robertj

	* src/peclient.cxx: Fixed incorrect position of delete. Would do
	  nothing there!

2003-03-25 02:58  robertj

	* include/peclient.h: Fixed GNU warnings

2003-03-25 02:47  craigs

	* include/peclient.h: Changes for new OpenH323 H.501

2003-03-25 02:41  craigs

	* src/: h323trans.cxx, peclient.cxx: Still more signficant H.501
	  updates

2003-03-25 00:27  robertj

	* OpenH323Lib.dsp, src/Private.def: Speex update

2003-03-25 00:14  robertj

	* src/Makefile: Speex update

2003-03-24 16:58  rogerh

	* src/speex/PART_OF_SPEEX: Update with Speex 1.0

2003-03-24 16:44  rogerh

	* src/speex/libspeex/: Makefile.am, Makefile.in, bits.c,
	  cb_search.c, cb_search.h, exc_10_16_table.c, exc_10_32_table.c,
	  exc_20_32_table.c, exc_5_256_table.c, exc_5_64_table.c,
	  exc_8_128_table.c, filters.c, filters.h, filters_sse.h,
	  gain_table.c, gain_table_lbr.c, hexc_10_32_table.c, hexc_table.c,
	  high_lsp_tables.c, lsp.c, lsp.h, lsp_tables_nb.c, ltp.c, ltp.h,
	  math_approx.c, misc.c, misc.h, modes.c, modes.h, nb_celp.c,
	  nb_celp.h, quant_lsp.c, quant_lsp.h, sb_celp.c, sb_celp.h,
	  speex.h, speex_bits.h, speex_callbacks.c, speex_callbacks.h,
	  speex_header.c, speex_header.h, speex_stereo.h, stack_alloc.h,
	  stereo.c, vbr.c, vbr.h: Upgrade to Speex 1.0

2003-03-24 08:16  robertj

	* src/h323trans.cxx: Fixed incorrect cast to non const for setting
	  authenticators.

2003-03-21 07:27  robertj

	* src/h323trans.cxx: Added setting of remote port in UDP transport
	  constructor.	Removed odd trace output on timeout..

2003-03-21 07:08  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More H501 stuff

2003-03-21 06:27  robertj

	* src/h323annexg.cxx: Added setting of remote port in UDP transport
	  constructor.	Added call backs for cached responses.

2003-03-21 06:24  robertj

	* include/transports.h, src/transports.cxx, src/h225ras.cxx,
	  include/h323trans.h: Added setting of remote port in UDP
	  transport constructor.

2003-03-21 00:45  dereks

	* src/h261codec.cxx: Make formatting more consistant with the
	  openh323.org standard.

2003-03-20 02:51  robertj

	* OpenH323Lib.dsp, include/h225ras.h, include/h323annexg.h,
	  include/h323pdu.h, include/h323trans.h, include/h501pdu.h,
	  include/peclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/h225ras.cxx,
	  src/h323annexg.cxx, src/h323pdu.cxx, src/h323trans.cxx,
	  src/h501pdu.cxx, src/peclient.cxx, src/transports.cxx: More
	  abstraction of H.225 RAS and H.501 protocols transaction
	  handling.

2003-03-19 02:18  robertj

	* src/peclient.cxx: Fixed GNU warnings

2003-03-19 02:11  robertj

	* src/peclient.cxx: GNU compatibility

2003-03-19 01:09  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More H501 stuff

2003-03-18 14:57  craigs

	* src/h323annexg.cxx, src/h501pdu.cxx, src/peclient.cxx,
	  include/h501pdu.h, include/peclient.h: More H.501 implementation

2003-03-18 08:34  robertj

	* src/Makefile: Fixed problem with constructing LD_LIBRARY_PATH on
	  Solaris

2003-03-18 06:54  robertj

	* include/q931.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/q931.cxx: Added ChannelIdentifier IE
	  support, thanks Eize Slange

2003-03-18 06:11  robertj

	* src/h323caps.cxx: Fixed OID based non-standard capabilities,
	  thanks Philippe Massicotte

2003-03-18 05:25  robertj

	* src/Makefile: Added Peer Element client for H.323 Annex G

2003-03-18 03:18  craigs

	* include/peclient.h: Changed incorrect include

2003-03-18 00:17  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More H.501
	  implementation

2003-03-17 23:51  craigs

	* src/gkserver.cxx, include/gkserver.h: Improvided useability of
	  AddAlias and RemoveAlias

2003-03-17 23:22  robertj

	* src/Makefile: Removed videoio module, now in pwlib.

2003-03-17 14:19  craigs

	* src/h323annexg.cxx, src/h501pdu.cxx, src/peclient.cxx,
	  include/h323annexg.h, include/h501pdu.h, include/peclient.h: More
	  H501 implementation

2003-03-17 12:29  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More H.501
	  stuff Video changes

2003-03-17 09:05  robertj

	* OpenH323Lib.dsp, src/h261codec.cxx: Removed videoio classes in
	  openh323 as now has versions in pwlib.

2003-03-14 08:25  robertj

	* src/vic/: bsd-endian.h, crdef.h, dct.cxx, dct.h,
	  encoder-h261.cxx, encoder.h, p64-huff.h, p64.cxx, p64.h,
	  transmitter.cxx, transmitter.h: Removed $header keyword so is not
	  different on alternate repositories

2003-03-14 07:00  craigs

	* include/h501pdu.h, include/peclient.h, include/h323annexg.h,
	  src/h323annexg.cxx, src/h501pdu.cxx, src/peclient.cxx: More
	  updates

2003-03-12 01:15  dereks

	* src/vpblid.cxx: Fix compile error on RH8.0

2003-03-12 00:15  robertj

	* src/transports.cxx: Fixed possible double delete of socket
	  (crash) on garbage input.

2003-03-11 23:14  dereks

	* src/h323.cxx: Fix syntax error in previous commit.

2003-03-11 23:12  dereks

	* src/h323.cxx: Fix so that pause stops video also; Thanks Damien
	  Sandras.

2003-03-11 23:05  dereks

	* src/h261codec.cxx: Video receive will not terminate in abnormal
	  situations Thanks to Damien Sandras.

2003-03-07 01:27  robertj

	* version.h: Incremented build number after tagging to v1_11_7.

2003-03-07 01:27  robertj

	* version.h: Pre-tagging check in for v1_11_7.

2003-03-05 07:26  robertj

	* include/lid.h, include/vpblid.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/lid.cxx,
	  src/vpblid.cxx: Added function to play a WAV file to LID, thanks
	  Pietro Ravasio

2003-03-04 06:34  robertj

	* include/gkserver.h: Fixed GNU warnings

2003-03-04 06:27  robertj

	* include/gkserver.h, src/gkserver.cxx: Added statistics for
	  rejected registrations and call admissions.

2003-03-04 05:14  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Reintroduced h501pdu.*, more implementation of
	  H.323 Annex G

2003-03-04 04:58  robertj

	* src/h323ep.cxx: Fixed missing local interface usage if specified
	  in UseGatekeeper()

2003-03-04 02:57  robertj

	* src/Makefile: Re-added h501pdu module

2003-03-04 02:29  robertj

	* src/gkserver.cxx: Fixed rare bandwidth leak in call processing.

2003-03-04 01:43  robertj

	* OpenH323Lib.dsp: Removed deprecated peserver.cxx

2003-03-03 07:59  robertj

	* include/gkserver.h, src/gkserver.cxx: Fixed call SetBandwidth
	  function so adjusts global bandwidth as well.

2003-03-03 07:53  robertj

	* src/gkserver.cxx: Fixed incorrect adjustment of bandwidth on BRQ
	  if not enough for request.

2003-03-01 01:22  craigs

	* src/h501.asn: Latest ASN thanks to Paul Long

2003-03-01 01:22  craigs

	* src/h323annexg.cxx, src/h323trans.cxx, src/h501pdu.cxx,
	  src/peclient.cxx, include/h225ras.h, include/h323annexg.h,
	  include/h323pdu.h, include/h323trans.h, include/h501pdu.h,
	  include/peclient.h: New PeerElement implementation

2003-03-01 01:21  craigs

	* src/h225ras.cxx: Fixed spelling mistake!

2003-02-28 10:00  rogerh

	* src/h323ep.cxx: remove redundant code

2003-02-28 06:09  robertj

	* src/gkserver.cxx: Added trace of bandwidth allocation.

2003-02-26 00:51  robertj

	* src/h323ep.cxx: Fxied bug where not getting last port in range,
	  thanks Sonya Cooper-Hull

2003-02-25 08:09  robertj

	* src/Makefile: More work on PDU transaction abstraction.

2003-02-25 07:48  robertj

	* OpenH323Lib.dsp, include/h235auth.h, include/h323annexg.h,
	  include/h323pdu.h, include/h323trans.h, include/h501pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h235auth.cxx, src/h323annexg.cxx, src/h323pdu.cxx,
	  src/h323trans.cxx, src/h501pdu.cxx, src/peclient.cxx: More work
	  on PDU transaction abstraction.

2003-02-25 05:20  robertj

	* src/Makefile: Added H.323 Annex G support (incomplete)

2003-02-25 04:14  robertj

	* include/h323trans.h: Added missing virtual destructor.

2003-02-21 08:25  robertj

	* include/.cvsignore, src/.cvsignore: Added H.501 ASN file

2003-02-21 08:23  robertj

	* include/h225ras.h, include/peclient.h, src/h323trans.cxx,
	  src/peclient.cxx: Fixed up some comments

2003-02-21 08:22  robertj

	* OpenH323Lib.dsp: Added start of H.323 Annex G support

2003-02-21 08:21  robertj

	* include/gkserver.h: Fixed incorrect ancestor in PCLASSINFO()

2003-02-21 06:28  craigs

	* include/: gkserver.h, h225ras.h, h323annexg.h, h323pdu.h,
	  h323trans.h, h501pdu.h, peclient.h: Factored out code for user
	  with peer elements

2003-02-21 06:27  craigs

	* src/: h323annexg.cxx, h323trans.cxx, h501.asn, h501pdu.cxx,
	  peclient.cxx: Initial version

2003-02-21 06:25  craigs

	* src/: gkclient.cxx, gkserver.cxx, h225ras.cxx, h323pdu.cxx:
	  Abstracted out underlying transports for use with peerelements

2003-02-14 00:33  dereks

	* src/lid.cxx: Fix reporting of tonenames.

2003-02-13 01:41  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added missing
	  virtual for controlling call transfer, thanks Andrey Pinaev

2003-02-13 01:11  robertj

	* include/h323ep.h: Added missing virtual for controlling call
	  transfer, thanks Andrey Pinaev

2003-02-13 00:59  robertj

	* include/gkclient.h, include/h323con.h, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/h323.cxx: Fixed adding
	  missing endpoint identifer in SETUP packet when gatekeeper
	  routed, pointed out by Stefan Klein Also fixed correct rutrn of
	  gk routing in IRR packet.

2003-02-12 08:40  robertj

	* src/h235auth.cxx: Added more logging for authentication errors in
	  validation.  Fixed problem with possible negative numbers in CAT
	  random field.

2003-02-12 03:23  robertj

	* src/q931.cxx: Fixed printing of cause codes that are impossible
	  as opposed to merely	 unlikely or unallocated.

2003-02-12 03:21  robertj

	* src/h323.cxx: Changed Q.931 release complete cause code to be
	  error value, an impossible   value rather than just strange,
	  until a possible value is received.

2003-02-12 01:04  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ability
	  to trace text version of cause codes and IE codes.

2003-02-12 01:02  robertj

	* include/q931.h, src/q931.cxx: Added more Q.931 cause codes.
	  Added ability to trace text version of cause codes and IE codes.

2003-02-11 23:38  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf, Private.def:
	  Speex upgrade

2003-02-11 07:59  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed use of
	  asymmetrical authentication schemes such as MD5.

2003-02-11 05:50  robertj

	* src/gkserver.cxx: Added missing gatekeeper identifiers in URQ and
	  DRQ.

2003-02-11 05:46  robertj

	* src/gkclient.cxx: Fixed keep alive RRQ being rejected with full
	  registration required   reason actually doing a full
	  registration!

2003-02-11 05:43  robertj

	* include/h235auth.h, src/h235auth.cxx: Fixed use of asymmetrical
	  authentication schemes such as MD5.

2003-02-10 23:37  rogerh

	* src/speex/libspeex/: Makefile.am, Makefile.in, filters.c,
	  filters.h, lsp.c, ltp.c, ltp.h, misc.h, modes.c, modes.h,
	  nb_celp.c, nb_celp.h, sb_celp.c, sb_celp.h, speex.h,
	  speex_bits.h, stack_alloc.h, stereo.c, vbr.c, vbr.h, vq.c:
	  Upgrade to 1.0 relese candidate 2

2003-02-10 08:07  robertj

	* version.h: Incremented build number after tagging to v1_11_6.

2003-02-10 08:06  robertj

	* version.h: Pre-tagging check in for v1_11_6.

2003-02-10 06:36  robertj

	* src/channels.cxx: Fixed returning mediaControlChannel address in
	  preference to mediaChannel   address as Cisco's just feed your
	  own address back at you.

2003-02-10 05:18  robertj

	* src/h225ras.cxx: Made RAS read loop more robust.

2003-02-10 03:08  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: [no log
	  message]

2003-02-10 02:51  robertj

	* src/gkclient.cxx: Fixed bad tokens causing an apparent "transport
	  error", now correctly   indicates a security error.

2003-02-10 01:32  robertj

	* src/vic/: videoframe.h, encoder.h, encoder-h261.cxx: Removed code
	  for redundent class and constructor.

2003-02-10 01:32  robertj

	* src/vic/p64encoder.cxx: Changed delete of array pointer (use of
	  []) to avoid complaints.  Removed code for redundent class and
	  constructor.

2003-02-10 00:54  robertj

	* src/speex/libspeex/stack_alloc.h: Fixed portability issue,
	  assumed int==pointer, thanks Klaus Kaempf

2003-02-10 00:28  robertj

	* src/h323.cxx: Fixed problem with left over extension fields from
	  previously received	H.225 PDUs, thanks Gustavo Garca

2003-02-09 01:48  robertj

	* include/h323ep.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Added function to return if
	  registered with gatekeeper.

2003-02-07 07:37  robertj

	* include/gkclient.h, src/gkclient.cxx: Changed registration state
	  to an enum so can determine why the RRQ failed.

2003-02-07 01:48  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed
	  function to virtual to help in using external multiicast RTP
	  stacks.  Changes for bizarre usage of RTP code outside of scope
	  of H.323 specs.

2003-02-07 01:30  robertj

	* src/rtp.cxx, include/rtp.h: Changes for bizarre usage of RTP code
	  outside of scope of H.323 specs.

2003-02-07 01:27  robertj

	* include/h323rtp.h, src/h323rtp.cxx: Changed function to virtual
	  to help in using external multiicast RTP stacks.

2003-02-06 23:29  rogerh

	* src/g711.c: Make two funtions static. Needed to solve linker
	  problems on Mac OS X.

2003-02-06 07:46  robertj

	* src/gkserver.cxx: Changed to ignore srcCallSignalAddress if ep is
	  flagegd as behind NAT.

2003-02-06 05:50  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changes to help
	  with endpoints behind NAT.  Added more support for adding things
	  to H323TransportAddressArrays

2003-02-06 05:47  robertj

	* src/gkserver.cxx: Changes to help with endpoints behind NAT.

2003-02-06 05:43  robertj

	* include/gkserver.h: Changes to help with endpoints behind NAT.

2003-02-06 05:29  robertj

	* include/transports.h, src/transports.cxx: Added more support for
	  adding things to H323TransportAddressArrays

2003-02-05 07:32  robertj

	* include/rtp.h, src/OpenH323d.dtf, src/h323ep.cxx,
	  src/h323rtp.cxx: Fixed non-stun symmetric NAT support recently
	  broken.

2003-02-05 05:56  robertj

	* src/h323ep.cxx: Fixed setting STUN server to enpty string
	  clearing stun variable.

2003-02-05 03:30  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed setting
	  of correct address in OLC's when STUN is used.

2003-02-05 02:57  robertj

	* src/transports.cxx: Fixed STUN usage on gatekeeper discovery.

2003-02-05 02:55  robertj

	* src/h323rtp.cxx: Fixed setting of correct address in OLC's when
	  STUN is used.

2003-02-05 00:50  robertj

	* src/rtp.cxx: Changed trace log for RTP session creation to show
	  local address.

2003-02-05 00:08  robertj

	* src/gkserver.cxx: Fixed partial search for endpoint by alias so
	  must match the partial at the   begining of the endpoints alias
	  name, preventing return of incorrect ep.

2003-02-04 08:36  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added STUN
	  support.

2003-02-04 08:06  robertj

	* include/h323ep.h, include/rtp.h, src/h323ep.cxx, src/h323rtp.cxx,
	  src/rtp.cxx, src/transports.cxx: Added STUN support.

2003-02-04 08:04  robertj

	* src/gkclient.cxx: Prevent multiple calls to Connect() if did not
	  change the gk.

2003-02-03 07:13  robertj

	* version.h: Incremented build number after tagging to v1_11_5.

2003-02-03 07:13  robertj

	* version.h: Pre-tagging check in for v1_11_5.

2003-02-03 05:31  robertj

	* src/h323pdu.cxx: Added special case for Cisco vendor field, they
	  leave it rather incomplete,

2003-02-03 04:58  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Fixed use of local password
	  database with ep's that have multiple aliases.

2003-02-03 03:55  robertj

	* src/h235auth.cxx: Fixed problem with pasing through other tokens
	  transparently.

2003-02-03 01:47  robertj

	* src/gkserver.cxx: Changed setting of alerting and connect times
	  so if clock on client is early   the gk server uses its own
	  current time.

2003-02-03 01:13  robertj

	* src/gkserver.cxx: Fixed problem with Cisco non standard connect
	  time, thanks Francisco Olarte Sanz

2003-02-02 12:46  robertj

	* src/h235auth.cxx: Fixed CAT selection in GRQ authentication
	  mechanisms.

2003-02-01 14:31  robertj

	* include/gkserver.h, include/h225ras.h, include/h235auth.h,
	  include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx, src/h235auth.cxx, src/h235auth1.cxx,
	  src/h323ep.cxx: Changes to support CAT authentication in RAS.

2003-02-01 14:29  robertj

	* OpenH323dll.dsp: Fixed strange desire for build to want gdi32.lib
	  which it then promply leaves out!

2003-01-30 02:38  robertj

	* src/h323neg.cxx: Fixed some trace log errors

2003-01-30 00:58  dereks

	* src/lid.cxx: Fix typo in United Kingdom tone definition.

2003-01-30 00:48  robertj

	* src/h323.cxx: Removed extraneous code, thanks Chih-Wei Huang

2003-01-28 00:17  robertj

	* src/gkserver.cxx: Fixed use of alternate credentials in ARQ

2003-01-28 00:15  robertj

	* src/h235auth1.cxx: Added more trace logs

2003-01-26 08:44  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: LRQ fixes

2003-01-26 07:02  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed
	  ParsePartyName so will accept addresses of the form
	  alias@gk:address which will do an LRQ call to \address\ using
	  \alias\   to determine the IP address to connect to.

2003-01-26 06:57  robertj

	* src/h323ep.cxx, include/h323ep.h: Changed ParsePartyName so will
	  accept addresses of the form	 alias@gk:address which will do an
	  LRQ call to "address" using "alias"	to determine the IP address
	  to connect to.

2003-01-26 05:48  robertj

	* src/gkserver.cxx: Fixed LRQ so returns registered ep first and
	  fills in rasAddress in LCF as   best it can under various
	  scenarios.  Fixed translate alias so a DN is not thought to be an
	  IP address.

2003-01-26 03:57  craigs

	* src/h323pdu.cxx: Fixed oops in last checkin

2003-01-26 03:50  craigs

	* src/: h323.cxx, h323pdu.cxx: Change so SETUP PDU uses conference
	  and callIdentifier from H323Connection, rather than both doing
	  seperately and then overwriting

2003-01-25 06:41  robertj

	* src/gkserver.cxx: Changed LRQ handling to use translate alias to
	  address function.

2003-01-24 11:32  robertj

	* src/g711.c: Fixed C compaitbility (esp. RTEMS compiler) thanks
	  Vladimir Nesic

2003-01-23 03:36  robertj

	* include/h323ep.h, src/OpenH323d.dtf, src/h323ep.cxx,
	  src/transports.cxx: Increased (and made configurable) timeout for
	  H.245 channel TCP connection.

2003-01-20 02:10  robertj

	* version.h: Incremented build number after tagging to v1_11_4.

2003-01-16 01:55  robertj

	* src/gkserver.cxx: Fixed crash if reject ARQ early in processing.

2003-01-15 03:45  robertj

	* version.h: Incremented build number after tagging to v1_11_3.

2003-01-15 03:45  robertj

	* version.h: Pre-tagging check in for v1_11_3.

2003-01-11 06:04  robertj

	* src/gkclient.cxx: Added checks for valid URQ packet, thanks
	  Chih-Wei Huang

2003-01-09 05:45  robertj

	* src/gkclient.cxx: Fixed problem where if gets GRJ which does not
	  have an alternate gatekeeper	 the system gets into an infinite
	  loop, pointed out by Vladimir Toncar

2003-01-08 05:40  robertj

	* include/h235auth.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx, src/h235auth.cxx,
	  src/h235auth1.cxx: Added more debug tracing for H.235
	  authenticators.

2003-01-07 08:52  craigs

	* src/rtp2wav.cxx, include/rtp2wav.h: Fixed problem with
	  multi-frame G.723.1 packets

2003-01-07 07:32  robertj

	* src/rtp.cxx: Fixed faint possibility of getting an error on UDP
	  write caused by ICMP	 unreachable being received when no UDP
	  read is active on the socket. Then   the UDP write gets the error
	  stopping transmission.

2003-01-07 01:40  robertj

	* src/OpenH323d.dtf: Further fixes for alternate gatekeeper, thanks
	  Kevin Bouchard

2003-01-07 01:37  robertj

	* src/: OpenH323n.dtf, OpenH323.dtf: Further fixes for alternate
	  gatekeeper, thanks Kevin Bouchard

2003-01-06 23:18  rogerh

	* src/vic/grabber.h: Add NetBSD grabber code. Submitted by Andreas
	  Wrede.

2003-01-06 08:20  robertj

	* version.h: Incremented build number after tagging to v1_11_2.

2003-01-06 08:20  robertj

	* version.h: Pre-tagging check in for v1_11_2.

2003-01-06 08:09  robertj

	* include/gkclient.h, src/gkclient.cxx: Further fixes for alternate
	  gatekeeper, thanks Kevin Bouchard

2003-01-06 07:13  robertj

	* src/h323ep.cxx: Increased maximum possible jitter configuration
	  to 10 seconds.

2002-12-29 23:35  dereks

	* src/cu30codec.cxx: Fix so it compiles.

2002-12-29 23:35  dereks

	* src/h261codec.cxx: Fix so video with Windows XP works. Thanks
	  Damien Sandras.

2002-12-24 08:38  robertj

	* src/h261codec.cxx: Patches to fix divide by zero error, thanks
	  Damien Sandras

2002-12-23 23:47  robertj

	* src/gkclient.cxx: Changed gatekeeper discovery so an GRJ does not
	  indicate "discovered".  Added trace output of alternate
	  gatekeepers list.  Fixed receiving GRJ with alternate gatekeepers
	  to immediately  do discover	and registration on the alternate.

2002-12-23 23:46  robertj

	* include/gkclient.h: Changed gatekeeper discovery so an GRJ does
	  not indicate "discovered".  Added trace output of alternate
	  gatekeepers list.

2002-12-23 23:46  robertj

	* src/transports.cxx: Changed gatekeeper discovery so an GRJ does
	  not indicate "discovered".

2002-12-20 00:52  robertj

	* src/gkclient.cxx: Fixed probelm with registering with alternate
	  gk, thanks Kevin Bouchard

2002-12-19 07:20  robertj

	* src/gkserver.cxx: Rearranged crypto check to be at the end of the
	  H323RegisteredEndPoint   version of OnAdmission() to make it
	  easier for overrides to do something	 with teh endpoint if it
	  fails the security,

2002-12-19 02:49  robertj

	* src/t38proto.cxx: Fixed incorrect setting of optional fields in
	  pre-corrigendum packet   translation function, thanks Vyacheslav
	  Frolov

2002-12-19 02:01  robertj

	* src/gkserver.cxx: Fixed missing read/write lock when doing IRR
	  update on call state.

2002-12-18 12:20  craigs

	* src/channels.cxx: Fixed problem with T.38 channels SEGVing thanks
	  to Vyacheslav Frolov

2002-12-18 07:56  robertj

	* src/h323.cxx: Moved the RAS IRR on UUIE to after UUIE is
	  processed. Means you get   correct state variables such as
	  connectedTime.

2002-12-18 07:24  robertj

	* src/h225ras.cxx: Improved logging around the RAS poll function,
	  on timeouts etc

2002-12-17 09:48  robertj

	* src/channels.cxx: Set silence suppression mode earlier in codec
	  life so gets correct	 value for silenceSuppression in fast start
	  OLC's.

2002-12-17 02:25  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Added call backs on gk
	  server when ep indicates alerting or connect.

2002-12-16 10:11  robertj

	* include/codecs.h, include/h261codec.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/codecs.cxx,
	  src/h261codec.cxx: Added new video bit rate control, thanks
	  Walter H. Whitlock

2002-12-16 09:20  robertj

	* src/channels.cxx: Fixed problem where a spurious RTP packet full
	  of zeros could be sent   at the beginning of the transmission,
	  thanks Bruce Fitzsimons

2002-12-13 06:03  robertj

	* version.h: Incremented build number after tagging to v1_11_1.

2002-12-13 06:03  robertj

	* version.h: Pre-tagging check in for v1_11_1.

2002-12-13 04:59  robertj

	* src/gkserver.cxx: Fixed incorrect field identifier used in
	  including optional field for	 balance in ARJ

2002-12-13 03:52  robertj

	* src/h225ras.cxx: Fixed failure to release mutex on call
	  confirm/reject.

2002-12-12 06:08  robertj

	* version.h: Incremented build number after tagging to v1_11_0.

2002-12-12 06:08  robertj

	* version.h: Pre-tagging check in for v1_11_0.

2002-12-12 04:50  robertj

	* src/gkserver.cxx: Fixed incorrect condition for detecting
	  suportset RRQ

2002-12-12 02:31  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Not sure why things changed
	  here

2002-12-12 02:24  robertj

	* src/h323.cxx: Changed default user indication input mode to be
	  alphanumeric H.245 if the   remote TCS does not indicate any UII
	  capability (per spec).

2002-12-11 00:50  robertj

	* src/opalvxml.cxx: Fixed some tracing issues

2002-12-11 00:39  robertj

	* src/gkclient.cxx: Added some extra tracing.

2002-12-11 00:38  robertj

	* src/h323.cxx: Moved the unsolicited IRR for sending requested
	  UUIE to inside mutex.

2002-12-09 02:31  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Backout out
	  speex changes

2002-12-06 05:18  robertj

	* src/t38proto.cxx: Fixed GNU warning

2002-12-06 04:44  robertj

	* src/h323.cxx: Fixed bug in seleting request mode other than zero,
	  thanks Ulrich Findeisen

2002-12-06 04:34  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Speex changes
	  for XIPH manufacturer code

2002-12-05 13:29  rogerh

	* src/h323caps.cxx: Add non standard codec identifier for Xiph.org

2002-12-04 02:10  robertj

	* src/OpenH323d.dtf: Changed to allow for an already registered
	  endpoint to send a full RRQ to add   but not subtract aliases or
	  signalling addresses. If tries to subtract then   will reject the
	  RRQ and de-register the endpoint.

2002-12-03 10:20  craigs

	* src/mediafmt.cxx: Fixed problem with RFC2833 and a dynamic RTP
	  type using the same RTP payload number

2002-12-02 08:42  robertj

	* src/gkserver.cxx: Fixed GNU warning

2002-12-02 07:44  robertj

	* src/gkserver.cxx: Changed to allow for an already registered
	  endpoint to send a full RRQ to add   but not subtract aliases or
	  signalling addresses. If tries to subtract then   will reject the
	  RRQ and de-register the endpoint.

2002-12-02 05:07  robertj

	* include/t38proto.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/t38proto.cxx: Turned T.38 Originate inside
	  out, so now has WriteXXX() functions that can   be call ed in
	  different thread contexts.

2002-12-02 04:06  robertj

	* include/mediafmt.h, src/lid.cxx, src/mediafmt.cxx: Fixed over
	  zealous removal of code when NO_AUDIO_CODECS set.

2002-12-02 01:37  robertj

	* include/t38proto.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/t38proto.cxx: More implementation of T38
	  base library code, some taken from the t38modem   application by
	  Vyacheslav Frolov, eg redundent frames.

2002-11-29 00:39  robertj

	* src/h225ras.cxx: Fixed race condition for if RAS reply arrives
	  very VERY quickly after   sending packet. Introduced in previous
	  change.

2002-11-29 00:18  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added virtual
	  to several functions on H323EndPoint

2002-11-28 06:45  robertj

	* include/gkserver.h, src/gkserver.cxx: Fixed bug so can set total
	  bandwidth while calls are in progress.

2002-11-28 05:41  robertj

	* include/gkclient.h, include/gkserver.h, include/h225ras.h,
	  include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx, src/h323pdu.cxx: Added support for RAS
	  ServiceControlIndication command.

2002-11-28 03:13  robertj

	* src/h225ras.cxx: Fixed copy and paste errors.

2002-11-28 03:10  robertj

	* src/h225ras.cxx: Changed order of function so OnSendXXX(pdu) can
	  change the security	credentials in descendant classes.

2002-11-28 02:19  craigs

	* include/h323ep.h: Added virtual to several functions

2002-11-27 12:55  robertj

	* include/.cvsignore: H248 ASN file

2002-11-27 12:52  robertj

	* src/Makefile: Fixed ASN file dependencies to .dep files.  Fixed
	  number of backslashes, goes with new classheader command in
	  asnparser.

2002-11-27 12:50  robertj

	* OpenH323Lib.dsp: Changed to use new asnparser classheader command
	  line, correct number of   backslashes.

2002-11-27 12:47  robertj

	* src/h323caps.cxx: Fixed GNU warning

2002-11-27 07:54  robertj

	* OpenH323Lib.dsp, include/gkclient.h, include/gkserver.h,
	  include/h225ras.h, include/h323con.h, include/h323ep.h,
	  src/.cvsignore, src/Makefile, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/gkserver.cxx, src/h225ras.cxx, src/h248.asn, src/h323.cxx,
	  src/h323ep.cxx, src/h323pdu.cxx: Added Service Control Session
	  management as per Annex K/H.323 via RAS   only at this stage.
	  Added H.248 ASN and very primitive infrastructure for linking
	  into the   Service Control Session management system.  Added
	  basic infrastructure for Annex K/H.323 HTTP transport system.
	  Added Call Credit Service Control to display account balances.

2002-11-26 23:48  craigs

	* src/h323caps.cxx: Changed nonStd codec identification to use a
	  table for MS codecs

2002-11-26 15:14  craigs

	* src/Makefile: Added H245_AudioCapability::PrintOn

2002-11-26 14:52  craigs

	* src/h323caps.cxx: Added PrintOn function for outputting names of
	  nonStandard codecs

2002-11-26 14:52  craigs

	* OpenH323Lib.dsp: Added additional header option for outputting
	  names of nonStandard codecs

2002-11-26 12:20  rogerh

	* src/speex/libspeex/speex_stereo.h: Upgrade to Speex 1.0 beta 3.

2002-11-26 11:24  rogerh

	* src/Makefile: Move CU30 check up one level to openh323u.mak

2002-11-26 03:59  robertj

	* src/: channels.cxx, jitter.cxx: Added logging to help find
	  logical channel thread stop failures.

2002-11-25 23:40  robertj

	* include/q931.h: Added another Q.850 code

2002-11-25 04:27  robertj

	* src/gkserver.cxx: Added sanity checking to the alerting,
	  connected and end call times may   receive from endpoint, don't
	  accept if in future or before call started!

2002-11-22 11:22  robertj

	* src/Makefile: Adde missing optimiser flags to build rule, thanks
	  Xiaodan Tang

2002-11-22 08:16  robertj

	* src/gkclient.cxx: Changed ARQ to include all local aliases for
	  connection.

2002-11-22 01:11  robertj

	* include/gkserver.h: Added call start time.

2002-11-21 23:50  robertj

	* src/: OpenH323d.dtf, OpenH323.dtf, OpenH323n.dtf: Fixed problems
	  with unrecognized invoke APDU, thanks Andrea Bondavalli

2002-11-21 23:37  robertj

	* include/h450pdu.h, src/h450pdu.cxx: Fixed problems with
	  unrecognized invoke APDU, thanks Andrea Bondavalli

2002-11-21 23:26  robertj

	* include/h225ras.h, src/h225ras.cxx: Changed promiscuous mode to
	  be three way. Fixes race condition in gkserver   which can cause
	  crashes or more PDUs to be sent to the wrong place.

2002-11-21 08:29  robertj

	* src/gkclient.cxx: Fixed GNU warning

2002-11-21 08:21  robertj

	* include/gkclient.h, include/h225ras.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h225ras.cxx: Improvements to alternate gatekeeper client
	  code, thanks Kevin Bouchard

2002-11-21 07:39  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx, src/t38proto.cxx,
	  src/transports.cxx: Changed promiscuous mode to be three way.
	  Fixes race condition in gkserver   which can cause crashes or
	  more PDUs to be sent to the wrong place.

2002-11-21 06:34  robertj

	* src/OpenH323n.dtf: Added some changes to help interop with brain
	  dead ASN decoders that do not   know to ignore fields (eg greater
	  than version 2) they do not understand.

2002-11-21 06:25  robertj

	* src/OpenH323d.dtf: Added some changes to help interop with brain
	  dead ASN decoders that do not   know to ignore fields (eg greater
	  than version 2) they do not understand.

2002-11-21 06:21  robertj

	* src/h323pdu.cxx: Fixed bug where get lots of zeros at the end of
	  some PDU's

2002-11-21 05:15  robertj

	* src/h323pdu.cxx: Added some changes to help interop with brain
	  dead ASN decoders that do not   know to ignore fields (eg greater
	  than version 2) they do not understand.

2002-11-21 04:48  robertj

	* src/h225.asn: Added some indicators for v3 and v4 PDU's

2002-11-20 05:29  robertj

	* src/: Private.def, g711.c, g726/g726_16.c, g726/g726_24.c,
	  g726/g726_32.c, g726/g726_40.c, g726/g72x.c, g726/g72x.h,
	  g726/private.h: Included optimisations for G.711 and G.726
	  codecs, thanks Ted Szoczei

2002-11-19 08:07  robertj

	* src/h323ep.cxx: Changed priority so H.235 standard authentication
	  used by preference.

2002-11-19 07:19  robertj

	* src/q931.cxx: Added extra "congested" Q.931 codes.

2002-11-19 02:50  robertj

	* src/gkserver.cxx: Added expiditing of alerting and connect time
	  statistics if ep can do UUIEs

2002-11-19 02:48  robertj

	* src/rtp.cxx, include/rtp.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Allowed get/set of canonical anme and tool
	  name.

2002-11-19 02:47  robertj

	* src/h323rtp.cxx: Included canonical name in RTP statistics
	  returned in IRR

2002-11-19 01:01  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed T.38 to
	  support old protocol

2002-11-19 00:40  robertj

	* include/gkserver.h, src/gkserver.cxx: Changed to use the
	  H323EndPoint::CreateAuthenticators() function, we   should use
	  only one.

2002-11-18 23:56  robertj

	* src/t38.asn: Added pre corrigendum versions of PDU elements for
	  backward compatibility   with stacks that are not using the later
	  ASN.

2002-11-15 08:46  robertj

	* OpenH323dll.dsp: REmoved precompile

2002-11-15 07:53  robertj

	* src/h323ep.cxx: Fixed non facility redirect calls being able to
	  be cleared!

2002-11-15 07:10  robertj

	* src/Makefile: Added remaining H.450 ASN files and fixed all their
	  dependencies.

2002-11-15 06:17  robertj

	* include/h323con.h, include/h323ep.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h323ep.cxx: Added facility redirect support without changing
	  the call token for access   to the call. If it gets redirected a
	  new H323Connection object is	 created but it looks like the same
	  thing to an application.

2002-11-15 04:26  robertj

	* src/gkserver.cxx: Fixed crash when removing alias in URQ and it
	  isn't registered with it.

2002-11-14 23:06  robertj

	* src/h323ep.cxx: Increased default maximum number of ports.

2002-11-14 07:07  robertj

	* version.h: Incremented build number after tagging to v1_10_4.

2002-11-14 07:07  robertj

	* version.h: Pre-tagging check in for v1_10_4.

2002-11-14 00:38  robertj

	* OpenH323Lib.dsp, src/Private.def: Updated to latest Speex

2002-11-13 11:13  rogerh

	* samples/simple/main.cxx: Add Speex codec.

2002-11-13 10:53  rogerh

	* src/speex/: PART_OF_SPEEX, libspeex/Makefile.am,
	  libspeex/Makefile.in, libspeex/bits.c, libspeex/cb_search.c,
	  libspeex/cb_search.h, libspeex/filters.c, libspeex/filters.h,
	  libspeex/filters_sse.h, libspeex/lpc.c, libspeex/lpc.h,
	  libspeex/lsp.c, libspeex/lsp.h, libspeex/ltp.c, libspeex/ltp.h,
	  libspeex/ltp_sse.h, libspeex/math_approx.c,
	  libspeex/math_approx.h, libspeex/misc.c, libspeex/misc.h,
	  libspeex/modes.c, libspeex/modes.h, libspeex/nb_celp.c,
	  libspeex/nb_celp.h, libspeex/sb_celp.c, libspeex/sb_celp.h,
	  libspeex/speex.h, libspeex/speex_callbacks.c,
	  libspeex/speex_callbacks.h, libspeex/speex_header.c,
	  libspeex/speex_header.h, libspeex/stack_alloc.h,
	  libspeex/stereo.c, libspeex/testenc.c, libspeex/testenc_uwb.c,
	  libspeex/testenc_wb.c, libspeex/vq.c, libspeex/vq.h: Upgrade to
	  Speex 1.0 beta 3.

2002-11-13 05:37  robertj

	* include/h323con.h, src/h323.cxx, src/h323pdu.cxx: Added ability
	  to get (and set) Q.931 release complete cause codes.

2002-11-12 23:10  robertj

	* include/rtp.h: Updated documentation.

2002-11-12 12:36  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Added function to find
	  endpoint by partial alias.  Optimised endpoint "indexes" to use
	  sorted lists instead of dictionaries.

2002-11-12 04:14  robertj

	* src/transports.cxx: Fixed gatekeeper discovery so does IP address
	  translation correctly for   hosts inside the firewall.

2002-11-12 04:13  robertj

	* src/gkclient.cxx: Removed redundent code.

2002-11-11 09:13  robertj

	* src/h225ras.cxx: Fixed GNU warning

2002-11-11 08:20  robertj

	* include/h225ras.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx, src/h225ras.cxx: Minor clean
	  up of API for doing RAS requests suing authentication.

2002-11-11 08:04  robertj

	* src/h235auth.cxx: Fixed typo in trace.

2002-11-11 00:14  robertj

	* src/dllmain.cxx: Made sure static variables are included in DLL

2002-11-10 11:12  robertj

	* version.h: Incremented build number after tagging to v1_10_3.

2002-11-10 11:11  robertj

	* version.h: Pre-tagging check in for v1_10_3.

2002-11-10 09:10  robertj

	* include/h323ep.h, include/transports.h,
	  samples/mfc/mfcEndPoint.cpp, samples/simple/main.cxx,
	  src/gkclient.cxx, src/gkserver.cxx, src/h225ras.cxx,
	  src/h323ep.cxx, src/h323t120.cxx, src/transports.cxx: Moved
	  constants for "well known" ports to better place (OPAL change).

2002-11-10 07:17  robertj

	* include/h323con.h: Fixed minor documentation errors.

2002-11-10 05:26  robertj

	* samples/simple/main.cxx: Fixed setting of jitter paramters

2002-11-09 05:44  robertj

	* src/h323caps.cxx: Fixed function to add capabilities to return
	  correct table entry index.  Cosmetic changes.

2002-11-09 05:24  robertj

	* include/h323caps.h: Fixed minor documentation errors.

2002-11-07 04:49  robertj

	* include/q931.h, src/h323pdu.cxx: Added extra "congested" Q.931
	  codes.

2002-11-07 00:23  robertj

	* include/gkserver.h: Fixed minor error in parameter, should be
	  reference not value

2002-11-07 00:22  robertj

	* OpenH323Lib.dsp: Renamed gsm and speex lpc.c files

2002-11-06 23:58  robertj

	* src/Makefile: Renamed gsm and speex lpc.c

2002-11-06 23:56  robertj

	* src/speex/libspeex/lpc.c: Renamed speex_lpc.c to lpc.c

2002-11-06 05:03  dereks

	* include/ixjlid.h: Improve docs for  SetToneFilterParameters().

2002-11-05 06:56  robertj

	* src/gkserver.cxx: Super slight optimisation!

2002-11-05 06:33  robertj

	* src/h323neg.cxx: Fixed problem where if capability is rejected by
	  OnReceivedCapabilitySet()   it still thinks it has received them.

2002-11-05 05:58  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added new lid
	  RingLine() function

2002-11-05 05:44  robertj

	* src/ixjunix.cxx: Fixed typo

2002-11-05 05:38  robertj

	* src/ixjunix.cxx: Changed IsLineDisconnected() to work with
	  POTSLine

2002-11-05 05:33  robertj

	* src/ixjwin32.cxx: Changed IsLineDisconnected() to work with
	  POTSLine

2002-11-05 05:26  robertj

	* include/ixjlid.h, include/lid.h, src/lid.cxx, src/ixjunix.cxx,
	  src/ixjwin32.cxx: Imported RingLine() by array from OPAL.

2002-11-05 05:06  robertj

	* src/jitter.cxx: Better tracing

2002-11-05 04:32  robertj

	* src/rtp.cxx: Added session ID to trace logs.	Fixed possible
	  extra wait exiting RTP read loop on close.

2002-11-05 03:18  robertj

	* include/h323.h: Changed default for speex codec to be included.

2002-11-05 03:01  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added function
	  to determine if Q.931 CONNECT sent/received.

2002-11-05 02:55  robertj

	* src/rtp.cxx: Added comments about strange mutex usage.

2002-11-05 01:31  robertj

	* src/transports.cxx: Prevented a failure to start separate H.245
	  channel stopping the call until   after a CONNECT is received and
	  have no audio. At that point no H.245   is a useless call and we
	  disconnect.

2002-11-05 01:24  robertj

	* include/h323con.h: Added function to determine if Q.931 CONNECT
	  sent/received.

2002-11-05 01:04  robertj

	* src/h235auth.cxx: Returned code back to including trailing NULL
	  in BMPString after   PString::AsUCS2() implementation changes.

2002-11-05 00:48  robertj

	* src/gkserver.cxx: Fixed memory leak on ep unregistration, pointed
	  out by Ravelli Rossano.

2002-11-04 12:52  robertj

	* include/h225ras.h: Fixed comment

2002-11-04 11:27  rogerh

	* samples/simple/main.cxx: Only print duration when a connection
	  was made. (copied from ohphone)

2002-11-04 03:57  dereks

	* include/h323.h: Put test around include of speexcodec.h    SPEEX
	  is now an optional codec.

2002-11-01 12:40  robertj

	* OpenH323.mak, OpenH323dll.dsp: Removed ./mak and .dep files from
	  Windows command line builds as too hard   to maintain, and there
	  is the alternative msdev build using .dsp files.

2002-11-01 08:13  robertj

	* version.h: Incremented build number after tagging to v1_10_2.

2002-11-01 08:12  robertj

	* version.h: Pre-tagging check in for v1_10_2.

2002-11-01 05:13  robertj

	* src/Makefile: Changed HAS_SPEEX to be NO_SPEEX so is included by
	  default.

2002-11-01 04:48  robertj

	* src/gkclient.cxx: Fixed previous two hacks!! Neither of which
	  would have worked.

2002-11-01 04:38  robertj

	* src/transports.cxx: More IPv6 fixes, thanks Sbastien Josset.

2002-11-01 00:31  dereks

	* src/gkclient.cxx: Fix for previous quick hack. Thanks Damien
	  Sandras.

2002-10-31 22:40  dereks

	* src/gkclient.cxx: Quick (and temporary) hack to enable
	  compilation on redhat 8.0 boxes.

2002-10-31 22:36  dereks

	* src/Makefile: Speex code is included, only if the HAS_SPEEX
	  define is on.

2002-10-31 08:11  robertj

	* src/h235auth.cxx: Added UTF-8/UCS-2 conversion functions to
	  PString.

2002-10-31 07:57  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Added UTF-8/UCS-2 conversion
	  functions to PString.

2002-10-31 07:52  robertj

	* src/OpenH323n.dtf: Added UTF-8/UCS-2 conversion functions to
	  PString.

2002-10-31 01:50  robertj

	* src/OpenH323d.dtf, src/OpenH323n.dtf, samples/simple/main.cxx:
	  Enhanced jitter buffer system so operates dynamically between
	  minimum and	maximum values. Altered API to assure app writers
	  note the change!

2002-10-31 01:46  robertj

	* src/: jitter.cxx, rtp.cxx, OpenH323.dtf: Enhanced jitter buffer
	  system so operates dynamically between minimum and   maximum
	  values. Altered API to assure app writers note the change!

2002-10-31 01:42  robertj

	* src/: h323ep.cxx, h323pdu.cxx: Enhanced jitter buffer system so
	  operates dynamically between minimum and   maximum values.
	  Altered API to assure app writers note the change!

2002-10-31 01:37  robertj

	* src/: channels.cxx, h323.cxx: Enhanced jitter buffer system so
	  operates dynamically between minimum and   maximum values.
	  Altered API to assure app writers note the change!

2002-10-31 01:31  robertj

	* include/: h323con.h, h323ep.h, jitter.h, rtp.h: Enhanced jitter
	  buffer system so operates dynamically between minimum and
	  maximum values. Altered API to assure app writers note the
	  change!

2002-10-30 06:59  robertj

	* version.h: Incremented build number after tagging to v1_10_1.

2002-10-30 06:58  robertj

	* version.h: Pre-tagging check in for v1_10_1.

2002-10-30 06:56  craigs

	* src/jitter.cxx: Added more bulletproofing thanks to Alex Kovatch

2002-10-30 06:54  craigs

	* src/: ixjwin32.cxx, lid.cxx, mediafmt.cxx: Fixed compatibilty
	  problems with G.723.1 6k3 and 5k3

2002-10-30 06:53  craigs

	* src/h323.cxx: Changed to allow h245InSetup acknowledge to be in
	  packet after CallProceeding

2002-10-29 09:30  robertj

	* src/transports.cxx: Fixed problem with simultaneous startH245
	  condition possibly shutting down   the call under some
	  circumstances.

2002-10-29 01:46  dereks

	* include/lid.h: Fix typo in comments.

2002-10-29 01:15  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed
	  template classes so things like PSafeList actually creates the
	  base collection class as well.  Improved setting of usage info,
	  included getting it from BRQ etc.

2002-10-29 01:14  robertj

	* src/gkserver.cxx: Improved setting of usage info, included
	  getting it from BRQ etc.

2002-10-29 01:12  robertj

	* include/gkserver.h: Changed template classes so things like
	  PSafeList actually creates the   base collection class as well.
	  Improved setting of usage info, included getting it from BRQ etc.

2002-10-29 01:10  robertj

	* src/h323.cxx: Added IsValid() function to indicate that a PTime
	  is set correctly.

2002-10-24 23:06  dereks

	* src/ixjunix.cxx: Add additional PTRACE statements to aid in
	  debugging.

2002-10-24 23:05  dereks

	* src/vic/dct.cxx: Fix compile time warning.

2002-10-24 09:18  robertj

	* version.h: Incremented build number after tagging to v1_10_0.

2002-10-24 09:18  robertj

	* version.h: Pre-tagging check in for v1_10_0.

2002-10-24 09:18  robertj

	* src/h323ep.cxx: Changed gatekeeper call so if can do local DNS
	  lookup or using IP address   then uses destCallSignalAddress for
	  ARQ instead of destinationInfo.

2002-10-24 09:04  robertj

	* src/gkserver.cxx: Changed use of translate address so can see
	  previous dstHost value before   it might change it.

2002-10-24 07:54  robertj

	* src/gkserver.cxx: Improved looking up alias as DNS host and port.

2002-10-24 07:38  robertj

	* OpenH323Lib.dsp: Added speex codec

2002-10-24 07:34  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/Private.def: Added speex codec

2002-10-24 07:00  robertj

	* src/speex/libspeex/nb_celp.c: MSVC compatibility

2002-10-23 08:06  robertj

	* include/h323ep.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Added function to be smarter
	  in using a gatekeeper for use by endpoint.

2002-10-22 13:57  rogerh

	* src/Makefile: Fix big-endian selection

2002-10-22 13:15  rogerh

	* src/Makefile: Support speex on big endian machines

2002-10-22 12:48  rogerh

	* src/Makefile: Compile the imported Speex codec library

2002-10-22 11:08  rogerh

	* src/speex/: AUTHORS, COPYING, PART_OF_SPEEX, README,
	  libspeex/bits.c, libspeex/cb_search.c, libspeex/cb_search.h,
	  libspeex/exc_10_16_table.c, libspeex/exc_10_32_table.c,
	  libspeex/exc_5_256_table.c, libspeex/exc_5_64_table.c,
	  libspeex/exc_8_128_table.c, libspeex/filters.c,
	  libspeex/filters.h, libspeex/gain_table.c,
	  libspeex/gain_table_lbr.c, libspeex/hexc_10_32_table.c,
	  libspeex/hexc_table.c, libspeex/high_lsp_tables.c,
	  libspeex/lpc.h, libspeex/lsp.c, libspeex/lsp.h,
	  libspeex/lsp_tables_nb.c, libspeex/ltp.c, libspeex/ltp.h,
	  libspeex/misc.c, libspeex/misc.h, libspeex/modes.c,
	  libspeex/modes.h, libspeex/nb_celp.c, libspeex/nb_celp.h,
	  libspeex/quant_lsp.c, libspeex/quant_lsp.h, libspeex/sb_celp.c,
	  libspeex/sb_celp.h, libspeex/speex.h, libspeex/speex_bits.h,
	  libspeex/speex_callbacks.c, libspeex/speex_callbacks.h,
	  libspeex/speex_header.c, libspeex/speex_header.h,
	  libspeex/stack_alloc.h, libspeex/testenc.c,
	  libspeex/testenc_wb.c, libspeex/vbr.c, libspeex/vbr.h,
	  libspeex/vq.c, libspeex/vq.h: Import the Speex codec 1.0 beta 1
	  from www.speex.org

2002-10-21 10:22  robertj

	* version.h: Incremented build number after tagging to v1_9_10.

2002-10-21 10:22  robertj

	* version.h: Pre-tagging check in for v1_9_10.

2002-10-21 09:12  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added function
	  to set gatekeeper access token OID.

2002-10-21 08:07  robertj

	* include/h323ep.h: Added function to set gatekeeper access token
	  OID.

2002-10-21 03:20  robertj

	* src/gkserver.cxx: Moved setting of aliases in RCF to after
	  OnFullRegistration() returns so an   application can alter the
	  aliases an endpoint registers as.

2002-10-21 02:58  robertj

	* src/: OpenH323d.dtf, OpenH323n.dtf: Added function to unregister
	  an endpoint via user interface.  Added reason code to call
	  disengage.  Added ability to find call by a description string.

2002-10-21 02:55  robertj

	* src/gkserver.cxx: Added function to unregister an endpoint via
	  user interface.  Added reason code to call disengage.  Added
	  ability to find call by a description string.  Fixed LCF having
	  RAS address in it.

2002-10-21 02:54  robertj

	* include/gkserver.h, src/OpenH323.dtf: Added function to
	  unregister an endpoint via user interface.  Added reason code to
	  call disengage.  Added ability to find call by a description
	  string.

2002-10-17 07:28  robertj

	* src/: gkserver.cxx, OpenH323d.dtf: Supported some dumb old
	  version endpoints that could not ignore fields   that they don't
	  understand.

2002-10-17 07:26  robertj

	* include/gkserver.h: Added function to get at registered endpoints
	  protocol version.

2002-10-17 06:00  robertj

	* src/OpenH323d.dtf: Backed out previous change for including PDU
	  tag, doesn't work!

2002-10-17 05:56  robertj

	* src/: OpenH323.dtf, OpenH323n.dtf: Backed out previous change for
	  including PDU tag, doesn't work!

2002-10-17 04:20  robertj

	* src/gkserver.cxx: Fixed problem with older clients sending
	  unsolicited IRR's using the	seqnum==1 technique instead of
	  explicit flag.

2002-10-17 04:09  robertj

	* include/h225ras.h, src/h225ras.cxx: Backed out previous change
	  for including PDU tag, doesn't work!

2002-10-16 16:02  robertj

	* src/OpenH323d.dtf: Added support for endpoints that do not
	  support RRQ timeToLive parameter,   will actively go see if ep is
	  there using IRQ before expiring the ep.

2002-10-16 10:08  robertj

	* src/OpenH323.dtf: Added support for endpoints that do not support
	  RRQ timeToLive parameter,   will actively go see if ep is there
	  using IRQ before expiring the ep.

2002-10-16 10:04  robertj

	* src/OpenH323n.dtf: Added support for endpoints that do not
	  support RRQ timeToLive parameter,   will actively go see if ep is
	  there using IRQ before expiring the ep.

2002-10-16 09:29  robertj

	* src/gkserver.cxx: Added support for endpoints that do not support
	  RRQ timeToLive parameter,   will actively go see if ep is there
	  using IRQ before expiring the ep.

2002-10-16 09:22  robertj

	* include/gkserver.h: Added support for endpoints that do not
	  support RRQ timeToLive parameter,   will actively go see if ep is
	  there using IRQ before expiring the ep.

2002-10-16 08:28  robertj

	* src/transports.cxx: More IPv6 support changes, especially in
	  unambiguising v6 addresses colons   from the port fields colon,
	  thanks Sebastien Josset

2002-10-16 05:46  robertj

	* src/h225ras.cxx: Added PDU tag to cache look up key.

2002-10-16 05:40  robertj

	* include/h225ras.h: Added PDU tag to cache look up key.

2002-10-16 04:30  robertj

	* src/h323.cxx: Fixed incorrect ipv6 symbol for H.245 pdu, thanks
	  Sbastien Josset.

2002-10-16 03:53  robertj

	* src/gkserver.cxx: Removed trace on starting slow PDU handler
	  thread, cannot use pointer   returned if is auto-delete thread as
	  it can go out of scope any time.

2002-10-16 03:00  robertj

	* src/gkserver.cxx: Fixed gk server so can listen on localhost if
	  listening on INADDR_ANY.

2002-10-11 09:37  robertj

	* src/OpenH323.dtf: VxWorks port, thanks Martijn Roest

2002-10-10 07:58  robertj

	* src/g726/: g726_16.c, g726_24.c, g726_32.c, g726_40.c: Removed
	  MSVC warning.

2002-10-10 07:40  robertj

	* src/vic/: config.h, p64.cxx: VxWorks port, thanks Martijn Roest

2002-10-10 07:38  robertj

	* src/vic/p64-huff.h: Removed non-ansi-C comments to maximise
	  portability, thanks Martijn Roest

2002-10-10 07:33  robertj

	* src/: guid.cxx, vic/bsd-endian.h: VxWorks port, thanks Martijn
	  Roest

2002-10-10 07:32  robertj

	* src/gkserver.cxx: Minor changes for Tornado 2 compiler
	  compatibility, thanks Martijn Roest

2002-10-10 07:19  robertj

	* src/g726/private.h: Fixed incorrect multi-include header #ifdef,
	  thanks Martijn Roest

2002-10-10 07:17  robertj

	* src/: g711.c, g726/g726_32.c: Removed non-ansi-C comments to
	  maximise portability, thanks Martijn Roest

2002-10-09 20:18  rogerh

	* include/cu30codec.h, src/cu30codec.cxx: Apply a patch from Damien
	  Sandras

2002-10-09 10:01  robertj

	* src/gkserver.cxx: Changed registration so get URJ if calls are in
	  progress.  Fixed call of registered eps OnRegistration() to
	  before ep is removed.

2002-10-09 07:38  robertj

	* src/h225ras.cxx: Fixed correct mutexing of response cache buffer.
	  Fixed correct setting of remote address when cached response
	  transmitted.

2002-10-09 01:58  robertj

	* src/OpenH323d.dtf: Fixed ip v6 usage on H.245 pdu setting.

2002-10-09 01:34  robertj

	* src/transports.cxx: Fixed ip v6 usage on H.245 pdu setting.

2002-10-08 15:08  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, samples/opent38/opent38.dsp,
	  samples/simple/simple.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323pdu.cxx,
	  src/h323rtp.cxx, src/transports.cxx: Changed for IPv6 support,
	  thanks Sbastien Josset.

2002-10-02 11:33  robertj

	* src/gkserver.cxx: Previous fix had to be done in two places.

2002-10-02 06:17  robertj

	* version.h: Incremented build number after tagging to v1_9_9.

2002-10-02 06:17  robertj

	* version.h: Pre-tagging check in for v1_9_9.

2002-10-01 10:27  robertj

	* src/gkserver.cxx: Fixed (benign) race condition between client
	  and server both wanting to do   a DRQ of a call at the same time.
	  Caused an Assert, but no crash.

2002-10-01 10:17  robertj

	* include/gkserver.h: Fixed (benign) race condition between client
	  and server both wanting to do   a DRQ of a call at the same time.
	  Caused an Assert, but no crash.

2002-10-01 08:47  robertj

	* src/h450pdu.cxx: Fixed GNU compiler warning

2002-10-01 08:43  robertj

	* src/ixjunix.cxx: Removed GNU compiler warning

2002-10-01 08:38  robertj

	* src/: h323ep.cxx, gkserver.cxx: Removed GNU compiler warning

2002-10-01 05:07  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Added version number functions
	  for OpenH323 library itself, plus included   library version in
	  the default vendor information.

2002-10-01 04:44  robertj

	* src/gkserver.cxx: Fixed problem where a non lightweight RRQ with
	  endpointIdentifer does not   overwrite old H323RegisteredEndpoint
	  instance, but just updates it   preventing loss of calls if ep is
	  just changing things like aliases etc.

2002-10-01 03:20  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added override
	  to SetTxFamesInPacket for msgsm, can only be one.

2002-09-30 01:39  craigs

	* src/gkserver.cxx: Rearranged expression to avoid MSVC compiler
	  compiler internal error

2002-09-27 01:42  robertj

	* src/t38.asn: Changed to T.38 Corrigendum #1, thanks Vyacheslav
	  Frolov

2002-09-26 06:01  robertj

	* src/rtp.cxx, include/rtp.h: Fixed calculation of fraction of
	  packets lost in RR, thanks Awais Ali

2002-09-26 03:27  robertj

	* include/gkserver.h: Changed appliation info name in registered
	  endpoint to be caseless string.

2002-09-25 16:33  robertj

	* src/gkserver.cxx: Added special code for innovaphone's broken
	  behaviour with unsolicited IRR's   having no perCallInfo. For
	  them this apparently means "all calls ok".

2002-09-25 07:31  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Fixed problem with vc60.pdb
	  file that sometimes requires mass recompile.

2002-09-25 07:20  robertj

	* src/: t38proto.cxx, h450pdu.cxx: Fixed warning on no trace
	  version.

2002-09-24 11:19  robertj

	* OpenH323Lib.dsp: Changed ldap.asm compile to produce ldap_asn.h
	  to avoid name space conflict.

2002-09-24 10:03  robertj

	* src/gkserver.cxx, include/gkserver.h: Added H.225 RAS protocol
	  version number to registered endpoint structure.

2002-09-23 09:28  robertj

	* src/Makefile: Added LDAP support, thanks Martin Froehlich and
	  mediaWays!

2002-09-23 01:28  robertj

	* src/OpenH323d.dtf: [no log message]

2002-09-20 07:39  robertj

	* src/gkserver.cxx: Added Cisco non-standard version of connect
	  time indication in IRR.

2002-09-20 04:40  robertj

	* src/gkserver.cxx: Fixed compatibility with buggy Cisco's that do
	  not indicate the direction   of the call in the IRR perCallInfo
	  structure.

2002-09-20 01:19  robertj

	* src/gkclient.cxx: Fixed setting of info request rate, broken in a
	  previous patch

2002-09-20 01:00  robertj

	* version.h: Incremented build number after tagging to v1_9_8.

2002-09-19 11:13  robertj

	* src/gkserver.cxx, include/gkserver.h, include/h225ras.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h225ras.cxx: Fixed problem with making (and assuring with
	  multi-threading) IRQ and DRQ	 requests are sent to the correct
	  endpoint address, thanks Martijn Roest.

2002-09-18 09:03  robertj

	* version.h: Incremented build number after tagging to v1_9_7.

2002-09-18 09:03  robertj

	* version.h: Pre-tagging check in for v1_9_7.

2002-09-18 08:58  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Fixed setting of IRR
	  frequency, an RCF could reset timer so it did not time   out
	  correctly and send IRR in time causing problems with gatekeeper.

2002-09-16 03:14  robertj

	* include/: channels.h, codecs.h, cu30codec.h, gkclient.h,
	  gkserver.h, guid.h, h225ras.h, h235auth.h, h261codec.h,
	  h263codec.h, h323caps.h, h323con.h, h323ep.h, h323neg.h,
	  h323pdu.h, h323rtp.h, h323t120.h, h323t38.h, h450pdu.h, ixjlid.h,
	  jitter.h, lid.h, mediafmt.h, opalvxml.h, opalwavfile.h, q931.h,
	  rfc2833.h, rtp.h, rtp2wav.h, t120proto.h, t38proto.h,
	  transports.h, vblasterlid.h, vpblid.h, x224.h: Added #define so
	  can select if #pragma interface/implementation is used on
	  platform basis (eg MacOS) rather than compiler, thanks Robert
	  Monaghan.

2002-09-10 08:32  robertj

	* include/h323ep.h: Added function to get gatekeeper password.

2002-09-10 01:59  robertj

	* src/gkclient.cxx: Fixed incorrect inserting of UUIE pdu's into
	  IRR, thanks Ravelli Rossano

2002-09-06 08:20  robertj

	* include/opalwavfile.h: More cosmetic changes

2002-09-04 07:45  robertj

	* version.h: Incremented build number after tagging to v1_9_6.

2002-09-04 07:45  robertj

	* version.h: Pre-tagging check in for v1_9_6.

2002-09-03 09:42  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added copy
	  constructor/operator for session manager.  Added globally
	  accessible functions for various media format names.

2002-09-03 09:31  robertj

	* src/jitter.cxx: Added buffer reset on excess buffer overruns.

2002-09-03 08:25  robertj

	* src/vblasterlid.cxx: Cosmetic change to formatting.

2002-09-03 08:21  robertj

	* src/: x224.cxx, vpblid.cxx: Cosmetic change to formatting.

2002-09-03 08:19  robertj

	* include/: channels.h, cu30codec.h, gkclient.h, gkserver.h,
	  h235auth.h, h261codec.h, h263codec.h, h323caps.h, h323con.h,
	  h323ep.h, h323neg.h, h323pdu.h, h323rtp.h, h323t120.h, h323t38.h,
	  h450pdu.h, ixjlid.h, lid.h, mediafmt.h, rfc2833.h, t38proto.h,
	  vblasterlid.h, vpblid.h, x224.h: Normalised the multi-include
	  header prevention ifdef/define symbol.

2002-09-03 08:15  robertj

	* src/rtp.cxx: Added copy constructor/operator for session manager.

2002-09-03 08:07  robertj

	* src/h323.cxx: Removed redundent dump of H.245 pdu.

2002-09-03 08:01  robertj

	* src/t120proto.cxx: Added globally accessible functions for media
	  format name.

2002-09-03 07:47  robertj

	* include/rtp.h: Normalised the multi-include header prevention
	  ifdef/define symbol.	Added copy constructor/operator for session
	  manager.

2002-09-03 07:44  robertj

	* include/t120proto.h: Normalised the multi-include header
	  prevention ifdef/define symbol.  Added globally accessible
	  functions for media format name.  Added standard TCP port
	  constant.

2002-09-03 07:42  robertj

	* include/q931.h: Normalised the multi-include header prevention
	  ifdef/define symbol.	Removed redundent includes.

2002-09-03 07:40  robertj

	* include/jitter.h: Normalised the multi-include header prevention
	  ifdef/define symbol.	Added buffer reset on excess buffer
	  overruns.  Added ability to get buffer overruns for statistics
	  display.

2002-09-03 07:37  robertj

	* include/h225ras.h: Normalised the multi-include header prevention
	  ifdef/define symbol.	Added RAS port constants to RAS clas name
	  space.

2002-08-30 10:20  craigs

	* src/ixjunix.cxx: Added G.723.1A based codecs

2002-08-29 10:37  robertj

	* src/OpenH323n.dtf: [no log message]

2002-08-29 09:57  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/gkserver.cxx: Added
	  some statistics to gatekeeper server.

2002-08-29 09:02  robertj

	* src/gkclient.cxx: Allowed network latency deadband in unsolicited
	  IRR response time.

2002-08-29 08:58  robertj

	* src/h225ras.cxx: Fixed (again) cached response age timeout
	  adjusted to RIP time.

2002-08-29 08:57  robertj

	* src/gkserver.cxx: Removed redundent thread member variable from
	  request info.  Added optimisation in does not need to look up
	  endpoint on slow response   sub-thread if already have looked it
	  up duing the first pass.  Added optimisation and possible thread
	  mutex issue in setting authenticator	 remote and local user
	  names in RRQ, only do on full reg not keepAlive.

2002-08-29 08:54  robertj

	* include/gkserver.h: Removed redundent thread member variable from
	  request info.

2002-08-28 02:07  robertj

	* src/gkclient.cxx: Added supportsAltGK capability flag in GRQ &
	  RRQ.

2002-08-27 05:25  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added silence
	  detection capability to fake G.723.1codec

2002-08-27 05:10  robertj

	* ReadMe.txt: Fixed URL for mailing list

2002-08-27 04:21  craigs

	* include/opalvxml.h, src/opalvxml.cxx: Added silence detection
	  capability to fake G.723.1codec

2002-08-16 05:35  robertj

	* version.h: Incremented build number after tagging to v1_9_5.

2002-08-16 05:35  robertj

	* version.h: Pre-tagging check in for v1_9_5.

2002-08-16 05:32  robertj

	* samples/simple/simple.dep: Build update

2002-08-16 04:43  robertj

	* src/gkserver.cxx: Fixed bug where call can exist in database even
	  though was rejected.

2002-08-16 04:32  robertj

	* src/gkserver.cxx: Fixed possible deadlock in heartbeat

2002-08-16 04:30  robertj

	* src/gkserver.cxx: Fixed call heartbeat so if IRQ succeeds but
	  indicates it does not know the   call then the call in the gk is
	  removed.

2002-08-15 11:38  robertj

	* src/gkclient.cxx: Added more logging for when endpoint becomes
	  unregistered.

2002-08-15 10:22  craigs

	* include/opalvxml.h: Added P_EXPAT test back in

2002-08-15 10:15  robertj

	* src/Makefile: Removed EXPAT check for opalvxml file as has non
	  expat stuff in it.

2002-08-15 06:58  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed shutdown
	  problems with closing vxml session, leaks a thread.  Fixed
	  potential problems with indirect channel Close() function.  Fixed
	  correct status of isRegistered flag on various reject/errors.

2002-08-15 06:56  robertj

	* src/h323ep.cxx: Fixed operation of ports system assuring RTP is
	  even numbers.

2002-08-15 06:55  robertj

	* include/opalvxml.h, src/opalvxml.cxx: Fixed shutdown problems
	  with closing vxml session, leaks a thread.  Fixed potential
	  problems with indirect channel Close() function.

2002-08-15 06:12  robertj

	* src/gkclient.cxx, include/gkclient.h: Fixed correct status of
	  isRegistered flag on various reject/errors.

2002-08-15 04:19  robertj

	* src/opalvxml.cxx: Adjusted trace log levels for G.723.1 file
	  codec read/write tracking.

2002-08-14 04:04  robertj

	* src/gkserver.cxx: Added trace log for heartbeat timeout on call.

2002-08-14 03:41  yurik

	* Openh323libce.vcp: Changed H451X in compiler settings to H450XX
	  to comply with source code

2002-08-14 03:07  robertj

	* src/h323pdu.cxx: Added translation of Q.931 unallocated number
	  release complete code to   OpenH323 EndedByNoUser which is the
	  nearest match.

2002-08-13 16:25  craigs

	* src/Makefile: Added Speex codec

2002-08-13 07:11  robertj

	* src/h235auth.cxx: Removed redundent code.

2002-08-13 07:10  robertj

	* src/h235auth1.cxx: Fixed bug where incorrect PIN caused infinite
	  loop.

2002-08-12 10:12  robertj

	* include/gkserver.h, src/gkserver.cxx: Added extra hint to help
	  with ARQ using separate credentials from RRQ.

2002-08-12 08:29  robertj

	* src/h225ras.cxx, include/h225ras.h, src/OpenH323.dtf: Fixed
	  problem with cached responses being aged before the RIP time
	  which   made retries by client appear as "new" requests when they
	  were not.

2002-08-12 07:35  robertj

	* src/h225ras.cxx, include/gkclient.h, include/gkserver.h,
	  include/h225ras.h, include/h323pdu.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/gkserver.cxx, src/h323pdu.cxx: Changes to the RAS subsystem
	  to support ability to make requests to client   from gkserver
	  without causing bottlenecks and race conditions.

2002-08-12 01:30  robertj

	* src/gkclient.cxx: Fixed typo in previous patch.

2002-08-12 01:24  robertj

	* src/gkclient.cxx: Fixed problem with retrying ARQ after getting
	  error saying are not	 registered and reregistering, needed new
	  sequence number.  Fixed return of correct error in ARQ response
	  when is a transport error   rather than a reject reason from ARJ.

2002-08-12 01:20  robertj

	* src/gkserver.cxx: Fixed GNU compatibility error

2002-08-09 09:22  robertj

	* src/h323.cxx: Fixed error trace log message for if had
	  transport.error to gatekeeper.

2002-08-08 15:00  craigs

	* include/opalwavfile.h: Remove unused definition of LastReadCount
	  thanks to Peter 'Luna' Runestig

2002-08-07 15:53  craigs

	* src/opalvxml.cxx: Fixed problem with included opalvxml.h thanks
	  to Vladmir Toncar

2002-08-06 08:00  craigs

	* include/opalvxml.h: Removed ifdef test for EXPLATFLAG

2002-08-06 07:10  craigs

	* src/opalvxml.cxx, include/opalvxml.h: Moved most of stuff to
	  ptclib

2002-08-06 04:27  robertj

	* src/q931.cxx: GNU C++ v3 compatibility.

2002-08-05 14:00  robertj

	* src/Makefile: Changed symbol for building library dependent on
	  OpenH323 to be a more   a general name.

2002-08-05 12:03  robertj

	* include/channels.h, include/codecs.h, include/cu30codec.h,
	  include/gkserver.h, include/guid.h, include/h225ras.h,
	  include/h235auth.h, include/h261codec.h, include/h263codec.h,
	  include/h323caps.h, include/h323con.h, include/h323neg.h,
	  include/h323pdu.h, include/h323rtp.h, include/h323t120.h,
	  include/h323t38.h, include/h450pdu.h, include/ixjlid.h,
	  include/jitter.h, include/lid.h, include/mediafmt.h,
	  include/opalwavfile.h, include/q931.h, include/rtp.h,
	  include/vblasterlid.h, include/vpblid.h, include/x224.h,
	  src/channels.cxx, src/codecs.cxx, src/cu30codec.cxx,
	  src/gkclient.cxx, src/gkserver.cxx, src/guid.cxx,
	  src/h225ras.cxx, src/h235auth.cxx, src/h261codec.cxx,
	  src/h263codec.cxx, src/h323.cxx, src/h323caps.cxx,
	  src/h323ep.cxx, src/h323neg.cxx, src/h323pdu.cxx,
	  src/h323rtp.cxx, src/h323t120.cxx, src/h323t38.cxx,
	  src/h450pdu.cxx, src/ixjunix.cxx, src/jitter.cxx, src/lid.cxx,
	  src/mediafmt.cxx, src/opalwavfile.cxx, src/q931.cxx, src/rtp.cxx,
	  src/t120proto.cxx, src/t38proto.cxx, src/transports.cxx,
	  src/vblasterlid.cxx, src/x224.cxx: Cosmetic changes to normalise
	  the usage of pragma interface/implementation.

2002-08-05 11:43  robertj

	* include/opalvxml.h, src/opalvxml.cxx: Added pragma
	  interface/implementation Moved virtual into .cxx file

2002-08-05 09:55  robertj

	* samples/simple/simple.dep: New build

2002-08-05 07:17  robertj

	* include/gkclient.h, include/gkserver.h, include/h225ras.h,
	  include/h235auth.h, include/h323con.h, include/h323pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/gkclient.cxx, src/gkserver.cxx, src/h225ras.cxx,
	  src/h235auth.cxx, src/h235auth1.cxx, src/h323.cxx,
	  src/h323pdu.cxx, src/transports.cxx: Fairly major modifications
	  to support different authentication credentials   in ARQ to the
	  logged in ones on RRQ. For both client and server.  Various other
	  H.235 authentication bugs and anomalies fixed on the way.

2002-08-01 03:33  dereks

	* src/vpblid.cxx: Adjust verbosity of PTRACE statements.

2002-07-31 08:50  robertj

	* version.h: Incremented build number after tagging to v1_9_4.

2002-07-31 08:50  robertj

	* version.h: Pre-tagging check in for v1_9_4.

2002-07-31 04:25  robertj

	* src/h323pdu.cxx: Fixed translation of some call end reasons for
	  to Q.931 codes.

2002-07-30 08:30  robertj

	* src/OpenH323d.dtf: [no log message]

2002-07-30 07:37  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added more vxml
	  functions

2002-07-29 17:13  craigs

	* include/opalvxml.h: Added autodelete option to PlayFile

2002-07-29 17:10  craigs

	* src/opalvxml.cxx: Added autodelete option to PlayFile

2002-07-29 14:54  craigs

	* src/opalvxml.cxx: Removed usages of cerr

2002-07-29 13:36  robertj

	* include/h225ras.h, src/h225ras.cxx: Fixed race condition if RIP
	  is followed very quickly by actual response.

2002-07-29 07:31  robertj

	* src/h323.cxx: Fixed issues with getting CONNECT but no media
	  causing a EndedByNoAnswer   call clearing. Now causes an
	  EndedByCapabilityExchange clearance.

2002-07-25 12:55  robertj

	* include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323pdu.cxx, src/q931.cxx:
	  Changes to allow more granularity in PDU dumps, hex output
	  increasing   with increasing trace level.

2002-07-25 11:57  rogerh

	* src/ixjunix.cxx: Make sure we pick the G.723.1 6.3k codec before
	  the 5.3k codec if it is available.

2002-07-25 07:22  robertj

	* src/gkserver.cxx: Fixed possible race condition where call is
	  removed between first ARQ   processing and slow PDU handler
	  thread starting!

2002-07-25 02:56  robertj

	* src/h235auth1.cxx: Added logging of timestamps used if
	  authorisation declined for that reason.

2002-07-25 02:42  robertj

	* src/OpenH323d.dtf: [no log message]

2002-07-24 08:38  robertj

	* src/h235auth1.cxx: Fixed GNU compatibility

2002-07-24 08:35  robertj

	* src/h235auth1.cxx: Fixed timestamp check in PDU to assure use of
	  UTC and banded grace time.

2002-07-24 04:57  robertj

	* src/gkserver.cxx: Assured all calls for an ep are removed if ep
	  is removed due to timeout   rather than via an unregister.  Added
	  tolerance to lightweight RRQ timer.  Added several missing mutex
	  calls.

2002-07-23 08:28  robertj

	* src/rtp.cxx: Added statistics call back on first sent or received
	  RTP packet, helps with,   for example, detecting if remote
	  endpoint has started to send audio.

2002-07-22 11:40  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/transports.cxx: Added ability to
	  automatically convert string arrays, lists sorted lists
	  directly to H323TransportAddressArray.

2002-07-19 13:25  robertj

	* src/h323ep.cxx: Added extra trace on attempt to clear non
	  existent call.

2002-07-19 12:47  robertj

	* src/ixjunix.cxx: Fixed bug where can still receive 24 byte frames
	  even whan selected   G.723.1(5.3k) mode, it only controls what is
	  transmitted.

2002-07-19 12:20  robertj

	* src/gkclient.cxx: Fixed bug of missing test for IRR frequency in
	  RCF, thanks Thien Nguyen

2002-07-19 05:39  robertj

	* include/h323ep.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Bullet proofed setting of RTP
	  IP port base, can't be zero!

2002-07-19 03:51  robertj

	* samples/simple/Makefile, src/Makefile: Fixed up directory
	  defaults for openh323 directory.

2002-07-19 02:31  robertj

	* src/gkserver.cxx: Allowed a zero IRR rate time to disable IRR
	  hearbeat checks.

2002-07-18 10:31  robertj

	* src/h323.cxx: Moved OnSetLocalCapabilities() to before
	  call-proceeding response as it   needs to be before the TCS that
	  might be in the SETUP pdu is processed.

2002-07-18 10:28  robertj

	* src/h323caps.cxx: Adjusted some trace log levels

2002-07-18 10:25  robertj

	* src/transports.cxx: Fixed problem in decoding host when '+' was
	  used without port in address.

2002-07-18 07:10  robertj

	* src/h323.cxx: Fixed problem with fast start adding "fake" remote
	  capabilities regardless   of that capability already being in the
	  table because of TCS in SETUP.

2002-07-18 06:17  robertj

	* include/opalvxml.h, src/opalvxml.cxx: Moved virtuals to source
	  and changed name of G.723.1 file capability

2002-07-18 05:03  robertj

	* src/gkclient.cxx, include/gkclient.h: Fixed bug with continually
	  doing lightweight RRQ if no timeToLive present   and it should
	  not be doing it at all, ditto for unsolicited IRR.

2002-07-18 03:50  robertj

	* include/h323ep.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Changed port secltion code to
	  force apps to use function interface.

2002-07-17 07:52  robertj

	* samples/simple/main.cxx: Fixed using -i parameter for interface
	  when discovering gk, thanks Steve Frare

2002-07-17 06:42  robertj

	* src/gkserver.cxx: Fixed filling in callSignallingAddress in RCF

2002-07-17 06:01  robertj

	* src/gkserver.cxx: Fixed RRJ reason of duplicateAlias having
	  correct choice field in PDU.

2002-07-17 02:04  robertj

	* src/gkclient.cxx: Fixed missing initialisation of alternat gk
	  pointer to NULL, thanks Kevin Bouchard

2002-07-16 15:49  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323n.dtf: Added
	  missing lock when removing call from endpoint.

2002-07-16 15:47  robertj

	* src/gkserver.cxx: Added missing lock when removing call from
	  endpoint.  Fixed setting of credentials when sending Disengage.
	  improved some logging messages.

2002-07-16 15:19  robertj

	* src/gkclient.cxx: Minor optimisation of unsolicited IRR when no
	  calls active.

2002-07-16 13:06  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Added more alternate
	  gatekeeper implementation, thanks Kevin Bouchard

2002-07-16 11:20  robertj

	* src/gkserver.cxx: Fixed bug where call was not removed from gk
	  when Disengage called.  Fixed correct setting of unsolicited flag
	  if get IRR from old v2 ep.

2002-07-16 06:18  robertj

	* src/h225ras.cxx: Fixed incorrect check for GRQ in reject
	  processing, thanks Thien Nguyen

2002-07-12 08:09  robertj

	* src/h323.cxx: Fixed race conditions due to missing Lock() in
	  AnsweringCall()

2002-07-11 13:44  robertj

	* src/OpenH323.dtf: Added support for early versions of unsolicited
	  IRR.	Fixed fail safe IRQ if does not receive unsolicited IRR in
	  time.  Fixed removal of call if IRR failure indicates call is no
	  longer valid.

2002-07-11 11:37  robertj

	* src/gkserver.cxx: Added support for early versions of unsolicited
	  IRR.	Fixed fail safe IRQ if does not receive unsolicited IRR in
	  time.  Fixed removal of call if IRR failure indicates call is no
	  longer valid.

2002-07-11 11:34  robertj

	* src/gkclient.cxx: Fixed minor compliance to letter of
	  specification.

2002-07-11 11:33  robertj

	* include/gkserver.h: Added access functions to various call
	  statistics member variables.

2002-07-11 09:04  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added build InfoRequest pdu
	  type to RAS.

2002-07-11 09:01  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Added Disengage() function
	  to force call drop from gk server.  Added InfoRequest() function
	  to force client to send an IRR.  Added ability to automatically
	  clear calls if do not get IRR for it.

2002-07-11 03:34  robertj

	* src/gkclient.cxx: Temporary fix for IRR frequency provided in ACF

2002-07-10 15:16  craigs

	* include/opalvxml.h, src/opalvxml.cxx: Moved some VXML classes
	  from Opal back into PTCLib Added ability to repeat outputted data

2002-07-10 06:11  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More vxml
	  changes

2002-07-10 03:23  robertj

	* src/transports.cxx: Added extra debugging output

2002-07-10 03:09  robertj

	* src/gkserver.cxx: Fixed bug where did not use URQ endpoint id for
	  look up.

2002-07-10 02:05  robertj

	* src/gkserver.cxx: Fixed bug where doing a URQ does not actually
	  remove the endpoint.

2002-07-09 10:48  craigs

	* src/opalvxml.cxx: Fixed trace messages

2002-07-09 10:27  craigs

	* include/opalvxml.h: Added GetMediaFormat to channels

2002-07-09 02:39  robertj

	* src/vblasterlid.cxx: Patches for latest fobbit driver, thanks
	  Jian Yang

2002-07-09 02:38  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: VXML changes

2002-07-09 02:16  robertj

	* src/gkserver.cxx: Fixed incorrect allocation of bandwidth in ARQ,
	  thanks Dave Giffin

2002-07-08 03:36  robertj

	* version.h: Incremented build number after tagging to v1_9_3.

2002-07-08 03:36  robertj

	* version.h: Pre-tagging check in for v1_9_3.

2002-07-07 04:19  robertj

	* src/h323.cxx: Fixed sending of IRR's on release complete, thanks
	  Ravelli Rossano

2002-07-07 04:08  robertj

	* src/gkclient.cxx: Fixed missing originator field in IRR
	  perCallInfo, thanks Ravelli Rossano

2002-07-05 08:34  craigs

	* src/opalvxml.cxx: Changed comments and trace messages

2002-07-05 05:13  robertj

	* include/q931.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/q931.cxx: Added copy constructor for Q.931
	  so makes duplicate instead of reference to IE's.

2002-07-05 04:22  robertj

	* include/h323con.h, src/h323.cxx: Added support for standard and
	  non-standard T.38 mode change.

2002-07-05 02:54  robertj

	* src/h323.cxx: Allowed for backward motion in time (DST) with
	  endSession timeout.

2002-07-04 04:36  robertj

	* src/h323.cxx: Added variable wait time for endSession to be
	  received so do not get   cumulative delay in clean up thread,
	  thanks Federico Pinna

2002-07-04 02:40  robertj

	* include/h323con.h, include/h450pdu.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h450pdu.cxx: More H.450.11 call intrusion implementation,
	  thanks Aleksandar Todorovic

2002-07-04 02:11  robertj

	* src/h323ep.cxx: Fixed setting of gk password when password
	  changed in endpoint.

2002-07-03 12:26  robertj

	* src/q931.cxx: Fixed bearer capabilities for H,450.1 needing non
	  ITU standard, thanks Florian Winterstein

2002-07-03 11:37  robertj

	* src/h323.cxx: Fixed bug from in 1.276 which causes failures to
	  fast start channels.

2002-07-03 07:29  robertj

	* version.h: Incremented build number after tagging to v1_9_2.

2002-07-03 07:29  robertj

	* version.h: Pre-tagging check in for v1_9_2.

2002-07-03 06:58  robertj

	* src/opalvxml.cxx: Changed for compatibility with older GNU
	  compilers

2002-07-03 03:53  craigs

	* include/opalvxml.h: Added newline to the end of the file for
	  Linux

2002-07-03 03:53  craigs

	* src/Makefile: Added opalvxml.cxx

2002-07-02 12:02  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323rtp.cxx,
	  src/h323t120.cxx, src/h323t38.cxx, src/transports.cxx: Added
	  H323TransportAddress::GetIpAddress() so don't have to provide
	  port	 when you don't need it as in GetIpAndPort(),.

2002-07-02 08:32  craigs

	* include/opalvxml.h, src/opalvxml.cxx: Added recording functions

2002-07-02 05:20  dereks

	* include/vpblid.h, src/vpblid.cxx: Fix check for line disconnected
	  state.   Remove timer on line ringing.

2002-07-02 01:57  dereks

	* src/vpblid.cxx: Clear dtmf and tone event queue when changing
	  hook status, to remove spurious events.

2002-07-01 04:56  dereks

	* src/lid.cxx: Add PTRACE statements to  "IsToneDetected"

2002-07-01 04:52  dereks

	* src/vpblid.cxx: IsToneDetected now reports the RING tone.   Add
	  PTRACE statements.

2002-06-28 07:00  robertj

	* version.h: Incremented build number after tagging to v1_9_1.

2002-06-28 07:00  robertj

	* version.h: Pre-tagging check in for v1_9_1.

2002-06-28 05:57  robertj

	* src/h323.cxx: Added fix to prevent endSession timeout if remote
	  endpoint crashes or	disconnects TCP without having sent one.

2002-06-28 05:34  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/channels.cxx, src/gkclient.cxx,
	  src/h225ras.cxx, src/h323t120.cxx, src/transports.cxx: Fixed
	  issues with address translation on gatekeeper RAS channel.

2002-06-28 04:42  craigs

	* include/opalvxml.h: Fixed problem with G.723.1 file codec not
	  identified as native format

2002-06-28 04:42  craigs

	* src/opalvxml.cxx: Fixed problem with G.723.1 file naming
	  conventions Fixed problem with incorrect file open mode

2002-06-28 03:24  robertj

	* OpenH323Lib.dsp, src/opalvxml.cxx: Fixe dproblem with compiling
	  without expat library.

2002-06-28 01:38  robertj

	* samples/simple/simple.dep: Added new modules

2002-06-27 13:48  robertj

	* version.h: Incremented build number after tagging to v1_9_0.

2002-06-27 13:47  robertj

	* version.h: Pre-tagging check in for v1_9_0.

2002-06-27 10:52  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Fixed typo and naming convention
	  for Cisco G.723.1 annex A capability.

2002-06-27 09:11  robertj

	* src/h323neg.cxx: Fixed GNU warning

2002-06-27 08:02  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added opalvxml

2002-06-27 07:45  craigs

	* OpenH323Lib.dsp: Added opalvxml

2002-06-27 07:44  craigs

	* src/opalvxml.cxx, include/opalvxml.h: Initial version

2002-06-27 06:15  robertj

	* src/Makefile: Added empty (non operational) G.729 codec to build.

2002-06-27 05:17  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added G.729
	  capabilitity support even though is really G.729A.  Changed
	  compilation under Windows to use environment variables for
	  determining if Voice Age G.729A library installed.

2002-06-27 05:13  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, ReadMe.txt: Changed compilation
	  under Windows to use environment variables for   determining if
	  Voice Age G.729A library installed.

2002-06-27 05:11  robertj

	* src/x224.cxx: Fixed encoding bugs, thanks Greg Adams

2002-06-27 05:08  robertj

	* include/h323.h: Added code to include G.729 & G.726 codecs on
	  static linking.

2002-06-26 10:51  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323neg.cxx: Fixed deadlock if logical
	  channel is closed via H.245 at exactly same	time as being
	  closed locally due to a channel I/O error.

2002-06-26 07:45  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Added capability for Cisco IOS
	  non-standard name for G.723.1 Annex A so   can now utilise SID
	  frames with Cisco gateways.

2002-06-26 05:47  robertj

	* include/gkclient.h, include/h225ras.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx: Added
	  support for alternate gatekeepers.

2002-06-26 04:53  robertj

	* src/Makefile: Fix to automatic inclusion of pwlib directory in
	  LD_LIBRARY_PATH

2002-06-26 02:50  robertj

	* src/gkclient.cxx: Added other error code in ARJ that indicates we
	  should reregister.

2002-06-25 11:56  robertj

	* src/: h450pdu.cxx, ixjunix.cxx: Fixed GNU warnings

2002-06-25 10:27  robertj

	* include/channels.h, include/lid.h, include/mediafmt.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/h323.cxx, src/ixjwin32.cxx, src/lid.cxx,
	  src/mediafmt.cxx: Changes to differentiate between stright
	  G.723.1 and G.723.1 Annex A using   the OLC dataType
	  silenceSuppression field so does not send SID frames	 to
	  receiver codecs that do not understand them.

2002-06-25 02:06  robertj

	* src/Makefile: Added H.450.10 and H.450.11 ASN files to makefile

2002-06-24 10:07  robertj

	* src/h323rtp.cxx: Fixed setting of H.225.0 logical channel
	  parameter silenceSuppression field   to correctly indicate if
	  codec is going to stop sending RTP on silence.

2002-06-24 09:35  robertj

	* src/transports.cxx: Fixed ability to do gk discovery on
	  localhost, thanks Artis Kugevics

2002-06-24 09:01  robertj

	* src/gkserver.cxx: Fixed correct adding of call to endpoint
	  structure, only if call confirmed.

2002-06-24 02:11  robertj

	* src/: h225ras.cxx, h235auth.cxx: Clarified error message during
	  GRQ authentication.

2002-06-24 02:07  robertj

	* src/: channels.cxx, h323.cxx: Fixed bandwidth usage being exactly
	  opposite (adding when it should   be subtracting), thanks Saswat
	  Praharaj.

2002-06-22 08:11  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Fixed bug on sometimes missing
	  received endSession causing 10 second   timeout in connection
	  clean up.

2002-06-22 07:48  robertj

	* include/h323con.h, include/h323ep.h, include/h450pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/h323ep.cxx, src/h450pdu.cxx: Added partial
	  implementation for H.450.11 Call Intrusion

2002-06-21 04:52  robertj

	* include/gkserver.h, include/h225ras.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkserver.cxx: Fixed
	  problem with double checking H.235 hashing, this causes failure
	  as   the authenticator thinks it is a replay attack.

2002-06-20 14:02  yurik

	* Openh323libce.vcp: No trace info in release version

2002-06-20 07:51  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added
	  OpalWAVFile

2002-06-20 05:13  robertj

	* src/Makefile: Added opalwavfile

2002-06-20 03:22  craigs

	* OpenH323Lib.dsp: Added opalwavfile

2002-06-20 03:21  craigs

	* include/opalwavfile.h, src/opalwavfile.cxx: Initial version

2002-06-19 07:03  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Changed gk code to allow for
	  H.235 security on an endpoint by endpoint basis.

2002-06-15 05:07  robertj

	* src/h323.cxx: Fixed correct detect of consultation transfer,
	  thanks Gilles Delcayre

2002-06-15 05:06  robertj

	* src/h323ep.cxx: Fixed locking of connection on H.250.2 transfer,
	  thanks Gilles Delcayre

2002-06-15 04:52  robertj

	* src/OpenH323d.dtf: [no log message]

2002-06-13 11:54  craigs

	* src/vic/config.h: Removed iostream.h to reduce gcc
	  incompatibilities

2002-06-13 08:15  robertj

	* include/h323con.h, include/h323ep.h, src/h323.cxx,
	  src/h323ep.cxx: Allowed TransferCall() to be used on
	  H323Connection as well as H323EndPoint.

2002-06-13 08:13  robertj

	* src/h450pdu.cxx: Added trace dumps for outgoing H.450
	  supplementary service APDU's.

2002-06-13 07:53  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ignore of
	  some inherently private symbols exported by libraru eg debug
	  line number info and real number constants.

2002-06-13 05:59  craigs

	* src/h323pdu.cxx: Added codes to progress messages to allow inband
	  audio before connect

2002-06-13 04:14  robertj

	* src/h323.cxx: Removed automatic clear of call when requesting a
	  facility redirect form of   call forwarding. Causes interop
	  problems with Cisco IOS.

2002-06-12 05:58  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added function
	  to add/remove multiple listeners in one go comparing against
	  what is already running so does not interrupt unchanged
	  listeners.  Added function to compare two transport addresses in
	  a more intelligent   way that strict string comparison. Takes
	  into account wildcarding.  Added PrintOn function for trace
	  output of RAS channel.

2002-06-12 05:55  robertj

	* include/gkserver.h, include/h323ep.h, src/gkserver.cxx,
	  src/h323ep.cxx: Added function to add/remove multiple listeners
	  in one go comparing against	what is already running so does not
	  interrupt unchanged listeners.

2002-06-12 05:51  robertj

	* include/transports.h, src/transports.cxx: Added function to
	  compare two transport addresses in a more intelligent   way that
	  strict string comparison. Takes into account wildcarding.

2002-06-12 05:49  robertj

	* include/h225ras.h, src/h225ras.cxx: Added PrintOn function for
	  trace output of RAS channel.

2002-06-07 10:12  robertj

	* src/gkserver.cxx: Added check to reject ARQ if does not contain a
	  call identifier.

2002-06-07 08:19  robertj

	* src/gkserver.cxx: Fixed GNU warning

2002-06-07 04:18  robertj

	* src/h323.cxx: Fixed GNU warning

2002-06-06 07:20  robertj

	* version.h: Incremented build number after tagging to v1_8_11.

2002-06-06 05:06  robertj

	* src/h323.cxx: Fixed unecessary delay in waiting for endSession if
	  we actually do not   need to send one so don;t get one back (ie
	  no H.245).  Fixed crash when receive a tunneled H.245 PDU during
	  connection shut down.  Fixed tunnelled endSession in release
	  complete PDU.

2002-06-05 11:50  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Another virtual

2002-06-05 11:20  robertj

	* src/gkclient.cxx: Added IRQ redirect of IRR to different address,
	  thanks "thsuk".

2002-06-05 10:58  robertj

	* include/h323con.h: Fixed documentation of remote application name
	  string.  Added missing virtual keywards on some protocol handler
	  functions.

2002-06-05 08:30  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added missing
	  virtual keywards on some protocol handler functions.

2002-06-05 07:29  robertj

	* src/h323.cxx: Added code to detect if remote endpoint is Cisco
	  IOS based gateway and   set remoteApplication variable
	  accordingly.	Added code to not do multiple tunnellled H.245
	  messages if Cisco IOS.

2002-06-05 04:30  robertj

	* src/h323.cxx: Changed round trip time calculation to operate as
	  soon as H.245 allows it   instead of when call is "established".

2002-06-04 12:03  robertj

	* version.h: Incremented build number after tagging to v1_8_10.

2002-06-04 12:03  robertj

	* version.h: Pre-tagging check in for v1_8_10.

2002-06-04 09:16  robertj

	* src/h323caps.cxx: Fixed user indications (DTMF) not working on
	  some endpoints which indicated
	  receiveAndTransmitUserInputCapability in TCS.

2002-05-31 09:01  robertj

	* version.h: Incremented build number after tagging to v1_8_9.

2002-05-31 09:01  robertj

	* version.h: Pre-tagging check in for v1_8_9.

2002-05-31 08:10  robertj

	* src/h323.cxx: Removed unecessary mutex grab (causes deadlocks),
	  thanks Federico Pinna

2002-05-29 08:37  robertj

	* src/h323.cxx, include/h323con.h, include/h323ep.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323ep.cxx: Changed sending of endSession/ReleaseComplete
	  PDU's to occur immediately   on call clearance and not wait for
	  background thread to do it.  Stricter compliance by waiting for
	  reply endSession before closing down.

2002-05-29 06:48  robertj

	* src/codecs.cxx: Changed framed codec so if cannot decode frame
	  just plays silence instead   of returning error and thus shutting
	  down channel, thanks Federico Pinna

2002-05-29 05:55  robertj

	* include/h323caps.h, include/h323con.h, include/h323pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/h323caps.cxx, src/h323pdu.cxx: Added protocol
	  version number checking infrastructure, primarily to improve
	  interoperability with stacks that are unforgiving of new
	  features.

2002-05-29 02:03  robertj

	* include/gkclient.h, include/gkserver.h, include/h323pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/gkclient.cxx, src/gkserver.cxx, src/h225ras.cxx,
	  src/h323pdu.cxx: Fixed unsolicited IRR support in gk client and
	  server,   including support for IACK and INAK.

2002-05-28 08:38  robertj

	* src/transports.cxx: Split UDP (for RAS) from RTP port bases.
	  Added current port variable so cycles around the port range
	  specified which   fixes some wierd problems on some platforms,
	  thanks Federico Pinna

2002-05-28 08:27  robertj

	* src/h323rtp.cxx: Split UDP (for RAS) from RTP port bases.  Added
	  current port variable so cycles around the port range specified
	  which   fixes some wierd problems on some platforms, thanks
	  Federico Pinna

2002-05-28 08:15  robertj

	* include/h323ep.h, src/h323ep.cxx: Split UDP (for RAS) from RTP
	  port bases.  Added current port variable so cycles around the
	  port range specified which   fixes some wierd problems on some
	  platforms, thanks Federico Pinna

2002-05-28 04:37  robertj

	* include/rtp.h, src/rtp.cxx: Fixed reading data out of RTCP
	  compound statements.

2002-05-23 06:53  robertj

	* include/channels.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/channels.cxx: Added function to remove a
	  filter from logical channel.

2002-05-23 06:22  robertj

	* include/rtp2wav.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/rtp2wav.cxx: Fixed problem with detecting
	  correct payload type. Must   wait for first non-empty packet.
	  Added virtual function so can override record start point.

2002-05-23 01:12  robertj

	* include/q931.h, src/OpenH323d.dtf, src/q931.cxx: Enhanced the
	  display of Release-Complete cause codes.

2002-05-22 09:39  robertj

	* src/transports.cxx: Fixed double increment of port number when
	  making outgoing TCP connection.

2002-05-22 01:58  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ability
	  to set multiple alias names on a  connection by connection
	  basis, defaults to endpoint list, thanks Artis Kugevics

2002-05-21 12:32  robertj

	* version.h: Incremented build number after tagging to v1_8_8.

2002-05-21 12:32  robertj

	* version.h: Pre-tagging check in for v1_8_8.

2002-05-21 12:28  robertj

	* samples/simple/simple.dep: Update build system for new file
	  added.

2002-05-21 12:21  robertj

	* src/ixjunix.cxx: Fixed FLASH_TIME being correctly set,
	  PHONE_RING_START getting correct   argument, correct setting of
	  ancestor variables when stopping codec,   odd packet error if
	  playout time passed, all thanks Artis Kugevics

2002-05-21 11:32  robertj

	* include/h323con.h, src/h323.cxx, src/h323pdu.cxx: Added ability
	  to set multiple alias names ona  connection by connection
	  basis, defaults to endpoint list, thanks Artis Kugevics

2002-05-21 11:16  robertj

	* src/vpblid.cxx: Fixed segmentation fault, if
	  OpalVPBDevice::StopTone() is called more than   once, thanks
	  Artis Kugevics

2002-05-21 09:12  robertj

	* src/rtp.cxx: Fixed 100% CPU usage loop for checkin on sending
	  RTCP data if	 have no RTP data transferred at all.

2002-05-21 08:37  robertj

	* src/h323t38.cxx: Fixed crash if CreateT38Handler returns NULL.

2002-05-21 08:30  robertj

	* include/gkserver.h: Changed GRQ to the same as all the other xRQ
	  request handlers.

2002-05-21 06:24  robertj

	* src/Makefile: Added RTP to WAV file filter class.

2002-05-21 04:42  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, include/rtp2wav.h, src/rtp2wav.cxx: Added
	  class to allow for saving of RTP data to a WAV file.

2002-05-20 00:31  dereks

	* src/h263codec.cxx, include/h263codec.h: Initial release of stub
	  file for h263 codec. Thanks Guilhem Tardy.

2002-05-20 00:03  dereks

	* src/h261codec.cxx: Add fix from Sean Miceli, so correct
	  P64Decoder is picked in calls with Netmeeting.  Many thanks, good
	  work!

2002-05-17 08:06  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed problems
	  with H.235 authentication on RAS for server and client.  Added
	  support for unsolicited IRR transmission in background
	  (heartbeat).	Added function to get the tokens for all active
	  calls.  Added memory management of created T.38 and T.120
	  handlers.

2002-05-17 06:12  robertj

	* include/gkclient.h: Added support for unsolicited IRR
	  transmission in background (heartbeat).

2002-05-17 06:01  robertj

	* src/gkclient.cxx: Fixed problems with H.235 authentication on RAS
	  for server and client.  Added support for unsolicited IRR
	  transmission in background (heartbeat).

2002-05-17 05:41  robertj

	* src/gkserver.cxx, include/gkserver.h: Fixed problems with H.235
	  authentication on RAS for server and client.

2002-05-17 05:38  robertj

	* include/h323ep.h, src/h323ep.cxx, include/h235auth.h,
	  src/h235auth.cxx, src/h235auth1.cxx, src/h225ras.cxx: Fixed
	  problems with H.235 authentication on RAS for server and client.

2002-05-17 03:47  dereks

	* src/vic/: dct.cxx, dct.h, encoder-h261.cxx, encoder-h261.h:
	  backout the integer maths in the h261 codec.

2002-05-16 02:57  robertj

	* src/h323.cxx: Fixed problem where if get early start separate
	  H.245 channel and it take   more than 10 seconds for CONNECT then
	  hangs up call.

2002-05-16 02:03  robertj

	* include/h323ep.h: Added function to get the tokens for all active
	  calls.  Improved documentation for use of T.38 and T.120
	  functions.

2002-05-16 02:00  robertj

	* src/h323.cxx: Added memory management of created T.38 and T.120
	  handlers.  Added ability to initiate a mode change for
	  non-standard T.38

2002-05-16 01:59  robertj

	* include/h323con.h: Added memory management of created T.38 and
	  T.120 handlers.  Improved documentation for use of T.38 and T.120
	  functions.  Added ability to initiate a mode change for
	  non-standard T.38

2002-05-16 01:57  robertj

	* src/h323ep.cxx: Added function to get the tokens for all active
	  calls.  Fixed setting of password info in gatekeeper so is before
	  discovery.

2002-05-16 01:29  robertj

	* src/h323t38.cxx, include/h323t38.h: Backed out delete of t38
	  handler, causes race conditions.

2002-05-15 10:59  rogerh

	* include/h323ep.h: Update comments

2002-05-15 03:30  robertj

	* include/h323t38.h, src/h323t38.cxx: Added missing delete of t38
	  handler, thanks thsuk@digitalsis.com.  Changed to allow the T.35
	  information to be adjusted so it will work for    various vendors
	  version of the non-standard capability.

2002-05-15 01:20  robertj

	* src/h323caps.cxx: Fixed incorrect comparison in non-standard
	  capability, tnanks Vyacheslav Frolov

2002-05-14 10:41  robertj

	* src/h323t38.cxx: Fixed incorrect class type check for finding
	  reverse T.38 channel and also   fixed possible race condition on
	  channel close, thanks Vyacheslav Frolov

2002-05-10 08:27  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added the max
	  bit rate field to the data channel capability class.	Added
	  session ID to the data logical channel class.  Added capability
	  for old pre-v3 non-standard T.38.

2002-05-10 07:49  robertj

	* include/h323t38.h, src/h323t38.cxx: Added the max bit rate field
	  to the data channel capability class.  Added session ID to the
	  data logical channel class.  Added capability for old pre-v3
	  non-standard T.38.

2002-05-10 07:48  robertj

	* src/h323t120.cxx: Added the max bit rate field to the data
	  channel capability class.  Added session ID to the data logical
	  channel class.

2002-05-10 07:46  robertj

	* include/channels.h, src/channels.cxx, include/h323t120.h: Added
	  session ID to the data logical channel class.

2002-05-10 07:44  robertj

	* include/h323caps.h, src/h323caps.cxx: Added the max bit rate
	  field to the data channel capability class.

2002-05-10 02:57  robertj

	* samples/opent38/opent38.dep: Updated dependencies

2002-05-10 02:49  robertj

	* samples/simple/simple.dep: Removed SSL targets

2002-05-10 02:18  robertj

	* version.h: Incremented build number after tagging to v1_8_7.

2002-05-09 08:26  robertj

	* include/ixjlid.h, include/lid.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/ixjunix.cxx,
	  src/ixjwin32.cxx, src/lid.cxx: Added fuction to get the current
	  audio enable state for line in device.  Changed IxJ EnableAudio()
	  semantics so is exclusive, no direct switching   from PSTN to
	  POTS and vice versa without disabling the old one first.

2002-05-09 07:43  robertj

	* src/gkclient.cxx: Added reattempt of full RRQ if get
	  fullRegistrationRequired RRJ.

2002-05-09 04:53  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf, gkserver.cxx:
	  Fixed some problems with setting host/alias field in call on ARQ

2002-05-09 03:45  robertj

	* version.h: Incremented build number after tagging to v1_8_6.

2002-05-09 03:45  robertj

	* version.h: Pre-tagging check in for v1_8_6.

2002-05-08 06:39  robertj

	* src/rfc2833.cxx: Fixed problem with receiving RFC2833 data, was
	  still trying to process it as   codec and upsettign the channel
	  receiver code.

2002-05-08 04:06  robertj

	* src/gkserver.cxx: Fixed failure to remove call if is rejected on
	  slow reply.  Fixed overwriting of application infor on
	  lightweight RRQ.  Fixed inclusion of adjusted aliases in RCF.

2002-05-08 01:49  craigs

	* src/q931.cxx: Changed comment on length of userUserIE field
	  thanks to Paul Long

2002-05-08 01:49  robertj

	* src/channels.cxx: Fixed incorrect setting of session ID in data
	  channel OLC, caused an   incorrect optional field to be included,
	  thanks Ulrich Findeisen.

2002-05-07 08:25  robertj

	* src/gkserver.cxx: Fixed GNU compiler compatibility.

2002-05-07 08:15  robertj

	* src/gkserver.cxx: Changed ARQ processing so rejects multiple ARQ
	  with same call id, not this	does NOT include the transport
	  level retries (based on sequence number).

2002-05-07 05:18  robertj

	* include/gkserver.h, include/h323pdu.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkserver.cxx,
	  src/h323.cxx, src/h323pdu.cxx: Added application info
	  (name/version etc) into registered endpoint data.

2002-05-07 03:31  dereks

	* include/h323con.h: Fix typo in documentation.

2002-05-06 11:05  craigs

	* src/gkserver.cxx: Fixed compile problem on Linux

2002-05-06 02:56  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Sizeable rewrite of
	  gatekeeper server code to make more bulletproof against
	  multithreaded operation. Especially when using slow response/RIP
	  feature.  Also changed the call indexing to use call id and
	  direction as key.

2002-05-03 11:18  robertj

	* include/h225ras.h, include/h323pdu.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h225ras.cxx,
	  src/h323pdu.cxx: Added automatic retransmission of RAS responses
	  to retried requests.

2002-05-03 10:21  rogerh

	* src/vic/config.h: Only use the 64 bit h.261 codec on little
	  endian machines. (see dct.cxx) Submitted by andi
	  <andi@fischlustig.de>

2002-05-03 07:38  robertj

	* include/h323con.h, include/h323ep.h, include/q931.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/q931.cxx: Added Q.931 Keypad IE mechanism for
	  user indications (DTMF).

2002-05-03 05:08  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323neg.cxx: Added
	  replacementFor field in OLC when resolving conflicting channels.

2002-05-03 02:07  robertj

	* src/channels.cxx: Fixed missing setting of isRunning flag in
	  external RTP channels.

2002-05-02 09:56  robertj

	* include/channels.h, include/h323con.h, include/h323ep.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/h323.cxx, src/h323ep.cxx: Added automatic
	  clearing of call if no media (RTP data) is transferred in a
	  configurable (default 5 minutes) amount of time.

2002-05-02 08:28  robertj

	* include/channels.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/channels.cxx: Fixed problem with external
	  RTP channels not fast starting.

2002-05-02 07:58  robertj

	* include/rtp.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/rtp.cxx: Changed the mechanism for sending
	  RTCP reports so that they will continue   to be sent regardless
	  of if there is any actual data traffic.  Added support for
	  compound RTCP statements for sender and receiver reports.

2002-05-02 07:19  robertj

	* src/h323.cxx: Fixed processing of tunnelled H.245 in setup if
	  have local tunnelling disabled.

2002-05-01 08:39  robertj

	* src/gkclient.cxx: Fixed incorrect setting of srcCallSignalAddress
	  in ARQ for outgoing call as	putting in incorrect data is worse
	  than not putting anything in at all! So   unless the correct data
	  is available it is now left out.

2002-05-01 07:59  robertj

	* src/h323.cxx: Added resolution of simultaneous starth245
	  messages.

2002-05-01 01:19  dereks

	* include/gkserver.h: Fix documentation typos.

2002-04-26 06:58  dereks

	* src/h261codec.cxx: Add Walter Whitlock's fixes, based on Victor
	  Ivashim's suggestions to improve the quality with Netmeeting.
	  Thanks guys!!!

2002-04-26 06:57  dereks

	* src/vic/: config.h, encoder-h261.h, p64.cxx, p64.h, vid_coder.h:
	  Add Walter Whitlocks fixes, based on Victor Ivashim's suggestions
	  to improve the quality with Netmeeting. Thanks guys!!!!

2002-04-25 22:55  dereks

	* include/h323con.h: Fix documentation. Thanks Olaf Schulz.

2002-04-24 03:08  robertj

	* src/h323pdu.cxx: Added output of RAS pdu sequence number to level
	  3 trace output.

2002-04-22 10:03  craigs

	* include/q931.h: Added Q931 progress codes

2002-04-22 09:33  craigs

	* include/q931.h: Changed GetProgressIndicator to be const Fixed
	  spelling mistake in SignalType enums list

2002-04-22 09:32  craigs

	* src/q931.cxx: Changed GetProgressIndicator to be const

2002-04-19 06:49  robertj

	* src/q931.cxx: Fixed currect bit shift for CallState IE standard
	  bits.

2002-04-19 04:16  robertj

	* src/q931.cxx: Added CallState IE processing.

2002-04-18 11:35  robertj

	* include/q931.h: Added CallState IE processing.

2002-04-18 08:16  craigs

	* src/q931.cxx: Extra robustness in handling of strange UserUserIE
	  lengths

2002-04-18 07:48  robertj

	* src/rtp.cxx: Fixed problem with new SSRC value being ignored
	  after RTP session has    been restarted, thanks "Jacky".

2002-04-18 03:40  robertj

	* src/h323ep.cxx, include/h323ep.h: Fixed bad variable name for
	  disabling DTMF detection, very confusing.

2002-04-18 02:21  robertj

	* src/h323.cxx: Fixed incorrect end call reason when call is
	  abandoned by caller.

2002-04-18 02:18  robertj

	* src/transports.cxx: Increased timeout for thread termination
	  assert, on heavily loaded machines it can   take more than one
	  second to complete.

2002-04-17 07:56  robertj

	* src/channels.cxx, include/channels.h: Added trace output of
	  H323Channel::Direction enum.

2002-04-17 07:36  robertj

	* src/transports.cxx: Fixed problems with using pre-bound
	  inferface/port in gk discovery.

2002-04-17 05:51  robertj

	* samples/opent38/: main.cxx, main.h: Fixed correct function
	  override, thanks Suk Tong Hoon

2002-04-17 02:49  robertj

	* include/h323ep.h, src/h323.cxx, include/h323con.h,
	  src/h323ep.cxx: Added ability to disable the in band DTMF
	  detection.

2002-04-17 02:49  robertj

	* src/h323t38.cxx: Fixed problems with T.38 start up, thanks
	  Vyacheslav Frolov.

2002-04-16 05:27  dereks

	* src/codecs.cxx: Correct logical flaw in CloseRawDataChannel
	  method.

2002-04-12 13:24  robertj

	* version.h: Incremented build number after tagging to v1_8_5.

2002-04-12 13:23  robertj

	* version.h: Pre-tagging check in for v1_8_5.

2002-04-12 06:51  robertj

	* src/transports.cxx: Fixed small possibility crashes if open and
	  close transport at same time.

2002-04-10 10:09  robertj

	* src/h323ep.cxx: Allowed zero TCP ports

2002-04-10 08:48  robertj

	* include/h323ep.h, src/h323ep.cxx: Added functions to set port
	  member variables.

2002-04-09 04:34  robertj

	* src/gkserver.cxx: Fixed problem with duplicate entries in
	  endpoint list if ARQ gets retried,   thanks Horacio J. Pea

2002-04-05 02:53  dereks

	* src/: h261codec.cxx, vic/config.h, vic/encoder-h261.cxx,
	  vic/encoder-h261.h, vic/p64-huff.h, vic/p64encoder.cxx,
	  vic/p64encoder.h, vic/transmitter.h: Modify video frame encoding
	  so that frame is encoded on an incremental basis.  Thanks to
	  Walter Whitlock - good work.

2002-04-05 02:52  dereks

	* src/codecs.cxx: Minor tweaks to cope with received h261 messages.

2002-04-03 00:27  rogerh

	* src/Makefile: Make ldap.asn generate ldap_asn.h and ldap_asn.cxx.
	  This makes compilation easier on systems which have ldap.h
	  installed from the Unix OpenLDAP library and means we do not have
	  to be as strict with the ordering of the include file paths to
	  the compiler.

2002-04-03 00:22  rogerh

	* src/.cvsignore: Add ldap_asn.cxx and .h files which are produced
	  on Unix systems

2002-04-03 00:21  rogerh

	* include/.cvsignore: Add ldap_asn.h file produced on Unix systems.

2002-04-01 23:32  robertj

	* src/h323ep.cxx: Fixed problem with busy loop on Solaris, thanks
	  chad@broadmind.com

2002-04-01 23:29  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Removed redundent SSL XXX
	  targets, now uses environment variables.

2002-03-29 04:43  yurik

	* openh323lib.vcp: Added precompiled headers back

2002-03-27 17:32  yurik

	* openh323lib.vcp: Added WAV49 to preprocessor definitions

2002-03-27 07:04  robertj

	* include/h323con.h, include/q931.h, src/h323.cxx, src/h323pdu.cxx:
	  Added Temporary Failure end code for connection, an application
	  may	immediately retry the call if this occurs.

2002-03-27 04:52  yurik

	* openh323lib.vcp: Fixed platform dependencies

2002-03-27 01:25  robertj

	* version.h: Incremented build number after tagging to v1_8_4.

2002-03-27 01:18  robertj

	* include/ixjidb.h: Added new line to end of file

2002-03-27 01:17  robertj

	* src/h323.cxx: Fixed fall back from RFC2833 to H.245 UII if remote
	  does not have capability.

2002-03-26 09:50  robertj

	* version.h: Incremented build number after tagging to v1_8_3.

2002-03-26 09:47  robertj

	* src/h323.cxx: Changed setting of RFC2833 payload type so depends
	  on call direction (who   answered) rather than master/slave.
	  Fixed problem with TCS in SETUP packet.

2002-03-26 06:51  robertj

	* src/h323caps.cxx: Forced RFC2833 to payload type 101 as some
	  IOS's go nuts otherwise.

2002-03-26 06:21  yurik

	* openh323lib.vcp: Updated after debugging

2002-03-25 05:48  robertj

	* version.h: Incremented build number after tagging to v1_8_2.

2002-03-25 05:48  robertj

	* version.h: Pre-tagging check in for v1_8_2.

2002-03-25 05:46  yurik

	* openh323lib.vcp: Made compatible with new platforms

2002-03-21 22:21  craigs

	* include/ixjidb.h: Added information from ixjDefs.h

2002-03-21 22:21  craigs

	* include/ixjDefs.h: Move idb stuff to separate file

2002-03-21 22:18  craigs

	* include/ixjidb.h: Initial version

2002-03-21 04:43  robertj

	* version.h: Incremented build number after tagging to v1_8_1.

2002-03-21 04:43  robertj

	* version.h: Pre-tagging check in for v1_8_1.

2002-03-21 03:39  robertj

	* include/mediafmt.h: Added backward compatibility define

2002-03-21 03:37  robertj

	* src/ixjwin32.cxx: Fixed G.723.1 5.3k mode so receiver (playback)
	  still accepts 6.3k data.

2002-03-20 07:05  robertj

	* src/vpblid.cxx: Improved multithreading support, thanks David
	  Rowe	 NOTE: only works with VPB driver version 2.5.5

2002-03-20 03:12  robertj

	* src/gkclient.cxx: Added missing return value for number of
	  endpoints returned in ACF

2002-03-19 06:17  robertj

	* include/gkclient.h, src/gkclient.cxx: Normalised ACF
	  destExtraCallIInfo to be same as other parameters.  Added ability
	  to get multiple endpoint addresses and tokens from ACF.

2002-03-19 06:16  robertj

	* src/h323.cxx: Normalised ACF destExtraCallIInfo to be same as
	  other parameters.

2002-03-14 08:56  robertj

	* src/h323pdu.cxx, include/h323pdu.h: Added ability to specify
	  alias type in H323SetAliasAddress, if not specified	then
	  defaults to previous behaviour, thanks Nils Bokerman.

2002-03-14 04:49  dereks

	* include/h323ep.h: Fix minor documentation error.

2002-03-10 20:34  robertj

	* src/h225ras.cxx: Added random starting point for sequence
	  numbers, thanks Chris Purvis

2002-03-10 16:53  robertj

	* src/Makefile: Fixed version number of shared library, tnanks
	  lurch@gmx.li

2002-03-10 16:53  robertj

	* ReadMe.txt: Added Voice Age compile instructions, thanks Joegen
	  E. Baclor

2002-03-08 02:22  robertj

	* src/transports.cxx: Fixed possible use of IsSuspended() on
	  terminated thread causing assert.

2002-03-06 03:51  robertj

	* src/gkserver.cxx: Fixed race condition when starting slow server
	  response thread.

2002-03-06 03:01  robertj

	* include/gkserver.h: Fixed race condition when starting slow
	  server response thread.

2002-03-06 03:01  craigs

	* src/gkserver.cxx: Add log message when SlowHandler thread started

2002-03-05 07:18  robertj

	* src/h323caps.cxx: Fixed problem with some custom local
	  capabilities not being used in getting   remote capability list,
	  especially in things like OpenAM.

2002-03-05 05:49  robertj

	* src/transports.cxx: Fixed leak of thread (and file handles) if
	  get incoming connection aborted   very early (before receiving a
	  setup PDU), thanks Hans Bjurstrm

2002-03-05 05:19  robertj

	* src/OpenH323d.dtf: Fixes to gkserver

2002-03-05 04:42  robertj

	* src/gkserver.cxx: Fixed calling of endpoints OnUnregister()
	  function, thanks Francisco Olarte Sanz

2002-03-05 01:36  craigs

	* include/gkserver.h: Added GetReplyAddress for
	  H323GatekeeperRequest

2002-03-04 08:57  craigs

	* src/gkserver.cxx: Changed log level of ageing message Fixed
	  assert caused by accessing byIdentifier with integer

2002-03-03 22:34  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Added gatekeeper monitor
	  thread.

2002-03-02 06:58  robertj

	* include/gkserver.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkserver.cxx: Fixed possible bandwidth
	  leak (thanks Francisco Olarte Sanz) and in   the process added
	  OnBandwidth function to H323GatekeeperCall class.

2002-03-01 06:30  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: gatekeeper
	  server changes

2002-03-01 05:09  robertj

	* include/gkserver.h, src/gkserver.cxx: Fixed problems with keeping
	  track of calls. Calls are now indexed by call-id   alone and
	  maintain both endpoints of call in its structure. Fixes problem
	  with calls form an endpoint to itself, and having two objects
	  being tracked   where there is really only one call.

2002-03-01 05:06  robertj

	* src/gkclient.cxx: Fixed autoreregister on ARQ failing due to
	  unregistered endpoint.

2002-02-28 05:35  robertj

	* src/transports.cxx: Added trace output of the socket handle
	  number when have new connection.

2002-02-28 01:57  craigs

	* src/transports.cxx: Changed SetWriteTimeout to SetReadTimeout in
	  connect, as Craig got it wrong!

2002-02-26 19:00  rogerh

	* src/codecs.cxx: Improve the information given in the trace for
	  codec truncation

2002-02-26 00:32  robertj

	* src/h323.cxx: Fixed problem with "late" H.245 tunnelled messages
	  arriving while switching   to separate H.245 channal, thanks
	  Chih-Wei Huang.

2002-02-25 11:55  robertj

	* src/transports.cxx: Added ability to speficy dynamically
	  allocated port in transport address.

2002-02-25 11:26  robertj

	* src/gkserver.cxx: Added ARQ with zero bandwidth as a request for
	  a default, thanks Federico Pinna

2002-02-25 11:16  robertj

	* src/gkserver.cxx: Fixed bad mistake in getting new aliases from
	  ARQ, thanks HoraPe

2002-02-25 11:08  robertj

	* src/: OpenH323.dtf, OpenH323n.dtf: Capability set fixes

2002-02-25 10:49  robertj

	* src/gkserver.cxx: Fixed possible "bandwidth leak" on ARQ, thanks
	  Francisco Olarte Sanz

2002-02-25 09:42  robertj

	* src/channels.cxx: Fixed comments on the real time requirements of
	  the codec.

2002-02-25 07:16  robertj

	* src/h323.cxx: Fixed problem where sending a TCS in response to
	  receiving a TCS, waits    until we actually have local
	  capabilities so don't get a false TCS=0

2002-02-25 05:38  robertj

	* src/h323caps.cxx: Fixed wildcard lookup with * at end of string.
	  Fixed being able to create remote capability table before have
	  local table.	Fixed using add all with wildcards adding
	  capability multiple times.

2002-02-19 08:10  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Debugging changes

2002-02-19 07:32  robertj

	* src/rfc2833.cxx: Allowed for RTP filter functions to force output
	  of packet, or prevent it   from being sent overriding the n
	  frames per packet algorithm.	Added more tracing.

2002-02-19 07:18  robertj

	* src/h323.cxx: Improved tracing, especially re UserInput send
	  modes.

2002-02-19 07:15  robertj

	* src/channels.cxx: Allowed for RTP filter functions to force
	  output of packet, or prevent it   from being sent overriding the
	  n frames per packet algorithm.

2002-02-18 00:13  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Random changes.
	  From pwlib update maybe?

2002-02-15 04:54  yurik

	* src/vic/dct.cxx: Warnings removed during compilation, patch
	  courtesy of Jehan Bing, jehan@bravobrava.com

2002-02-15 03:53  yurik

	* Openh323libce.vcp: Fixed x86 emulator mode

2002-02-14 08:17  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: PWLib update

2002-02-14 08:15  robertj

	* src/h323caps.cxx: Fixed problem with creation of
	  remoteCapabilities and the "set" part contianing   pointers to
	  objects that have been deleted. Does not seem to be a practical
	  problem but certainly needs fixing!

2002-02-14 04:36  craigs

	* src/transports.cxx: Added default 10sec timeout on connect to IP
	  addresses This prevents indefinite hangs when connecting to IP
	  addresses that don't exist

2002-02-13 09:14  robertj

	* src/OpenH323d.dtf: Fixed some bugs

2002-02-13 08:52  robertj

	* src/h323pdu.cxx: Fixed missing parameters on Q.931 calling
	  number, thanks Markus Rydh

2002-02-13 08:41  robertj

	* src/h323t38.cxx: Fixed missing setting of transport on second
	  H323Channel, thanks Vyacheslav Frolov

2002-02-11 08:13  robertj

	* samples/simple/simple.dep: Moved version file

2002-02-11 08:06  robertj

	* src/libver.rc: Moved version file for library to root of library
	  directory tree

2002-02-11 07:21  robertj

	* version.h: Incremented build number after tagging to v1_8_0.

2002-02-11 07:21  robertj

	* version.h: Pre-tagging check in for v1_8_0.

2002-02-11 07:17  robertj

	* version.h, samples/simple/Makefile, samples/simple/main.cxx,
	  src/Makefile: Moved version.h to root directory so have one for
	  the library and not just   the sample application. SimpH323 uses
	  the library version so they remain   in sync.

2002-02-11 07:02  robertj

	* samples/: opent38/opent38.dep, opent38/opent38.mak,
	  simple/simple.dep, simple/simple.mak: Updated console mode make
	  files.

2002-02-11 06:19  robertj

	* src/gkserver.cxx: Allowed for multiple ARQ requests for same call
	  ID. Reuses existing call   object and sends another ACF.

2002-02-11 05:25  robertj

	* src/gkclient.cxx: Added ability to automatically reregister if do
	  an ARQ and are told are not	registered. Can occur if gk is
	  restarted and is faster than waiting for TTL..

2002-02-11 05:20  robertj

	* include/: transports.h, h323con.h: Fixed documentation errors,
	  thanks Horacio J. Pea

2002-02-11 05:16  robertj

	* include/h323con.h, src/h323.cxx: Fixed bug where could send DRQ
	  if never received an ACF.

2002-02-11 05:15  robertj

	* include/mediafmt.h: Put G.723.1 at 6.3kbps back to old string
	  value of "G.723.1" to improve   backward compatibility. New
	  #define is a synonym for it.

2002-02-10 22:14  dereks

	* src/g726/: g726_16.c, g726_24.c, g726_32.c, g726_40.c, g72x.c,
	  g72x.h, private.h: Add cvs log history to head of the file.
	  Ensure file is terminated by a newline.

2002-02-09 05:39  robertj

	* include/channels.h, include/t38proto.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/channels.cxx,
	  src/h323t38.cxx, src/t38proto.cxx: Changes to allow T.38 logical
	  channels to use single transport which is   now owned by the
	  OpalT38Protocol object instead of H323Channel.

2002-02-09 03:33  robertj

	* include/rtp.h, src/rtp.cxx: Improved payload type docuemntation
	  and added Cisco CN.

2002-02-08 15:41  craigs

	* src/ixjwin32.cxx: Changed codec table to use mediatream #defines.
	  Thanks to Roger Hardiman

2002-02-08 15:38  craigs

	* src/ixjunix.cxx: Changed codec table to use defines from
	  mediafmt.h. Thanks to Roger Hardiman

2002-02-08 13:15  robertj

	* src/Makefile: Fixed error introduced in previous change, lost
	  lpc10!

2002-02-08 12:29  robertj

	* src/Makefile: Added G.726 codec, thanks Tiziano Morganti

2002-02-08 12:04  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/Private.def, src/g726/g726_16.c,
	  src/g726/g726_24.c, src/g726/g726_32.c, src/g726/g726_40.c,
	  src/g726/g72x.c, src/g726/g72x.h, src/g726/private.h: Added G.726
	  codec, thanks Tiziano Morganti

2002-02-08 01:05  robertj

	* include/q931.h: Changed release complete causes so can
	  dsitinguish between unknown	cause and no cause at all.

2002-02-06 07:51  rogerh

	* src/ixjunix.cxx: Correct a comment. There are 240 samples in
	  PCM16 audio (not 250)

2002-02-06 07:30  craigs

	* src/h323.cxx, include/h323con.h: Fixed problem whereby MSD/TCS
	  was stalled if H245 was included in SETUP, but other end did not
	  respond

2002-02-06 00:41  craigs

	* src/h323.cxx: Fixed warning caused by invokeId being unsigned but
	  compared to -1

2002-02-06 00:29  robertj

	* src/transports.cxx, include/transports.h: Changed default for
	  H.323 listener to reuse addresses.

2002-02-05 09:13  robertj

	* src/channels.cxx, include/channels.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Added ability to not have
	  addresses when external RTP channel created.

2002-02-05 07:19  craigs

	* src/vblasterlid.cxx: Changed to use OPAL define rather than
	  strings

2002-02-04 08:17  robertj

	* include/h323con.h, include/h323ep.h, include/h450pdu.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/h323ep.cxx, src/h450pdu.cxx: Added H.450.2
	  Consultation Transfer, thanks Norwood Systems.

2002-02-04 07:04  robertj

	* src/channels.cxx: Fixed correct exit on terminating transmit
	  channel, thanks Norwood Systems.

2002-02-04 06:23  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Lots of API
	  changes

2002-02-04 06:21  robertj

	* include/gkserver.h, src/gkserver.cxx: Lots of changes to fix
	  multithreaded slow response code (RIP).  Fixed problem with
	  having two entries for same call in call list.

2002-02-01 02:48  robertj

	* src/transports.cxx: Fixed ability to shut down a Listener, if it
	  had never been started.

2002-02-01 02:46  robertj

	* include/h323t120.h, include/t120proto.h, src/h323t120.cxx,
	  src/t120proto.cxx, src/h323pdu.cxx: Some more fixes for T.120
	  channel establishment, more to do!

2002-01-31 07:45  robertj

	* include/gkserver.h, src/gkserver.cxx: Added more checking for
	  invalid list processing in calls database.

2002-01-31 01:16  robertj

	* include/gkserver.h: Removed const to allow things to compile!

2002-01-30 06:07  robertj

	* src/gkserver.cxx: Some robustness changes, temporarily removed
	  threads in RIP.

2002-01-29 03:38  robertj

	* src/h225ras.cxx: Fixed nasty race condition when getting RIP, end
	  up with wrong timeout.  Improved tracing (included sequence
	  numbers)

2002-01-27 11:49  rogerh

	* src/channels.cxx: Catch a division by zero case in a PTRACE()

2002-01-26 05:23  yurik

	* Openh323libce.vcp: Updated t38.asn settings for release mode.

2002-01-26 04:17  yurik

	* Openh323libce.vcp: Added rfc2833 stuff

2002-01-26 01:26  robertj

	* src/h323.cxx: Fixed GNU warnings.

2002-01-25 06:19  robertj

	* src/h323.cxx, include/h323con.h: Moved static strings for enum
	  printing to inside of function, could crash with DLL's

2002-01-25 00:12  robertj

	* src/h323.cxx: Fixed v4 H.245 start in SETUP pdu, should use
	  parallelH245Control field.

2002-01-24 07:29  robertj

	* include/h323con.h, include/h323ep.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h323ep.cxx: Added option to disable H.245 negotiation in
	  SETUP pdu, this required   API change so have a bit mask instead
	  of a series of booleans.

2002-01-24 04:33  robertj

	* src/channels.cxx: Fixed payload type being incorrect for audio
	  after sending RFC2833 packet.

2002-01-24 02:02  robertj

	* src/h225ras.cxx: Removed trace when authenticator not used,
	  implied error when wasn't one.

2002-01-24 01:26  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added DTMF
	  decoder

2002-01-24 01:20  robertj

	* src/h323.cxx: Fixed crash if receive release complete without
	  H.323 part.

2002-01-23 20:09  rogerh

	* src/ixjunix.cxx: Return PCM as a supported format type

2002-01-23 13:45  rogerh

	* include/h323con.h, src/h323.cxx: Add the DTMF decoder. This
	  identifies DTMF tones in an audio stream.

2002-01-23 10:15  rogerh

	* src/Makefile: Add export to setting of LD_LIBRARY_PATH so it
	  works on FreeBSD and Solaris

2002-01-23 08:12  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Added hooks for in band DTMF
	  detection. Now need the detector!

2002-01-23 07:13  robertj

	* include/codecs.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/codecs.cxx, src/lid.cxx: Added filter
	  function hooks to codec raw data channel.

2002-01-23 06:19  craigs

	* src/Makefile: Added RFC2833 to makefile

2002-01-23 06:06  robertj

	* include/rfc2833.h, src/rfc2833.cxx: Added RFC2833 support as
	  separate class

2002-01-23 02:58  robertj

	* include/codecs.h, include/lid.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/codecs.cxx,
	  src/lid.cxx: Added function to determine if codecs raw data
	  channel is native format.

2002-01-22 23:48  robertj

	* OpenH323Lib.dsp, include/channels.h, include/h323con.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/h323.cxx: Fixed RFC2833 support
	  (transmitter) requiring large rewrite

2002-01-22 17:17  rogerh

	* include/codecs.h: Back out the DTMF Decoder class. There will
	  soon be a better way to do this.

2002-01-22 17:09  rogerh

	* include/codecs.h, src/codecs.cxx: Back out the DTMF detection
	  from H323FramedAudioCodec::Write().  There will shortly be a
	  better place for it.

2002-01-22 16:21  rogerh

	* include/codecs.h, src/codecs.cxx: Add DTMF decoding to PCM audio
	  streams. This has been tested with NetMeeting sending Dial Pad
	  codes, using the G.711 codec.  At this time, DTMF codes (fron
	  NetMeeting) are just displayed on the screen and are not passed
	  up to the users application.

2002-01-22 08:08  robertj

	* include/mediafmt.h, include/rtp.h, src/channels.cxx,
	  src/h323.cxx, src/h323caps.cxx, src/mediafmt.cxx: Added
	  IllegalPayloadType enum as need marker for none set	and
	  MaxPayloadType is a legal value.

2002-01-22 07:25  robertj

	* include/h323caps.h: Moved payload type to ancestor so any
	  capability can adjust it on logical channel.

2002-01-22 07:07  robertj

	* src/h323caps.cxx: Moved payload type to ancestor so any
	  capability can adjust it on logical channel.

2002-01-22 07:05  robertj

	* src/channels.cxx: Added ability for RTP payload type to be
	  overridden at capability level.

2002-01-20 23:59  robertj

	* src/h323.cxx: Fixed compatibility with brain dead NetMeeting

2002-01-18 07:05  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added some
	  H323v4 functions (fastConnectRefused & TCS in SETUP)

2002-01-18 07:01  robertj

	* src/h323pdu.cxx, src/h323.cxx, include/h323con.h: Added some
	  H323v4 functions (fastConnectRefused & TCS in SETUP)

2002-01-17 08:04  robertj

	* include/channels.h, include/h323caps.h, include/h323con.h,
	  include/h323ep.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/channels.cxx, src/h323.cxx,
	  src/h323caps.cxx, src/h323ep.cxx: Added support for RFC2833
	  embedded DTMF in the RTP stream.

2002-01-17 08:01  robertj

	* src/jitter.cxx: Fixed jitter buffer failing to deliver a talk
	  burst shorted than the size of    the buffer, this is
	  particularly noticable with RFC2833.

2002-01-17 01:10  robertj

	* include/channels.h, src/channels.cxx: Fixed double copy of
	  rtpPayloadType in RTP channel, caused much confusion.

2002-01-16 06:37  robertj

	* include/h323caps.h, src/h323caps.cxx: Added missing mode change
	  functions on non standard capabilities.

2002-01-16 04:04  robertj

	* OpenH323.mak: Fixed build with using OpenSSL environment
	  variables

2002-01-16 03:53  dereks

	* include/cu30codec.h, src/cu30codec.cxx: Add methods to cope with
	  H.245 RequestModeChange in h.261 video codec.

2002-01-16 03:38  robertj

	* OpenH323.mak: Use environment variables for OpenSSL

2002-01-16 03:35  robertj

	* samples/: opent38/opent38.mak, simple/simple.dep: Updated
	  external build files.

2002-01-16 03:25  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added device
	  presence detection for VOIP blaster

2002-01-15 08:32  craigs

	* VoIPBlaster.txt: Added comment on multiple VB on single machine

2002-01-15 08:29  craigs

	* VoIPBlaster.txt: Added info on hanging during startup

2002-01-15 08:23  craigs

	* src/vblasterlid.cxx, include/vblasterlid.h: Added IsDevicePresent
	  command

2002-01-15 07:39  robertj

	* OpenH323dll.dsp: Fixed late binding of SETUPAPI dll

2002-01-15 06:58  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Added VOIP blaster support
	  (not yet complete).

2002-01-15 06:54  robertj

	* src/vblasterlid.cxx: Added bad implementation for
	  GetDeviceNames()

2002-01-15 06:53  craigs

	* VoIPBlaster.txt: Added info on openphone and volume commands

2002-01-15 06:47  craigs

	* VoIPBlaster.txt: Initial version

2002-01-15 05:17  craigs

	* src/Private.def: Added GUID function for vBlaster stuff

2002-01-15 05:16  craigs

	* include/vblasterlid.h, src/vblasterlid.cxx: Initial version

2002-01-14 06:37  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed typo on
	  external RTP channel constructor.

2002-01-14 06:18  robertj

	* include/channels.h, src/channels.cxx: Fixed typo on external RTP
	  channel constructor.

2002-01-14 02:05  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Numerous
	  changes from Ben Madsen Noorwood Systems

2002-01-14 01:09  robertj

	* src/Makefile: Added H.450.6, thanks Ben Madsen of Noorwood
	  Systems.

2002-01-14 01:06  robertj

	* src/h323.cxx: Added H.450.6, better H.450.2 error handling and
	  and Music On Hold.  Added destExtraCallInfo field for ARQ.
	  Improved end of call status on ARJ responses.    Thanks Ben
	  Madsen of Norwood Systems

2002-01-14 01:05  robertj

	* include/h323con.h: Added H.450.6, better H.450.2 error handling
	  and  and Music On Hold.  Added destExtraCallInfo field for ARQ.
	  Thanks Ben Madsen of Norwood Systems

2002-01-14 01:02  robertj

	* include/h450pdu.h, src/h450pdu.cxx: Added H.450.6 Added extra
	  "failure mode" parts of H.250.2.  Various other bug fixes.
	  Thanks Ben Madsen of Norwood Systems

2002-01-14 00:59  robertj

	* include/h323ep.h, src/h323ep.cxx: Added CallTransfer timeouts to
	  endpoint, hanks Ben Madsen of Norwood Systems.

2002-01-14 00:58  robertj

	* src/gkclient.cxx: Added ability to set destination extra call
	  info in ARQ Filled in destinationInfo in ARQ when answering call.
	  Allowed application to override srcInfo in ARQ on outgoing call
	  by   changing localPartyName.  Added better end call codes for
	  some ARJ reasons.  Thanks Ben Madsen of Norwood Systems.

2002-01-14 00:55  robertj

	* src/codecs.cxx, include/codecs.h, src/lid.cxx: Added mutex so can
	  change raw data channel while reading/writing from codec.

2002-01-11 00:11  robertj

	* src/h323.cxx: Fixed failure to pass session ID in capability
	  create channel function, this   only causes a problem with new
	  external RTP sessions.

2002-01-10 23:43  robertj

	* src/h323.cxx: Added initialisation of T.38 mode change flag,
	  thanks Vyacheslav Frolov

2002-01-10 23:40  robertj

	* src/h323.cxx: Fixed race condition with T.38 mode change
	  variable, thanks Vyacheslav Frolov

2002-01-10 06:13  robertj

	* include/channels.h, include/h323con.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/channels.cxx,
	  src/h323.cxx, src/h323caps.cxx: Added support for external RTP
	  stacks, thanks NuMind Software Systems.

2002-01-10 05:38  robertj

	* src/h323neg.cxx: Fixed problem with having incorrect constraint
	  if getting array from caller on   setting up a requestMode.

2002-01-10 05:08  robertj

	* src/h323t38.cxx: Fixed missing bit rate in mode request PDU.

2002-01-10 05:02  robertj

	* src/h323neg.cxx: Fixed correct filling of modeRequest structure.

2002-01-09 07:37  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed setting
	  of RTP timestamp values on video transmission.

2002-01-09 07:06  robertj

	* include/h261codec.h, src/h261codec.cxx: Fixed setting of RTP
	  timestamp values on video transmission.

2002-01-09 07:05  robertj

	* src/channels.cxx: Rearranged transmitter timestamp calculation to
	  allow for a codec that has   variable number of timestamp units
	  per call to Read().

2002-01-09 01:21  robertj

	* include/h261codec.h, include/h323caps.h, include/h323con.h,
	  include/h323neg.h, include/h323t120.h, include/h323t38.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h261codec.cxx, src/h323.cxx, src/h323caps.cxx,
	  src/h323neg.cxx, src/h323t120.cxx, src/h323t38.cxx: Changes to
	  support outgoing H.245 RequstModeChange.

2002-01-08 06:22  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added
	  MakeCallLocked() so can start a call with the H323Connection
	  instance   initally locked so can do things to it before the call
	  really starts.

2002-01-08 05:45  robertj

	* src/h323ep.cxx, include/h323ep.h: Added MakeCallLocked() so can
	  start a call with the H323Connection instance   initally locked
	  so can do things to it before the call really starts.

2002-01-08 02:30  robertj

	* src/h261codec.cxx: Tidied up some PTRACE debug output.

2002-01-08 02:26  robertj

	* src/h323neg.cxx: Removed PTRACE in FindChannelsBySession as it
	  can get called a LOT.

2002-01-07 08:21  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added Q.931
	  connected number IE

2002-01-07 05:25  robertj

	* src/q931.cxx, include/q931.h: Added support for Connected-Number
	  Information Element, thanks Hans Verbeek

2002-01-07 02:42  robertj

	* src/h323.cxx: Fixed default tunneling flag value when usinf
	  connection constructor wirth	  3 parameters (works with 2 and 4
	  but not 3).

2002-01-06 09:53  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: [no log
	  message]

2002-01-06 06:34  robertj

	* src/codecs.cxx: Fixed encoding error for 4 bit streamed codecs.

2002-01-06 06:28  robertj

	* src/q931.cxx: Fixed crash if given bad data in number field,
	  thanks Chih-Wei Huang.

2002-01-04 03:48  dereks

	* src/vic/: p64encoder.h, transmitter.cxx, transmitter.h: Fix
	  previous commit so it compiles OK.

2002-01-04 00:05  dereks

	* src/: h261codec.cxx, vic/p64encoder.h, vic/transmitter.cxx,
	  vic/transmitter.h: Add methods to count number of H261 packets
	  waiting to be sent.

2002-01-02 07:06  craigs

	* src/transports.cxx: Made T.38 UDP socket obey rules

2002-01-02 05:52  craigs

	* src/h323.cxx: Added RequestModeChange thanks to Vyacheslav Frolov

2002-01-02 00:32  craigs

	* include/h323neg.h: Added HandleAck and StartRequest
	  implementations for T.38 thanks to Vyacheslav Frolov

2002-01-02 00:27  craigs

	* include/h323t38.h, include/t38proto.h, src/h323t38.cxx,
	  src/t38proto.cxx: Added CleanupOnTermination functions Thanks to
	  Vyacheslav Frolov

2002-01-02 00:24  craigs

	* src/h323neg.cxx: Removed reference to myPTRACE

2002-01-02 00:21  craigs

	* include/h323neg.h: Added virtual keyword to many functions

2002-01-02 00:20  craigs

	* src/h323neg.cxx: Added HandleAck and StartRequest implementations
	  for T.38 thanks to Vyacheslav Frolov

2001-12-22 23:18  craigs

	* src/t38proto.cxx: Canged to ignore subsequent PDUs with identical
	  sequence numbers

2001-12-22 05:29  robertj

	* samples/opent38/: opent38.dep, precompile.cxx, version.h: Added
	  win32 compile support

2001-12-22 05:22  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changes for
	  T.38 and assorted other bits

2001-12-22 04:35  robertj

	* samples/opent38/: main.cxx, main.h: Added create protocol
	  function to H323Connection.

2001-12-22 04:20  robertj

	* src/h323ep.cxx, include/h323con.h, include/h323ep.h,
	  src/h323.cxx, src/h323t38.cxx, src/h323t120.cxx: Added create
	  protocol function to H323Connection.

2001-12-22 04:09  robertj

	* include/h323con.h, src/h323neg.cxx, src/h323.cxx: Changed
	  OnRequstModeChange to return ack, then actually do the change.

2001-12-22 02:57  robertj

	* samples/opent38/main.cxx: Added file lines to trace output.
	  Added creation of T.38 rotocol handler.

2001-12-22 02:56  robertj

	* src/t38proto.cxx, include/t38proto.h: Cleaned up code and allowed
	  for repeated sequence numbers.

2001-12-22 02:55  robertj

	* src/h323t38.cxx, include/h323t38.h: Removed vast quatities of
	  redundent code that is done by ancestor class.

2001-12-22 02:52  robertj

	* include/h323con.h, src/h323.cxx: Added more support for H.245
	  RequestMode operation.

2001-12-22 02:50  robertj

	* src/channels.cxx: Fixed bug in data channel (T.38) negotiations,
	  using wrong PDU subclass.  Fixed using correct port number in
	  data channel (T.38) negotiations.  Improved trace logging.

2001-12-22 02:48  robertj

	* include/transports.h, src/transports.cxx: Added ability to use
	  local and remote port from transport channel as well	 as
	  explicit port in H.245 address PDU setting routine.  Added
	  PrintOn() to listener and transport for tracing purposes.

2001-12-22 02:46  robertj

	* src/h323neg.cxx: Fixed bug in RequestMode negotiation, failure to
	  set sequence number.

2001-12-22 02:44  robertj

	* include/h323caps.h, src/h323caps.cxx: Added more support for
	  H.245 RequestMode operation.

2001-12-20 05:34  robertj

	* src/rtp.cxx: Fixed display of some of the unknown RTP types.

2001-12-20 05:10  robertj

	* samples/opent38/: main.cxx, main.h, opent38.dsp: More T.38
	  testing

2001-12-20 02:19  dereks

	* src/h261codec.cxx: modify ptrace statments.

2001-12-19 10:15  craigs

	* src/: h323t38.cxx, t38proto.cxx: Added changes from Vyacheslav
	  Frolov

2001-12-19 08:42  craigs

	* src/ixjunix.cxx: Fixed problem with opening devices as returned
	  by GetDeviceName

2001-12-18 00:35  robertj

	* src/Makefile: Compatibility with non GNU diff, eg Solaris, thanks
	  James Dugal

2001-12-18 00:26  robertj

	* src/x880.asn: Removed incorrect constraint on InvokeId

2001-12-17 19:32  yurik

	* Openh323libce.vcp: Up to dated, included t38.asn and companion
	  files

2001-12-15 11:10  robertj

	* src/: gkclient.cxx, gkserver.cxx: GCC compatibility

2001-12-15 10:10  robertj

	* src/h323.cxx: Fixed uninitialised end time preventing correct
	  time from being set in DRQ.

2001-12-15 09:47  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added alerting,
	  connect and end of call times to be sent to RAS server.

2001-12-15 09:36  robertj

	* src/gkclient.cxx: Added previous call times to all the other
	  PDU's it is supposed to be in!

2001-12-15 09:08  robertj

	* src/h323.cxx, include/gkserver.h, src/gkserver.cxx,
	  src/gkclient.cxx, include/h323con.h: Added alerting, connect and
	  end of call times to be sent to RAS server.

2001-12-15 08:12  robertj

	* src/transports.cxx: Added optimisation so if discovering a static
	  gk on same machine as ep is	running on then uses that specific
	  interface preventing multiple GRQs.

2001-12-15 08:09  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added functions to get E.164
	  address from alias address or addresses.

2001-12-14 09:36  robertj

	* include/h323t38.h, src/h323ep.cxx, src/h323neg.cxx,
	  src/h323pdu.cxx, src/h323t38.cxx, src/t38proto.cxx: More
	  implementation of T.38, thanks Adam Lazur

2001-12-14 07:45  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Broke out
	  conversion of Q.850 and H.225 release complete codes to
	  OpenH323 call end reasons enum.

2001-12-14 07:40  robertj

	* include/gkserver.h, src/gkserver.cxx, src/gkclient.cxx: Added
	  call end reason codes in DisengageRequest for GK server use.

2001-12-14 07:38  robertj

	* src/h323pdu.cxx, include/h323pdu.h, src/h323.cxx: Broke out
	  conversion of Q.850 and H.225 release complete codes to
	  OpenH323 call end reasons enum.

2001-12-14 05:33  craigs

	* src/lid.cxx: Disabled 5.3k codec due to problems with Quicknet
	  cards

2001-12-13 12:08  robertj

	* include/gkserver.h, src/gkserver.cxx: Significant changes to
	  support slow request handling, automatically sending	 RIP and
	  spawning thread to handle time consuming operation.

2001-12-13 12:07  robertj

	* samples/opent38/: .cvsignore, main.cxx, main.h: More
	  implementation

2001-12-13 12:03  robertj

	* OpenH323.dsw: Added T.38 test program

2001-12-13 12:03  robertj

	* src/h323.cxx: Added ability to automatically add ACF access token
	  to SETUP pdu.

2001-12-13 12:01  robertj

	* src/h323ep.cxx: Fixed missing initialisation of auto fax start
	  variables.

2001-12-13 12:00  robertj

	* src/gkclient.cxx: Changed search for access token in ACF to be
	  able to look for two OID's.

2001-12-13 11:56  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added build of request in
	  progress pdu.

2001-12-13 11:55  robertj

	* include/h323ep.h: Added gatekeeper access token OID specification
	  for auto inclusion of   access tokens frm ACF to SETUP pdu.

2001-12-13 11:54  robertj

	* include/h323con.h: Added ability to automatically add ACF access
	  token to SETUP pdu.

2001-12-13 04:01  dereks

	* src/h261codec.cxx: Modify trace statement.

2001-12-12 22:54  craigs

	* src/ixjunix.cxx: Changed for changes for G723.1 5k3

2001-12-11 05:27  craigs

	* src/ixjwin32.cxx, src/lid.cxx, src/mediafmt.cxx,
	  include/mediafmt.h: Added support for 5.3kbps G723.1

2001-12-06 11:44  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, samples/simple/simple.dep,
	  src/OpenH323.dtf: Removed "Win32 SSL xxx" build configurations in
	  favour of system   environment variables to select optional
	  libraries.

2001-12-06 07:44  robertj

	* include/h235auth.h, samples/mfc/mfc.dsp,
	  samples/simple/simple.dep, samples/simple/simple.dsp,
	  samples/simple/simple.mak, src/gkclient.cxx, src/gkserver.cxx,
	  src/h235auth1.cxx: Removed "Win32 SSL xxx" build configurations
	  in favour of system	environment variables to select optional
	  libraries.

2001-12-04 06:13  robertj

	* include/codecs.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/codecs.cxx, src/h261codec.cxx: Added videa
	  bandwidth limiting code for H.261, thanks Jose Luis Urien.

2001-12-04 05:26  robertj

	* include/h261codec.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h261codec.cxx, src/vic/p64encoder.cxx,
	  src/vic/p64encoder.h: Added code to allow change of video quality
	  in H.261, thanks Damian Sandras

2001-12-03 01:48  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Stuff

2001-12-03 01:40  robertj

	* src/ixjwin32.cxx: Fixed problem with false off hook detect with
	  LineJACK and no PSTN active.

2001-11-28 01:09  dereks

	* src/: channels.cxx, codecs.cxx: Additional information in PTRACE
	  output.

2001-11-27 23:48  robertj

	* src/Makefile: Changed to make system to better support non-shared
	  library building.

2001-11-26 05:31  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Added functions to get
	  transport on T.38 channel

2001-11-22 03:55  robertj

	* src/ixjunix.cxx: Fixed bug from previous fix, caused only
	  /dev/phone0 to work!

2001-11-22 03:30  robertj

	* src/h323.cxx: Fixed GetSessionCodecNames so it actually returns
	  the codec names.

2001-11-21 14:35  craigs

	* src/gkserver.cxx: Removed deadlock with empty registered endpoint
	  list

2001-11-20 04:04  robertj

	* include/h323t38.h, src/h323t38.cxx: Added ability to reuse t38
	  channels with same session ID.

2001-11-19 08:40  robertj

	* src/h450pdu.cxx: Fixed problem with error detection & state
	  change in Call Transfer, thanks Graeme Reid

2001-11-19 08:13  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added prefix
	  strings for gateways registered with this gk, thanks Mikael Stolt

2001-11-19 07:56  robertj

	* include/gkserver.h, src/gkserver.cxx: Added prefix strings for
	  gateways registered with this gk, thanks Mikael Stolt

2001-11-19 07:35  robertj

	* src/vpblid.cxx, include/vpblid.h: Added tone generation handling

2001-11-19 01:43  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added G.711
	  conversion routine access functions.

2001-11-16 02:05  craigs

	* include/codecs.h, src/codecs.cxx: Changed to allow access to
	  uLaw/ALaw to/from linear functions

2001-11-12 04:46  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: T.38 submission

2001-11-12 00:18  robertj

	* src/t38proto.cxx: MSVC warnings removed.

2001-11-12 00:07  robertj

	* src/: h323neg.cxx, t38proto.cxx: Some clean ups after T.38
	  commit, thanks Adam Lazur

2001-11-09 08:48  craigs

	* src/ixjunix.cxx: Changed to allow Open to accept string returned
	  by GetName

2001-11-09 06:39  craigs

	* include/h323ep.h, include/h323t38.h, include/rtp.h,
	  include/t38proto.h, src/channels.cxx, src/h323.cxx,
	  src/h323neg.cxx, src/h323t38.cxx, src/t38proto.cxx: Added initial
	  T.38 support thanks to Adam Lazur

2001-11-09 06:35  craigs

	* samples/opent38/: Makefile, main.cxx, main.h: Initiali version

2001-11-06 23:57  robertj

	* src/h323.cxx: Added missing start of H.245 channel in SETUP PDU.

2001-11-01 07:11  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx: Plugged very
	  small mutex hole that could cause crashes.

2001-11-01 02:35  robertj

	* samples/simple/: main.cxx, main.h: Added default Fast Start
	  disabled and H.245 tunneling disable flags   to the endpoint
	  instance.

2001-11-01 01:59  robertj

	* src/h323ep.cxx: Added auto setting of silence detect mode when
	  using PSoundChannel codec.

2001-11-01 01:27  robertj

	* include/h323con.h, include/h323ep.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h323ep.cxx: Added default Fast Start disabled and H.245
	  tunneling disable flags   to the endpoint instance.

2001-10-31 04:38  robertj

	* src/OpenH323d.dtf: Fixes

2001-10-31 00:58  robertj

	* src/h323.cxx: Fixed problem with transmit channels not being
	  started   under some circumstances (eg Cisco early start).

2001-10-30 08:34  robertj

	* src/h323ep.cxx: Added trace for when cleaner thread start, stops
	  and runs

2001-10-29 00:58  robertj

	* .cvsignore, samples/mfc/.cvsignore, samples/simple/.cvsignore,
	  src/.cvsignore: Added tags file to be ignored

2001-10-24 22:24  dereks

	* src/vic/dct.cxx: Remove green stripes under windows for INT_64.
	  Thanks to Robert Lupa.

2001-10-24 09:25  robertj

	* src/h323ep.cxx: Fixed possible deadlocks during destruction of
	  H323Connection object.

2001-10-24 03:20  robertj

	* include/h323caps.h, samples/simple/main.cxx, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Added code to help with
	  static linking of H323Capability names database.

2001-10-24 02:54  robertj

	* include/h323con.h, src/channels.cxx, src/h323.cxx: Made cosmetic
	  changes to H.245 miscellaneous command function.

2001-10-23 04:18  dereks

	* include/: channels.h, codecs.h, cu30codec.h, h261codec.h, h323.h,
	  h323con.h: Initial release of CU30 video codec.

2001-10-23 04:17  dereks

	* src/: Makefile, channels.cxx, codecs.cxx, cu30codec.cxx,
	  h261codec.cxx, h323.cxx: Initial release of cu30 video codec.

2001-10-18 02:58  robertj

	* src/h323pdu.cxx: Fixed problem with GetDestinationAlias() adding
	  source aliases instead   of the destination from the setup PDU,
	  thanks Mikael Stolt.

2001-10-17 05:52  robertj

	* src/vic/dct.cxx: Fixed MSVC compatibility

2001-10-17 03:54  yurik

	* src/vic/dct.cxx: Fixed clash with CE includes for INT32 type

2001-10-17 01:51  dereks

	* src/vic/: dct.cxx, encoder-h261.h: Change vic's fdct() from
	  floating-point to fix-point. Improves performance for h261 video
	  significantly on some machines. Thanks to Cosmos Jiang

2001-10-16 23:20  yurik

	* src/vic/: dct.cxx, encoder-h261.h, vid_coder.h: Removed warnings
	  on Windows CE. Submitted by Jehan Bing, jehan@bravobrava.com

2001-10-15 05:52  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: H.261
	  optimisations

2001-10-15 05:48  robertj

	* src/vic/dct.cxx: MSVC compatibility.

2001-10-14 23:48  dereks

	* src/vic/: dct.cxx, dct.h, encoder-h261.cxx, encoder-h261.h:
	  Change vic's fdct() from floating-point to fix-point. Improves
	  performance for h261 video significantly on some machines. Thanks
	  to Cosmos Jiang

2001-10-12 08:26  robertj

	* openh323.dxx: Updated to latest version of library

2001-10-12 06:14  robertj

	* src/gkclient.cxx: Changed gk unregister so only way it doe not
	  actually unregister is if   get URJ with reason code
	  callInProgress, thanks Chris Purvis.

2001-10-11 09:16  robertj

	* src/transports.cxx: Removed port check for gk's that change
	  sockets in mid-stream.

2001-10-11 02:48  robertj

	* src/ixjwin32.cxx: Changed so if stopping read/write also stops
	  fax and vice versa.

2001-10-10 05:35  yurik

	* Openh323libce.vcp: Removed vpblid.cxx due to total lack of
	  voicetronix products for WinCE

2001-10-09 14:41  robertj

	* src/transports.cxx: Set promiscuous flag back to FALSE after
	  gatkeeper discovery.

2001-10-09 14:03  robertj

	* src/h225ras.cxx: Fixed uninitialised variable for H.235
	  authentication checking.

2001-10-09 10:04  robertj

	* include/h225ras.h, src/gkclient.cxx, src/h225ras.cxx: Fixed
	  unregistration so still unregisters if gk goes offline, thanks
	  Chris Purvis

2001-10-09 08:55  robertj

	* src/h323pdu.cxx: Fixed separating destCallSignalAddress fields
	  with tabs in	  GetDestinationAlias() function, thanks Lee
	  Kirchhoff

2001-10-08 03:37  robertj

	* src/gkclient.cxx: Fixed uninitialised variable for ARQ
	  authentication override.

2001-10-05 07:10  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Removed old vpb interface
	  code.

2001-10-05 05:51  robertj

	* src/vpblid.cxx: Added missing pragma implementation

2001-10-05 05:33  robertj

	* src/vpblid.cxx: Fixed compatibility with latest VPB drivers

2001-10-04 08:40  robertj

	* src/h323.cxx: Fixed GNU warning

2001-10-04 08:13  robertj

	* src/OpenH323d.dtf: Changed to only get (or fake) MAC address
	  once.

2001-10-03 05:18  robertj

	* src/guid.cxx: Changed to only get (or fake) MAC address once.

2001-10-02 04:06  robertj

	* src/h323rtp.cxx: Fixed CIsco IOS compatibility, yet again!.

2001-10-02 03:53  robertj

	* src/h323rtp.cxx: Fixed CIsco IOS compatibility, again.

2001-09-28 01:58  robertj

	* samples/simple/main.cxx: Fixed incorrect character in parameter
	  decode, thanks Carlo Kielstra

2001-09-26 09:20  robertj

	* src/h323.cxx: Fixed correct sending of new digits in overlap
	  dialing, and stopped	 sending redundent ARQ's if dialing occurs
	  quickly thanks Chris Purvis.

2001-09-26 09:05  robertj

	* src/h323pdu.cxx: Fixed incorrect tags in building some PDU's,
	  thanks Chris Purvis.

2001-09-26 09:02  robertj

	* include/gkclient.h, src/gkclient.cxx: Added needed mutex for
	  SeparateAuthenticationInARQ mode, thanks Nick Hoath

2001-09-26 08:20  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx: Fixed properly
	  nesting connection locking and unlocking requiring a quite
	  large change to teh implementation of how calls are answered.

2001-09-26 04:12  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Thanks Tiziano
	  Morganti for the code to set bit rate. Good work!

2001-09-26 04:00  robertj

	* src/vic/config.h: Changed to use MSVC and GNU compiler built in
	  64 bit integer.

2001-09-26 03:59  robertj

	* src/h261codec.cxx: Fixed MSVC warning.

2001-09-25 05:14  dereks

	* include/codecs.h, include/h261codec.h, src/codecs.cxx,
	  src/h261codec.cxx, src/vic/p64encoder.cxx, src/vic/p64encoder.h:
	  Add constant bitrate control for the h261 video codec.  Thanks
	  Tiziano Morganti for the code to set bit rate. Good work!

2001-09-25 03:12  robertj

	* src/ixjwin32.cxx: Changed check to v 5.5.141

2001-09-24 14:31  robertj

	* include/ixjlid.h, src/ixjwin32.cxx: Added backward compatibility
	  with old drivers.

2001-09-22 03:51  robertj

	* src/h323.cxx: Fixed SendMoreDigits() using Info Q.931 PDU to only
	  send new digits.

2001-09-21 06:55  robertj

	* src/h235auth.cxx: Removed redundant code, thanks Chih-Wei Huang

2001-09-21 06:46  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Disabled empty
	  G.729A and G.723.1 from compile

2001-09-21 06:38  robertj

	* OpenH323Lib.dsp: Disabled empty G.729A and G.723.1 from compile

2001-09-21 05:59  robertj

	* OpenH323Lib.dsp: Added g729 source file Added symbols which if
	  remove "NO_" will compile actual codec.

2001-09-21 05:25  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Implemented
	  static object for all "known" media formats.	Added default
	  session ID to media format description.  Added default
	  implementation for PDU encode/decode for codecs   that have
	  simple integer as frames per packet.	Added new codec framework
	  with no actual implementation.

2001-09-21 04:54  robertj

	* OpenH323Lib.dsp: Added new codec framework with no actual
	  implementation.

2001-09-21 04:52  robertj

	* src/h323caps.cxx: Added default implementation for PDU
	  encode/decode for codecs   that have simple integer as frames per
	  packet.

2001-09-21 04:51  robertj

	* src/h261codec.cxx: Added default session ID to media format
	  description.

2001-09-21 04:50  robertj

	* src/: codecs.cxx, lid.cxx: Implemented static object for all
	  "known" media formats.

2001-09-21 04:49  robertj

	* include/mediafmt.h, src/mediafmt.cxx: Implemented static object
	  for all "known" media formats.  Added default session ID to media
	  format description.

2001-09-21 04:48  robertj

	* include/h323caps.h: Added default implementation for PDU
	  encode/decode for codecs   that have simple integer as frames per
	  packet.

2001-09-21 01:58  robertj

	* include/QTIoctl.h: New Quicknet driver interface.

2001-09-19 05:30  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Added some support for
	  overlapped dialing, thanks Chris Purvis & Nick Hoath.

2001-09-18 12:36  robertj

	* include/gkclient.h, include/h225ras.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h225ras.cxx, src/h323.cxx: Allowed multiple overlapping
	  requests in RAS channel.

2001-09-18 12:06  robertj

	* src/gkserver.cxx: Added trace for if RRJ on security because user
	  has no password.

2001-09-17 04:06  robertj

	* include/q931.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/q931.cxx: Added Redirecting Number IE to
	  Q.931, thanks Frank Derks

2001-09-14 02:13  robertj

	* include/h235auth.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h235auth.cxx: Fixed problem with some
	  athenticators needing extra conditions to be	 "active", so make
	  IsActive() virtual and add localId to H235AuthSimpleMD5

2001-09-14 02:08  robertj

	* src/h323pdu.cxx: Optimised H323SetAliasAddress to use IsE164
	  function.

2001-09-13 10:20  robertj

	* src/channels.cxx: Fixed broken back out of rev 1.95, thanks
	  Santiago Garcia Mantinan

2001-09-13 08:48  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Added call back functions for
	  remaining Q.931/H.225 messages.  Added call back to allow
	  modification of Release Complete,thanks Nick Hoath

2001-09-13 07:27  robertj

	* include/vpblid.h, src/vpblid.cxx: Fixed incorrect return type in
	  virtual function, thanks Vjacheslav Andrejev

2001-09-13 06:18  robertj

	* src/h323neg.cxx: Added support for "reopen" function when closing
	  logical channel.

2001-09-13 05:21  robertj

	* include/gkclient.h, src/gkclient.cxx: Added ability to override
	  authentication credentials for ARQ, thanks Nick Hoath

2001-09-13 05:19  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed call
	  reference generation to use full range and common code, thanks
	  Carlo Kielstra Added ability to override authentication
	  credentials for ARQ, thanks Nick Hoath

2001-09-13 04:41  robertj

	* src/h323ep.cxx, src/q931.cxx, include/q931.h: Fixed call
	  reference generation to use full range and common code, thanks
	  Carlo Kielstra

2001-09-13 03:15  robertj

	* include/h235auth.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h235auth.cxx, src/h235auth1.cxx: Added flag to
	  H235Authenticator to determine if gkid and epid is to be
	  automatically set as the crypto token remote id and local id.

2001-09-13 02:32  robertj

	* src/gkclient.cxx: Added missing gkid in ARQ, thanks Nick Hoath

2001-09-12 09:48  robertj

	* src/: codecs.cxx, gkclient.cxx, h225ras.cxx, h323.cxx,
	  h323pdu.cxx, h323t120.cxx, h323t38.cxx, rtp.cxx: Fixed various
	  problems with tracing.

2001-09-12 08:57  robertj

	* include/gkclient.h, include/h323con.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h323.cxx: Added support for iNow Access Token from gk, thanks
	  Nick Hoath

2001-09-12 08:04  robertj

	* include/gkclient.h, include/h323con.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h323.cxx: Added support for sending UUIE's to gk on request,
	  thanks Nick Hoath

2001-09-12 05:12  robertj

	* include/h225ras.h, src/OpenH323d.dtf, src/h225ras.cxx: Added
	  ability to disable the checking of RAS responses against
	  security authenticators.  Fixed bug in having multiple
	  authentications if have a retry.

2001-09-12 04:01  robertj

	* include/q931.h: Added "No Circuit" release complete code.

2001-09-12 03:54  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Added virtual keyword to function in logical
	  channel management.

2001-09-11 12:21  robertj

	* include/h323caps.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Added direction field to
	  capabilities, thanks Nick Hoath.

2001-09-11 10:25  robertj

	* src/Makefile: Added support for cross compiling by defining
	  HOST_PLATFORM_TYPE variable	so correct asnparser is executed.
	  Added automatic setting of LD_LIBARY_PATH variable for asnparser.

2001-09-11 03:24  robertj

	* include/codecs.h, include/h323.h, include/h323con.h,
	  include/h323ep.h, src/Makefile, src/codecs.cxx, src/h323.cxx,
	  src/h323ep.cxx, src/lid.cxx: Added conditional compilation to
	  remove video and/or audio codecs.

2001-09-11 02:55  robertj

	* src/.cvsignore: Put back h225.cxx as still needed for Windows
	  platform.

2001-09-11 02:21  robertj

	* include/h323ep.h, include/jitter.h, include/rtp.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/h323ep.cxx, src/jitter.cxx, src/rtp.cxx:
	  Fixed missing stack sizes in endpoint for cleaner thread and
	  jitter thread.

2001-09-10 17:35  yurik

	* Openh323libce.vcp: Added WAV49 flag to be able to use MS-GSM

2001-09-10 10:24  robertj

	* src/rtp.cxx: Fixed setting of destination RTP address so works
	  with endpoints that	do not get the OLC packets quite right.

2001-09-10 10:22  robertj

	* src/ixjwin32.cxx: Fixed minor problems with error codes.

2001-09-10 10:18  robertj

	* src/jitter.cxx: Added define to remove jitter buffer analyser,
	  thanks Nick Hoath.

2001-09-10 05:06  robertj

	* src/: lid.cxx, transports.cxx: Major change to fix problem with
	  error codes being corrupted in a   PChannel when have
	  simultaneous reads and writes in threads.

2001-09-06 04:32  robertj

	* include/gkclient.h: Added overloaded AdmissionRequest for
	  backward compatibility.

2001-09-06 03:29  robertj

	* src/h323.cxx: Fixed passing of 0 duration to OnUserInputTone if
	  not present in PDU.

2001-09-05 03:16  robertj

	* src/: OpenH323.dtf, gkclient.cxx, OpenH323d.dtf, OpenH323n.dtf:
	  Added overloaded AdmissionRequest for backward compatibility.

2001-09-04 03:50  robertj

	* src/: .cvsignore, Makefile: Split h225.cxx into two files to
	  reduce compiler memory requirement.

2001-08-28 11:28  robertj

	* src/channels.cxx: Backed out change in revision 1.95, not
	  compatible with G.711

2001-08-28 11:27  robertj

	* include/codecs.h: Updated documentation to reflect some
	  relationships between functions.

2001-08-27 05:59  robertj

	* src/h450pdu.cxx: Fixed GNU warnings.

2001-08-27 05:45  robertj

	* src/: h323.cxx, q931.cxx: Added automatic setting of bearer
	  capability transfer mode from H.323	 capabilities on connection
	  at time of SETUP PDU.

2001-08-24 16:03  rogerh

	* include/h323ep.h: Fix some spelling mistakes

2001-08-24 15:38  rogerh

	* src/h323ep.cxx: Free the locally declared listener.

2001-08-24 15:34  rogerh

	* samples/simple/main.cxx: Delete the listener if StartListener()
	  failed.

2001-08-24 15:23  rogerh

	* src/h323ep.cxx: Undo a recent memory leak fix. The listener
	  object has to be deleted in the user application as they use the
	  listener when StartListener() fails.	Add a Resume() if
	  StartListener() fails so user applications can delete the
	  suspended thread.

2001-08-22 08:54  robertj

	* include/h323con.h, src/OpenH323.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/h323ep.cxx: Changed connection locking to use
	  double mutex to guarantee that   no threads can ever deadlock or
	  access deleted connection.

2001-08-22 03:28  robertj

	* src/h261codec.cxx: Resolved confusion with YUV411P and YUV420P
	  video formats, thanks Mark Cooke.

2001-08-20 08:48  robertj

	* include/q931.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/q931.cxx: Added Q.931 function for setting
	  bearer capabilities, allowing    applications to set the data
	  rate as they require.

2001-08-20 04:07  robertj

	* samples/mfc/mfcEndPoint.cpp: Updated to latest technique of
	  adding capabilities.

2001-08-20 04:06  robertj

	* samples/mfc/mfc.dsp: Added SSL versions of build.

2001-08-17 22:04  yurik

	* Openh323libce.vcp, src/OpenH323.dtf: Fixed lack of MD5 support

2001-08-16 09:49  robertj

	* include/h323con.h, include/h323ep.h, include/h323pdu.h,
	  include/h450pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx, src/h323pdu.cxx,
	  src/h450pdu.cxx: Changed the H.450 support to be more extensible.
	  Protocol handlers   are now in separate classes instead of all in
	  H323Connection.

2001-08-16 08:34  robertj

	* src/channels.cxx: Plugged memory leak if using trace level 5.

2001-08-14 07:27  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Completed the
	  Cisco compatible MD5 authentications, thanks Wolfgang Platzer.

2001-08-14 07:24  robertj

	* src/h235auth1.cxx: Added support for H.235v1 and H.235v2
	  specifications.

2001-08-14 06:26  robertj

	* include/gkclient.h, src/gkclient.cxx, src/h235auth.cxx: Completed
	  the Cisco compatible MD5 authentications, thanks Wolfgang
	  Platzer.

2001-08-13 13:11  robertj

	* src/Makefile: Changed test to -f as Solaris does not understand
	  -e

2001-08-13 12:03  robertj

	* src/h235auth.cxx: Fixed problem if do not have a localId when
	  doing MD5 authentication.

2001-08-13 03:27  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/h323.cxx: Changed GK
	  admission so can return multiple aliases to be used in   setup
	  packet, thanks Nick Hoath.

2001-08-13 02:22  robertj

	* src/gkclient.cxx: Allowed for received DRQ not having call ID (eg
	  v1 gk), uses conference ID

2001-08-13 02:00  robertj

	* samples/simple/.cvsignore: Added ncp and opt files.

2001-08-11 14:27  robertj

	* samples/simple/: simple.dep, simple.mak: Major changes to H.235
	  support in RAS to support server.

2001-08-10 15:49  robertj

	* src/h235auth.cxx: Fixed alpha Linux warning.

2001-08-10 13:18  robertj

	* src/Makefile: Major changes to H.235 support in RAS to support
	  server.

2001-08-10 13:03  robertj

	* OpenH323Lib.dsp, include/gkclient.h, include/gkserver.h,
	  include/h225ras.h, include/h235auth.h, include/h323ep.h,
	  include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx, src/h235auth.cxx, src/h235auth1.cxx,
	  src/h323ep.cxx, src/h323pdu.cxx, src/transports.cxx: Major
	  changes to H.235 support in RAS to support server.

2001-08-10 12:06  robertj

	* samples/simple/main.cxx: No longer need SSL to have H.235
	  security.

2001-08-10 03:34  robertj

	* src/channels.cxx: Fixed problem with incorrect timestamp if codec
	  returns more than one    frame in read, thanks Lee Kirchhoff.

2001-08-09 01:55  robertj

	* src/h323ep.cxx: Fixed problem with setting gk password before
	  have a gk variable.  Fixed memory leak if listener fails to open.
	  Fixed problem with being able to specify an alias with an @ in
	  it.

2001-08-09 01:54  robertj

	* include/h323ep.h: Fixed problem with setting gk password before
	  have a gk variable.

2001-08-08 17:55  rogerh

	* src/ixjunix.cxx: Support the new ixj FreeBSD driver which can
	  return values from the ioctl.  This also fixes the capabilities
	  problem.

2001-08-08 13:00  rogerh

	* src/ixjunix.cxx: Fix the ioctl wrappers to we can use the FreeBSD
	  port of the IXJ driver

2001-08-07 04:57  robertj

	* src/: transports.cxx, OpenH323d.dtf: Improved tracing on closing
	  transport.

2001-08-07 04:57  robertj

	* src/q931.cxx: Fixed incorrect Q.931 bearer capability, thanks
	  Carlo Kielstra.

2001-08-06 09:44  robertj

	* include/gkclient.h, include/gkserver.h, include/h225ras.h,
	  include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx, src/h323ep.cxx: Fixed problems with building
	  without SSL

2001-08-06 07:36  robertj

	* src/channels.cxx: Fixed GNU warnings.

2001-08-06 07:35  robertj

	* src/Makefile: Removed h323securoty files.

2001-08-06 06:06  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fission of
	  h323.h to h323ep.h & h323con.h, h323.h now just includes files.
	  Improved access to H.235 secure RAS functionality.  Changes to
	  H.323 secure RAS contexts to help use with gk server.

2001-08-06 05:18  robertj

	* OpenH323Lib.dsp, include/gkclient.h, include/gkserver.h,
	  include/h225ras.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx, src/gkserver.cxx,
	  src/h225ras.cxx: Fission of h323.h to h323ep.h & h323con.h,
	  h323.h now just includes files.  Improved access to H.235 secure
	  RAS functionality.  Changes to H.323 secure RAS contexts to help
	  use with gk server.

2001-08-06 05:15  robertj

	* include/h323ep.h: Improved access to H.235 secure RAS
	  functionality.

2001-08-06 05:08  robertj

	* include/h323.h, include/h323con.h, include/h323ep.h,
	  include/h323neg.h, include/h323pdu.h, src/channels.cxx,
	  src/codecs.cxx, src/h323.cxx, src/h323caps.cxx, src/h323ep.cxx,
	  src/h323neg.cxx, src/h323pdu.cxx, src/h323rtp.cxx,
	  src/h323t120.cxx, src/h323t38.cxx, src/h450pdu.cxx, src/lid.cxx,
	  src/transports.cxx: Fission of h323.h to h323ep.h & h323con.h,
	  h323.h now just includes files.

2001-08-06 04:49  robertj

	* src/h235.asn: Updated ASN to H.235 version 2 specification

2001-08-03 16:12  robertj

	* include/q931.h: Fixed value for Call State Information Element

2001-08-03 13:56  robertj

	* samples/simple/: main.cxx, main.h: Added conditional compile for
	  H.235 stuff.

2001-08-03 07:56  robertj

	* src/: OpenH323d.dtf, h225ras.cxx: Fixed RAS read of UDP when get
	  ICMP error for host unreachabe.

2001-08-03 05:49  craigs

	* src/h323.cxx: Fixed problem with AnswerCallDeferredWithMedia not
	  working with fastStart on some machine

2001-08-02 07:05  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ability
	  for AdmissionRequest to alter destination alias used in   the
	  outgoing call. Thanks Ben Madsen & Graeme Reid.

2001-08-02 06:31  robertj

	* src/h323ep.cxx: Changed to still maintain gatekeeper link if GRQ
	  succeeded but RRQ   failed. Thanks Ben Madsen & Graeme Reid.

2001-08-02 06:30  robertj

	* src/: gkclient.cxx, h323.cxx: Added ability for AdmissionRequest
	  to alter destination alias used in   the outgoing call. Thanks
	  Ben Madsen & Graeme Reid.

2001-08-02 06:30  robertj

	* include/gkclient.h: Added ability for AdmissionRequest to alter
	  destination alias used in   the outgoing call.

2001-08-01 09:03  robertj

	* .cvsignore: Added hiding of ncb files.

2001-08-01 02:46  craigs

	* include/h323.h, src/h323.cxx: Added ability to early start
	  without Alerting

2001-07-25 02:39  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added remove IE
	  function to Q.931 class

2001-07-25 01:40  craigs

	* include/q931.h, src/q931.cxx: Added ability to remove Q931 IE

2001-07-24 12:12  craigs

	* src/gkserver.cxx: Fixed problem with admission requests not
	  having src signalling addresses

2001-07-24 10:35  craigs

	* src/Makefile: Added gkserver

2001-07-24 04:43  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added UDP, dual
	  TCP and single TCP modes to T.38 capability.	Added start for
	  handling reverse channels.  Added gatekeeper RAS protocol server
	  classes.  Added T.38 and T.120 classes.

2001-07-24 04:34  robertj

	* OpenH323Lib.dsp: Added gatekeeper RAS protocol server classes.

2001-07-24 04:30  robertj

	* include/gkserver.h, src/gkserver.cxx: Added gatekeeper RAS
	  protocol server classes.

2001-07-24 04:29  robertj

	* src/ixjwin32.cxx: Added setting of xJack filter coefficients for
	  some frequencies,    values taken from open source Linux driver.

2001-07-24 04:28  robertj

	* src/lid.cxx: Added setting of tone filters for a handful of
	  countries.

2001-07-24 04:26  robertj

	* src/channels.cxx, include/channels.h: Added start for handling
	  reverse channels.

2001-07-24 04:25  robertj

	* include/h323t38.h, src/h323t38.cxx: Added UDP, dual TCP and
	  single TCP modes to T.38 capability.

2001-07-20 08:27  craigs

	* src/ixjunix.cxx: Bulletproofed caller id routines

2001-07-20 06:06  robertj

	* src/lid.cxx: Removed old Cisco hack code for G.728, they now do
	  it rigth!

2001-07-19 12:48  robertj

	* src/h323t38.cxx: Fixed bandwidth

2001-07-19 11:50  robertj

	* src/h323caps.cxx, include/h323caps.h: Added code for default
	  session ID on data channel being three.

2001-07-19 11:29  robertj

	* src/h323.cxx: Adde X.880 invoke reject if get global opcode.

2001-07-19 07:54  robertj

	* include/ixjDefs.h, include/ixjlid.h, include/lid.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/ixjunix.cxx, src/ixjwin32.cxx, src/lid.cxx: Updated interface
	  to xJACK drivers to utilise cadence and filter functions   for
	  dial tone, busy tone and ringback tone detection.

2001-07-18 04:27  robertj

	* src/h323t120.cxx: Fixed GNU warning.

2001-07-17 09:58  robertj

	* src/Makefile: Fixed missing products of T.38 ASN compile

2001-07-17 06:44  robertj

	* OpenH323Lib.dsp, include/.cvsignore, include/channels.h,
	  include/h323.h, include/h323caps.h, include/h323t120.h,
	  include/h323t38.h, include/t120proto.h, include/t38proto.h,
	  include/transports.h, src/.cvsignore, src/Makefile,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/h323.cxx, src/h323caps.cxx, src/h323ep.cxx,
	  src/h323t120.cxx, src/h323t38.cxx, src/t120proto.cxx,
	  src/t38.asn, src/t38proto.cxx, src/transports.cxx: Partial
	  implementation of T.120 and T.38 logical channels.

2001-07-17 06:13  robertj

	* src/h323.cxx: Fixed subtle bug when have split codec conflict,
	  did not use the remotes   caabilities (used local) so end up with
	  incorrect frames per packet.

2001-07-13 10:44  robertj

	* samples/simple/main.cxx: Fixed incorrect inclusion of hardware
	  codec capabilities.

2001-07-12 09:28  yurik

	* src/channels.cxx: WinCE fix: Sleep(0) in Main to get system
	  chance to digest

2001-07-11 05:23  robertj

	* src/rtp.cxx: Bug fixed where every 65536 PDUs the session thinks
	  it is the first PDU again.

2001-07-09 09:19  rogerh

	* src/h261codec.cxx: Make the encoder render a frames (for local
	  video) only when there is a renderer attached

2001-07-06 09:28  robertj

	* src/h323ep.cxx: Fixed rearranged connection creation to avoid
	  possible nested mutex.

2001-07-06 08:32  robertj

	* include/rtp.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/rtp.cxx: Added flag and checks for RTP
	  data having specific SSRC.  Changed transmitter IP address check
	  so is based on first received    PDU instead of expecting it to
	  come from the host we are sending to.

2001-07-06 06:46  robertj

	* src/h323ep.cxx: Rearranged connection creation to avoid possible
	  nested mutex.

2001-07-06 05:44  robertj

	* src/ixjwin32.cxx: Oops, the WAVE output should ALWAYS be unmuted!

2001-07-06 04:31  robertj

	* src/transports.cxx: Made sure a release complete is sent if no
	  connection is created.

2001-07-06 04:28  robertj

	* src/h323.cxx, include/h323.h: Moved initialisation of local
	  capabilities back to constructor for	 backward compatibility
	  reasons.

2001-07-06 02:45  robertj

	* src/ixjwin32.cxx: Fixed accidentlaly unmuting microphone on audio
	  output for LineJACKs.

2001-07-05 18:57  craigs

	* src/ixjunix.cxx: Fixed problem with hook state not working in
	  spkr/mic mode

2001-07-05 07:55  robertj

	* src/jitter.cxx: Added thread name.

2001-07-05 06:18  robertj

	* include/h323.h, src/h323.cxx: Added call back for setting local
	  capabilities.

2001-07-04 11:02  robertj

	* src/: h323.cxx, transports.cxx: Added more tracing

2001-06-30 08:50  yurik

	* src/Makefile: Jac Goudsmit from Be submit these changes 6/28

2001-06-29 06:58  robertj

	* src/: OpenH323.dtf, h323caps.cxx: Added wildcard character '*' to
	  capability name string searches.

2001-06-27 01:23  robertj

	* src/g711.c: Updated to later version, thanks Frank Derks.

2001-06-25 07:50  robertj

	* src/transports.cxx: Improved error logging on TCP listener.

2001-06-25 04:30  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Allowed TCP listener socket to be opened in
	  non-exclusive mode   (ie SO_REUSEADDR) to avoid daemon restart
	  problems.

2001-06-25 04:28  robertj

	* src/transports.cxx: Allowed TCP listener socket to be opened in
	  non-exclusive mode   (ie SO_REUSEADDR) to avoid daemon restart
	  problems.  Added trailing '+' on H323TransportAddress string to
	  invoke above.

2001-06-25 03:06  robertj

	* include/h225ras.h, src/h225ras.cxx: Fixed resolution of RAS
	  timeout so not rounded down to second.

2001-06-22 09:25  robertj

	* samples/simple/: simple.mak, simple.dep: Regeneration of make
	  files from DevStudio

2001-06-22 04:47  robertj

	* src/transports.cxx: Took one too many lines out in previous fix!

2001-06-22 04:40  robertj

	* src/transports.cxx: Fixed discovery so uses new promiscuous mode.
	  Also used the RAS GRQ address of server isntead of UDP return
	  address   for address of gatekeeper for future packets.

2001-06-22 03:54  robertj

	* src/transports.cxx: Removed initialisation of localAddress to
	  hosts IP address, does not   work on multi-homed hosts.

2001-06-22 02:21  robertj

	* include/h225ras.h, src/gkclient.cxx, src/h225ras.cxx: Fixed bug
	  in H.225 RAS protocol with 16 versus 32 bit sequence numbers.

2001-06-22 02:19  robertj

	* src/: OpenH323n.dtf, OpenH323d.dtf, OpenH323.dtf: Added
	  ConnectTo() function to conencto specific address.  Added
	  promiscuous mode for UDP channel.  Fixed bug in H.225 RAS
	  protocol with 16 versus 32 bit sequence numbers.

2001-06-22 02:14  robertj

	* include/transports.h, src/transports.cxx: Added ConnectTo()
	  function to conencto specific address.  Added promiscuous mode
	  for UDP channel.

2001-06-19 10:43  robertj

	* src/h323ep.cxx: Fixed deadlock if ClearCallSynchronous ever
	  called from cleaner thread.

2001-06-19 05:55  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Added transport to
	  CreateConnection() function so can use that as part of   the
	  connection creation decision making process.

2001-06-19 05:54  yurik

	* Openh323libce.vcp: h225ras.cxx added

2001-06-19 04:01  dereks

	* src/h261codec.cxx: The video encoder thread ends if the
	  renderframe fails.

2001-06-19 01:35  robertj

	* src/gkclient.cxx: Removed condition that prevented aliases on
	  non-terminal endpoints.

2001-06-18 09:44  craigs

	* src/: Makefile, h225ras.cxx: Made to compile with h225ras.cxx
	  under Linux

2001-06-18 08:23  robertj

	* OpenH323Lib.dsp, include/gkclient.h, include/h225ras.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/gkclient.cxx, src/h225ras.cxx: Split raw H.225 RAS protocol
	  out of gatekeeper client class.

2001-06-15 18:10  rogerh

	* src/h323caps.cxx: Fix the "capabilities are the same" assertion

2001-06-15 09:20  robertj

	* src/channels.cxx: Moved OnClosedLogicalChannel() to be after
	  channels threads halted.

2001-06-15 02:55  robertj

	* src/h323ep.cxx: Added thread name for cleaner thread

2001-06-15 01:18  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx, src/transports.cxx: Change to
	  allow for CreateConnection() to return NULL to abort call.

2001-06-14 09:10  robertj

	* src/h323.cxx: Removed code made redundent by previous change.

2001-06-14 08:25  robertj

	* include/h323pdu.h, include/q931.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h323pdu.cxx, src/h450pdu.cxx, src/q931.cxx: Added further
	  H.225 PDU build functions.  Moved some functionality from
	  connection to PDU class.

2001-06-14 06:23  robertj

	* src/h323ep.cxx, src/transports.cxx, include/h323.h: Changed
	  incoming call to pass setup pdu to endpoint so it can create
	  different connection subclasses depending on the pdu eg its alias

2001-06-14 02:45  robertj

	* include/h323pdu.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323pdu.cxx: Added extra parameters for
	  Q.931 fields, thanks Rani Assaf

2001-06-13 23:46  dereks

	* src/h261codec.cxx: Add 5 msec separator between consecutive
	  packets generated from the same frame. Prevents lost packets, and
	  improves reliability.

2001-06-13 08:38  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Added early start (media before
	  connect) functionality.

2001-06-12 02:12  craigs

	* src/ixjwin32.cxx: No longer looks for dialtone for end of call

2001-06-08 06:15  yurik

	* Openh323libce.vcp: Added flag MULTIMEDIA-SYSTEM-CONTROL flag as
	  in Win32 project

2001-06-07 08:29  yurik

	* Openh323libce.vcp: added some latest .asn files

2001-06-06 02:29  robertj

	* src/transports.cxx: Added trace for when doing TCP connect.

2001-06-06 02:00  robertj

	* OpenH323Lib.dsp: Fixed h235ras.obj wierdness

2001-06-05 06:38  robertj

	* src/Makefile: Added dependency of h225 on h245

2001-06-05 06:08  robertj

	* src/Makefile: Updated H.225 ASN file to v4

2001-06-05 05:14  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h225.asn, src/h245.asn, src/h323.cxx,
	  src/h323pdu.cxx, src/h450pdu.cxx: Upgraded H.225 ASN to v4 and
	  H.245 ASN to v7.

2001-06-04 15:43  robertj

	* src/rtp.cxx: Fixed I/O block breaker code if RTP session is bound
	  to INADDR_ANY interface.

2001-06-04 13:37  robertj

	* include/rtp.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/rtp.cxx: Added thread safe enumeration
	  functions of RTP sessions.  Added member access functions to UDP
	  based RTP sessions.

2001-06-02 03:35  robertj

	* src/: channels.cxx, h323ep.cxx, transports.cxx: Added thread
	  names.

2001-05-31 10:44  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: no message

2001-05-31 09:16  robertj

	* src/h323.cxx: Improved debug output on decoding internal PDU's,
	  especially if fails.	Added trace dump of H4501 PDU's

2001-05-31 09:16  craigs

	* src/transports.cxx: Fixed remote address initialisation for
	  incoming H245 channels

2001-05-31 09:16  craigs

	* src/Makefile: Added use of new PWlib OpenSSL detection

2001-05-31 08:29  robertj

	* src/channels.cxx: Changed trace of RTP mismatch so only displays
	  for first n packets then   does not dump messages any more. Was
	  exactly the opposite.

2001-05-31 08:28  robertj

	* src/h323caps.cxx: Made sure capability descriptors alternate
	  capability sets are in the same   order as the capability table
	  when doing reorder. This improves compatibility   with endpoints
	  that select the first capability in that list rather than the
	  table.

2001-05-31 03:28  robertj

	* include/h323.h: Added functions to determine if call currently
	  being held.

2001-05-31 02:10  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added functions
	  to send TCS=0 for transmitter side pause.

2001-05-31 01:34  robertj

	* include/h323.h, include/h323neg.h, include/h323pdu.h,
	  src/h323.cxx, src/h323neg.cxx, src/h323pdu.cxx: Added functions
	  to send TCS=0 for transmitter side pause.

2001-05-30 13:13  robertj

	* src/h323ep.cxx: Fixed possible deadlock when getting connection
	  from endpoint.

2001-05-30 06:38  robertj

	* include/q931.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/q931.cxx: Added BuildStatusEnquiry() Q.931
	  function, thanks Markus Storm

2001-05-30 06:11  robertj

	* src/OpenH323d.dtf: Video fix

2001-05-30 06:06  robertj

	* src/ixjwin32.cxx: Fixed setting of LineJACK mixer mutes to AFTER
	  setting of analague source   as each source has different mixer
	  settings in driver.  Change start of codec (SetXXXFormat()) to
	  explicitly stop codec.

2001-05-30 05:56  robertj

	* src/lid.cxx: Fixed initial value of read deblocking offset on
	  stopping codec.

2001-05-28 21:01  yurik

	* Openh323libce.vcp: Updated x880 settings as in manin project file

2001-05-25 09:55  robertj

	* src/lid.cxx: Fixed problem with trace output of tone bits, thanks
	  Vjacheslav Andrejev.

2001-05-25 06:54  robertj

	* src/ixjunix.cxx: Fixed previous fix

2001-05-25 06:32  yurik

	* src/vic/bsd-endian.h: Added Arm based to list of little endian
	  machines

2001-05-25 04:19  robertj

	* src/: ixjunix.cxx, ixjwin32.cxx, lid.cxx: Fixed problem with
	  codec data reblocking code not being reset when   code is stopped
	  and restarted, thanks Artis Kugevics

2001-05-25 03:10  dereks

	* include/h261codec.h, src/h261codec.cxx: Remove unnecessary packet
	  receive variable.  Alter the position of the check for change in
	  frame size.

2001-05-24 03:12  robertj

	* src/rtp.cxx: Fixed sender report timestamp field, thanks Johan
	  Gnosspelius

2001-05-22 05:22  robertj

	* samples/simple/simple.mak: Fixed bad dependency

2001-05-22 05:19  robertj

	* samples/simple/simple.dep: Added Win32 MSVC dependecy files

2001-05-22 05:05  robertj

	* OpenH323.mak: Fixed bad dependency

2001-05-22 04:30  robertj

	* .cvsignore, OpenH323Lib.dsp, samples/mfc/.cvsignore,
	  samples/simple/.cvsignore, samples/simple/simple.mak: Added Win32
	  MSVC dependecy files

2001-05-22 02:40  robertj

	* src/h323.cxx: Fixed restart problem when in transmitter paused
	  (TCS=0) state, thanks Paul van de Wijngaard

2001-05-22 02:31  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Changed to allow optional wink
	  detection for line disconnect

2001-05-21 09:20  robertj

	* include/h323caps.h: Removed redundent class name in declaration.

2001-05-21 08:40  craigs

	* src/ixjunix.cxx: Fixed stupid problem with missing close bracket

2001-05-21 08:36  craigs

	* include/ixjlid.h, src/ixjunix.cxx, src/ixjwin32.cxx: Changed to
	  allow optional wink detection for line disconnect

2001-05-17 09:11  robertj

	* include/h323.h, samples/simple/main.cxx, src/h323.cxx: Added more
	  call end types for common transport failure modes.

2001-05-17 08:37  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/transports.cxx: Added multicast gatekeeper
	  discovery support.

2001-05-17 05:30  robertj

	* src/h323.cxx, include/h323.h: Fixed support for transmiter side
	  paused (TCS=0), thanks Paul van de Wijngaard

2001-05-17 05:29  robertj

	* src/gkclient.cxx: Fixed missing replyAddress in LRQ, thanks
	  Alexander Smirnov.  Added some extra optional fields to LRQ.

2001-05-16 08:30  yurik

	* src/vic/config.h: INT_64 is defined here

2001-05-16 08:30  yurik

	* src/vic/bsd-endian.h: Moved int_64 it to config.h

2001-05-16 07:37  yurik

	* src/vic/bsd-endian.h: Fixed crash on video receive by #define
	  INT_64

2001-05-14 07:56  robertj

	* include/h323.h, include/h323caps.h, samples/simple/main.cxx,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323caps.cxx, src/h323ep.cxx, src/lid.cxx: Added H323
	  capability registration system so can add capabilities by
	  string name instead of having to instantiate explicit classes.

2001-05-11 06:43  robertj

	* include/mediafmt.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/ixjunix.cxx, src/ixjwin32.cxx,
	  src/lid.cxx, src/mediafmt.cxx, src/vpblid.cxx: Added variable
	  names for standard PCM-16 media format name.

2001-05-10 16:21  craigs

	* src/vic/config.h: Added BYTE, as ptlib.h has been removed

2001-05-10 07:25  robertj

	* src/: OpenH323d.dtf, vic/config.h, vic/encoder-h261.cxx,
	  vic/encoder-h261.h, vic/grabber.h, vic/p64.cxx, vic/p64encoder.h,
	  vic/transmitter.cxx, vic/transmitter.h, vic/vid_coder.h,
	  vic/videoframe.h: Removed need for VIC code to use ptlib.

2001-05-10 04:09  robertj

	* src/h323.cxx: Added more call end codes from Q.931, no answer and
	  no response.	Changed call transfer call end code to be the same
	  as call forward.

2001-05-10 04:07  robertj

	* src/ixjwin32.cxx: Fixed possibility of output on POTS/PSTN being
	  muted accidentally and   thus not having any audio. Explicitly
	  unmutes it on selection.

2001-05-10 03:48  craigs

	* src/ixjunix.cxx: Added implementation of SetLineToLine

2001-05-09 06:59  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h450pdu.cxx: Bug fixes in
	  H.450.2, thanks Klein Stefan.

2001-05-09 06:07  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323pdu.cxx: Added more call
	  end codes for busy and congested.

2001-05-09 04:34  robertj

	* src/h323neg.cxx: Fixed problem with being able to start two MSD's
	  at the same time.  Fixed possible race condition in code to
	  prevent two TCS's happening	at the same time.

2001-05-08 16:53  yurik

	* src/vic/p64.cxx: Fixed misshap with removing non Wince def!

2001-05-08 07:26  yurik

	* src/: vic/p64.cxx, vic/bv.c, rtp.cxx: No ifdef _WIN32_WCE anymore
	  - 3+ version of  SDK allows it

2001-05-07 04:20  robertj

	* src/x880.asn: Fixed constraints on invokeID (again), thanks Frank
	  Derks & Alex Chatilov.

2001-05-06 06:21  yurik

	* Openh323libce.vcp: no message

2001-05-04 04:53  yurik

	* Openh323libce.vcp: Added lpc-10 codec files and mscodecs.cxx

2001-05-04 03:14  robertj

	* OpenH323Lib.dsp, include/.cvsignore, src/.cvsignore,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h45010.asn, src/h45011.asn, src/h4505.asn, src/h4506.asn,
	  src/h4507.asn, src/h4508.asn, src/h4509.asn: Added other H.450.x
	  ASN files.

2001-05-04 02:59  robertj

	* src/x880.asn: Fixed constraints on invokeID, thanks Frank Derks &
	  Alex Chatilov.

2001-05-03 09:28  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added bullet
	  proofing for if get decode error in Q.931 User-User data.

2001-05-03 08:49  robertj

	* src/h323.cxx: Added bullet proofing for if get decode error in
	  Q.931 User-User data.

2001-05-03 08:45  robertj

	* src/h323pdu.cxx: Changed trace so dumps PDU if gets an error in
	  decode.

2001-05-02 18:22  rogerh

	* include/h323caps.h, src/h323.cxx, src/h323caps.cxx: Add IsAllow()
	  for a single capability to check if it is in the capabilities
	  set. This fixes the bug where OpenH323 would accept incoming H261
	  video even when told not to accept it.

2001-05-02 02:25  robertj

	* OpenH323Lib.dsp, include/.cvsignore, src/.cvsignore,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h4503.asn: Added H.450.3 ASN file.

2001-05-01 15:59  rogerh

	* src/Makefile: back out last change

2001-05-01 13:03  rogerh

	* src/Makefile: Only build h235security on systems with OpenSSL
	  defined (fixes BSD gmake optdepend problems)

2001-05-01 08:06  robertj

	* src/Makefile: Added H.450.4 call hold (Near End only), thanks
	  David M. Cassel.

2001-05-01 06:34  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx: Changed call
	  transfer API slightly to be consistent with new hold function.

2001-05-01 06:28  robertj

	* src/Makefile: Fixed accidental removal of h235security.cxx when
	  doing make clean, thanks Chih-Wei Huang

2001-05-01 04:12  robertj

	* OpenH323Lib.dsp, Openh323libce.vcp, include/.cvsignore,
	  include/h323.h, src/.cvsignore, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h4504.asn: Added H.450.4 call hold (Near End only), thanks
	  David M. Cassel.

2001-04-27 08:28  robertj

	* OpenH323.mak: Fixed auto-build usage.

2001-04-27 05:59  yurik

	* Openh323libce.vcp: Added lpc-10 codec related files

2001-04-27 04:32  robertj

	* OpenH323.mak: Fixed bad trailing quote

2001-04-26 13:37  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Fixed problem with ASN compile
	  of single constraints on enumerations.

2001-04-26 08:08  yurik

	* Openh323libce.vcp, src/OpenH323.dtf: UI improvements

2001-04-26 04:01  robertj

	* src/h323neg.cxx: Added workaround for more strange Cisco
	  behaviour, stops sending RTP	 data if you try and do a H.245
	  RoundTripDelay request!!

2001-04-24 08:15  robertj

	* include/rtp.h, src/rtp.cxx: Added work around for strange Cisco
	  bug which suddenly starts sending   RTP packets beginning at a
	  difference sequence number base.

2001-04-23 03:31  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx: Improved the
	  locking of connections especially at shutdown.

2001-04-21 02:57  yurik

	* Openh323libce.vcp: Refined target names

2001-04-20 04:55  robertj

	* src/vic/encoder-h261.cxx: Fixed MSVC warning.

2001-04-20 04:32  robertj

	* src/: channels.cxx, h323.cxx: Improved logging of bandwith, used
	  more intuitive units.

2001-04-20 04:27  robertj

	* src/ixjwin32.cxx: Added extra mutex in SetReadFormat() for if it
	  ever gets called without     a StopCodec() beforehand.

2001-04-20 04:16  robertj

	* src/: h323.cxx, h450pdu.cxx, vic/encoder-h261.cxx: Removed GNU
	  C++ warnings.

2001-04-19 10:03  robertj

	* src/gkclient.cxx: Fixed scale on RIp delay, is milliseconds!

2001-04-18 04:31  craigs

	* src/ixjwin32.cxx: Fixed problem with illegal date in caller ID
	  causing assert

2001-04-17 07:47  robertj

	* src/OpenH323d.dtf: no message

2001-04-14 04:28  yurik

	* Openh323libce.vcp: Added h450pdu.cxx to project to complete h.450
	  feature

2001-04-13 09:44  robertj

	* src/transports.cxx: Moved starting connection trace message to be
	  on both Connect() and Accept()

2001-04-13 09:44  robertj

	* src/gkclient.cxx: Fixed setting isRegistered flag to false when
	  get RRJ

2001-04-13 05:54  yurik

	* Openh323libce.vcp: Added h450x.asn and related files to project

2001-04-12 05:22  robertj

	* src/h323caps.cxx: Fixed fast start checking of returned OLC frame
	  count to use minimum	 of user setting and remotes maximum
	  limitation, Was always just	sending whatever the remote said it
	  could do.

2001-04-12 00:10  robertj

	* src/Makefile: Added H.450.2 (call transfer), thanks a LOT to
	  Graeme Reid & Norwood Systems

2001-04-11 05:01  robertj

	* OpenH323Lib.dsp, include/.cvsignore, include/h323.h,
	  include/h323pdu.h, include/h450pdu.h, src/.cvsignore,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx, src/h323ep.cxx, src/h323pdu.cxx, src/h4501.asn,
	  src/h4502.asn, src/h450pdu.cxx, src/x880.asn: Added H.450.2 (call
	  transfer), thanks a LOT to Graeme Reid & Norwood Systems

2001-04-11 02:12  robertj

	* include/q931.h: Added some enums for numbering plans and call
	  types, thanks Markus Storm.

2001-04-10 03:21  robertj

	* src/transports.cxx: Added some more error messages into trace
	  log.

2001-04-10 02:48  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ability
	  to get transport address for a listener.  Added '*' to indicate
	  INADDR_ANY ip address.

2001-04-09 14:08  yurik

	* Openh323libce.vcw: no message

2001-04-09 10:47  robertj

	* src/h323.cxx: Added code to force the bringing up of a separate
	  H.245 channel if not	 tunnelling and the call receiver does not
	  start separate channel.

2001-04-09 10:46  robertj

	* src/ixjwin32.cxx: Added implementations to set mode for removing
	  DTMF from media.

2001-04-09 10:44  robertj

	* src/transports.cxx: Added ability to get transport address for a
	  listener.  Added '*' to indicate INADDR_ANY ip address.

2001-04-09 10:43  robertj

	* include/transports.h: Added ability to get transport address for
	  a listener.

2001-04-06 14:49  robertj

	* src/vic/encoder-h261.cxx: Fixed incorrect motion vector bit,
	  thanks Liu Hao

2001-04-05 05:39  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Fixed deadlock if tried to
	  do discovery in time to live timeout.

2001-04-05 03:45  robertj

	* src/guid.cxx: Fixed MSVC warning.

2001-04-05 02:06  robertj

	* src/q931.cxx: Fixed some more encoding/decoding problems with
	  little used bits of	the Q.931 protocol, thanks Hans Verbeek.

2001-04-04 09:46  robertj

	* src/guid.cxx: Fixed erros in rading GUID hex string.

2001-04-04 09:07  robertj

	* src/OpenH323d.dtf: Added PTRACE for when have packets too late.

2001-04-04 08:46  robertj

	* src/guid.cxx: Fixed errors in time calculation used in GUID.

2001-04-04 05:13  robertj

	* src/jitter.cxx: Added PTRACE for when have packets too late.

2001-04-04 05:13  robertj

	* src/h323.cxx: Made sure tunnelled H.245 is not used if separate
	  channel is opened.  Made sure H.245 TCS & MSD is done if
	  initiated the call and fast started,	 do so on receipt of the
	  connect from remote end.  Utilised common function for TCS and
	  MSD initiation.

2001-04-04 04:05  robertj

	* src/vic/encoder-h261.cxx: Put back fix from revision 1.7, got
	  lost in revision 1.8! Thanks Tom Dolsky.

2001-04-04 01:38  craigs

	* src/ixjunix.cxx: Added extra debugging for country change

2001-04-04 01:37  craigs

	* src/lid.cxx: Added extra logging of country change functions

2001-04-04 01:06  robertj

	* src/q931.cxx: Fixed correct encoding and decoding of Q.850 cause
	  field, thanks Hans Verbeek.

2001-04-03 11:34  robertj

	* src/codecs.cxx: Fixed output of partial frames when short changed
	  by transmitter with G.711

2001-04-03 01:58  robertj

	* include/rtp.h, src/OpenH323d.dtf, src/rtp.cxx: Added jitter
	  calculation to RTP session.  Added trace of statistics.

2001-04-02 06:12  robertj

	* src/channels.cxx: Fixed trace output from packet transmit timing.

2001-04-02 02:04  robertj

	* ReadMe.txt: Added licensing stuff

2001-03-31 04:55  robertj

	* src/ixjwin32.cxx: Removed some interlocks on functions that are
	  no longer required in current drivers.

2001-03-30 07:47  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Added ability to get average
	  signal level for both receive and transmit.  Added ability to get
	  current silence detect state and threshold.  Changed silence
	  detection to use G.723.1 SID frames as indicator of	silence
	  instead of using the average energy and adaptive threshold.

2001-03-30 07:46  robertj

	* src/ixjwin32.cxx: Added trace output of driver version number.
	  Added check for PSTN line disconnect to include looking for
	  tones.

2001-03-30 01:47  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ability
	  to get average signal level for both receive and transmit.  Added
	  ability to get current silence detect state and threshold.
	  Changed silence detection to use G.723.1 SID frames as indicator
	  of   silence instead of using the average energy and adaptive
	  threshold.

2001-03-30 01:45  robertj

	* src/codecs.cxx: Added ability to get current silence detect state
	  and threshold.  Changed default signal on deadband time to be
	  much shorter.

2001-03-30 01:44  robertj

	* include/codecs.h: Added ability to get current silence detect
	  state and threshold.	Changed silence detection to use G.723.1
	  SID frames as indicator of   silence instead of using the average
	  energy and adaptive threshold.  Changed default signal on
	  deadband time to be much shorter.

2001-03-30 01:42  robertj

	* include/lid.h, src/lid.cxx: Added ability to get average signal
	  level for both receive and transmit.	Changed silence detection
	  to use G.723.1 SID frames as indicator of   silence instead of
	  using the average energy and adaptive threshold.

2001-03-30 01:40  robertj

	* src/ixjwin32.cxx: Added ability to get average signal level for
	  both receive and transmit.  Changed G.729A silence frames to be
	  CNG frames to stop clicking sound.

2001-03-30 01:38  robertj

	* include/ixjlid.h, src/ixjunix.cxx: Added ability to get average
	  signal level for both receive and transmit.

2001-03-28 22:31  craigs

	* src/ixjunix.cxx: Added detection of '0' prefix for old PhoneJACK
	  cards

2001-03-28 09:12  robertj

	* include/gkclient.h, src/gkclient.cxx: Changed RAS thread
	  interlock to allow for what should not happen, the   syncpoint
	  being signalled before receiving any packets.

2001-03-28 08:47  robertj

	* src/.cvsignore: Ignore asnparser.version

2001-03-27 04:19  robertj

	* src/gkclient.cxx: Changed to send gk a GRQ if it gives a
	  discoveryRequired error on RRQ.  Fixed BIG  condition in use of
	  sequence numbers.

2001-03-27 04:18  robertj

	* include/gkclient.h: Changed to send gk a GRQ if it gives a
	  discoveryRequired error on RRQ.

2001-03-26 07:06  robertj

	* src/gkclient.cxx: Added code to do full registration if RRJ
	  indicates discovery to be redone.

2001-03-24 03:00  robertj

	* src/: OpenH323d.dtf, OpenH323n.dtf: Fixed incorrect check for
	  secure RAS, always returned FALSE.

2001-03-24 01:58  robertj

	* src/: OpenH323.dtf, h323pdu.cxx: Fixed MSVC warnings.

2001-03-24 01:52  robertj

	* src/ixjwin32.cxx: Fixed incorrect conditional on error trace for
	  G.729B packet in G.729A mode.

2001-03-24 01:51  robertj

	* src/gkclient.cxx: Added retry every minute of time to live
	  registration if fails.

2001-03-24 01:34  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Added read/write hook
	  functions so don't have to duplicate code in	  H323RasH235PDU
	  descendant class of H323RasPDU.

2001-03-23 06:38  robertj

	* src/: channels.cxx, h323pdu.cxx, lid.cxx: Added PTRACE_IF to
	  output trace if a conditional is TRUE.

2001-03-23 06:38  robertj

	* src/ixjwin32.cxx: Added PTRACE_IF to output trace if a
	  conditional is TRUE.	Indicate if get sent a G.729B packet when
	  in G.729A mode.

2001-03-23 02:47  robertj

	* src/gkclient.cxx: Improved debug trace message on RAS packet
	  retry.

2001-03-23 02:19  robertj

	* src/gkclient.cxx: Fixed usage of secure RAS in GRQ, should not do
	  for that one PDU.

2001-03-22 07:18  robertj

	* OpenH323dll.dsp, src/ixjwin32.cxx: Fixed very subtle problem with
	  Quicknet cards under NT/2K, caused occassional   blip in
	  continuous audio due to the resolution of internal timers.

2001-03-21 07:03  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed
	  parameter to const as is not modified.

2001-03-21 06:41  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed new H.235
	  code to be transparent if no security info present.

2001-03-21 05:52  robertj

	* OpenH323.mak, OpenH323Lib.dsp, OpenH323dll.dsp, include/h323.h,
	  include/h323pdu.h, samples/simple/main.cxx,
	  samples/simple/main.h, samples/simple/simple.dsp,
	  samples/simple/simple.mak, src/Makefile, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h323ep.cxx: Added H.235 security to gatekeepers, thanks
	  Frbass Franz!

2001-03-21 00:42  robertj

	* samples/simple/: main.cxx, main.h: Used the new
	  PTrace::Initialise function for starting trace code.

2001-03-20 08:24  robertj

	* src/rtp.cxx: Changed RTP SDES to have simple host name instead of
	  attempting a	 reverse DNS lookup on IP address as badly
	  configured DNS can cause   a 30 second delay before audio is
	  sent.

2001-03-20 04:42  robertj

	* src/Makefile: Removed commented out and no longer used grabber
	  files

2001-03-20 00:32  robertj

	* src/gkclient.cxx: Fixed problem with auto-reregister doing so in
	  the RAS receive thread.

2001-03-19 06:52  robertj

	* src/guid.cxx: Fixed problem with reading a GUID if there is
	  leading white space.	If get error reading GUID then set the
	  stream fail bit.

2001-03-19 06:51  robertj

	* include/guid.h: Added ! operator to do !IsNULL(), so cannot use
	  it accidentally.

2001-03-19 06:50  robertj

	* src/gkclient.cxx: Fixed trace display of timeout value.

2001-03-19 02:41  robertj

	* src/vic/p64encoder.h: Removed last vestiges of old grabber code.

2001-03-18 23:21  robertj

	* src/gkclient.cxx: Fixed GNU C++ problem.

2001-03-17 01:05  robertj

	* include/gkclient.h, src/gkclient.cxx, src/h323ep.cxx: Fixed
	  problems with Gatekeeper RIP handling.

2001-03-17 00:00  robertj

	* include/h323caps.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Improved validation of codec
	  selection against capability set, thanks Chris Purvis.

2001-03-16 08:20  robertj

	* src/OpenH323n.dtf: Added logical channel open function version
	  without locking.

2001-03-16 08:11  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/h323neg.cxx: Added logical channel open function version
	  without locking.

2001-03-16 07:46  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Added ability to set
	  endpoints desired time to live on a gatekeeper.

2001-03-15 06:45  robertj

	* src/rtp.cxx: Changed, yet again, the setting of RTP info to allow
	  for Cisco idosyncracies.

2001-03-15 01:30  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added function
	  for setting gatekeeper with address and identifier values.

2001-03-15 01:25  robertj

	* src/gkclient.cxx: Fixed bug in receiving RIP packet, did not
	  restart timeout.

2001-03-15 01:25  robertj

	* src/guid.cxx: Fixed problem with hex output sign extending
	  unsigned values.

2001-03-15 01:24  robertj

	* include/h323.h, src/h323ep.cxx: Added function for setting
	  gatekeeper with address and identifier values.

2001-03-14 23:05  robertj

	* include/h323neg.h: Changed H245NegLogicalChannel::Release() to be
	  virtual protected rather than private.

2001-03-14 06:03  robertj

	* src/guid.cxx: Fixed printing of GUID to have bytes as hex instead
	  of characters.

2001-03-14 04:20  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323neg.cxx: Fixed possible nested mutex
	  deadlock in logical channel negotiator.

2001-03-12 23:52  robertj

	* src/OpenH323n.dtf: no message

2001-03-09 03:55  robertj

	* src/gkclient.cxx: Fixed bug in RAS IRR, optional field not being
	  included, thanks Erik Larsson.

2001-03-08 08:45  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Fixed issues with getting media
	  channels started in some early start	 regimes, in particular
	  better Cisco compatibility.

2001-03-08 02:42  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Cosmetic changes to recently
	  added MS IMA ADPCM codec.

2001-03-06 06:03  robertj

	* src/transports.cxx: Changed H.245 channel start failure so does
	  not abort call if there were	 some fast started media streams
	  opened. Just lose user indications.

2001-03-06 05:44  robertj

	* include/h323neg.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323caps.cxx,
	  src/h323neg.cxx: Fixed problem where could send capability set
	  twice. This should not be   a problem except when talking to
	  another broken stack, eg Cisco routers.

2001-03-05 05:28  robertj

	* src/transports.cxx: Added net mask to interface info returned by
	  GetInterfaceTable()

2001-03-03 06:59  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Major upgrade
	  of video conversion and grabbing classes.

2001-03-03 01:54  yurik

	* src/guid.cxx: Proper fix for filetime routines used in guid calc
	  done for WinCE

2001-03-03 00:25  yurik

	* src/guid.cxx: fixed typo

2001-03-02 23:51  yurik

	* Openh323libce.vcp: Guid.cxx added for WinCE port

2001-03-02 23:50  yurik

	* src/guid.cxx: Used PTime for WinCE port instead of non-portable
	  function

2001-03-02 08:17  robertj

	* src/guid.cxx: Compensated for stupid GNU compiler bug.

2001-03-02 07:59  robertj

	* OpenH323Lib.dsp, include/guid.h, include/h323.h,
	  include/transports.h, src/Makefile, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/guid.cxx, src/h323pdu.cxx: Enhanced the globally unique
	  identifier class.

2001-03-01 12:12  craigs

	* src/Makefile: Fixed problem with making from clean checkout

2001-02-28 01:20  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Added
	  DiscoverByNameAndAddress() function, thanks Chris Purvis.

2001-02-28 01:17  robertj

	* OpenH323dll.dsp: Fixed SSL build.

2001-02-27 05:19  robertj

	* OpenH323dll.dsp: Fixed non-portable dependencies

2001-02-27 04:45  robertj

	* src/OpenH323n.dtf: Fixed non-portable dependencies

2001-02-27 01:03  robertj

	* src/h323ep.cxx: Fixed possible deadlock in
	  FindConnectionsWithLock(), thanks Hans Andersen

2001-02-25 12:29  rogerh

	* src/Makefile: The -c flag to head is not found on all unix
	  platforms.  So use awk to get the first 3 columns of the
	  asnparser version string

2001-02-23 00:40  robertj

	* src/Makefile: Fixed problem with wanting to recompile ASN every
	  time somthing is updated   in PWLib. Now only does so if the
	  asnparser version number changes.

2001-02-22 06:34  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Added SSL based build
	  configuration to avoid problems with dependent projects.

2001-02-21 09:13  robertj

	* src/OpenH323d.dtf: Added more debugging.

2001-02-21 09:09  robertj

	* src/ixjwin32.cxx: Added more tones for characters 'e' through
	  'o'.

2001-02-21 09:08  robertj

	* src/rtp.cxx: Added more debugging.

2001-02-18 23:33  robertj

	* src/gkclient.cxx: Added better handling of URJ, thanks Chris
	  Purvis.

2001-02-17 07:00  yurik

	* Openh323libce.vcp: Reversed changes of paths stored in project
	  file

2001-02-16 09:18  robertj

	* src/ixjwin32.cxx: Fixed IXJ interface to compensate for driver
	  bug.

2001-02-16 05:11  robertj

	* src/h323ep.cxx, include/h323.h: Added ability for
	  RemoveListener() to remove all listeners.

2001-02-15 06:15  robertj

	* src/ixjwin32.cxx: Compensated for driver failing to return serial
	  number on Win98.

2001-02-13 06:23  robertj

	* src/OpenH323d.dtf: Fixed problem with operator= in container
	  classes. Some containers will   break unless the copy is virtual
	  (eg PStringStream's buffer pointers) so   needed to add a new
	  AssignContents() function to all containers.

2001-02-13 06:02  craigs

	* include/lid.h, src/ixjunix.cxx: Extended PlayDTMF to allow
	  generation of additional simple tones

2001-02-10 05:01  robertj

	* src/Makefile: Fixed build system so application can be built
	  NOTRACE to separate directory.

2001-02-09 06:36  craigs

	* src/lid.cxx: Added pragma implementation

2001-02-09 06:16  robertj

	* include/: channels.h, codecs.h, gkclient.h, h261codec.h, h323.h,
	  h323caps.h, h323neg.h, h323pdu.h, h323rtp.h, ixjlid.h, jitter.h,
	  lid.h, mediafmt.h, q931.h, rtp.h, transports.h, vpblid.h, x224.h:
	  Added #pragma interface for GNU C++.

2001-02-09 06:13  craigs

	* src/: channels.cxx, codecs.cxx, gkclient.cxx, h261codec.cxx,
	  h323.cxx, h323caps.cxx, h323neg.cxx, h323pdu.cxx, h323rtp.cxx,
	  ixjunix.cxx, jitter.cxx, mediafmt.cxx, q931.cxx, rtp.cxx,
	  transports.cxx, x224.cxx: Added pragma implementation to
	  (hopefully) reduce the executable image size under Linux

2001-02-09 05:44  craigs

	* src/Makefile: Added ability create a NOTRACE version of an
	  exectuable with seperate libraries

2001-02-09 02:50  robertj

	* src/ixjunix.cxx: Fixed incorrect setting of writeCodecSize
	  variable.

2001-02-08 23:29  robertj

	* src/transports.cxx: Fixed failure to reset fill character in
	  trace log when output interface list.

2001-02-07 08:19  robertj

	* src/ixjunix.cxx: Changed to fake a TELEPHONY_VERSION variable
	  when there isn't one.

2001-02-07 06:04  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, channels.cxx: Improved codec
	  read analysis debug output.

2001-02-07 06:02  robertj

	* src/ixjwin32.cxx: Temporary removal of code due to broken driver.

2001-02-06 08:44  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Removed ACM codecs.

2001-02-06 08:40  robertj

	* src/channels.cxx: Added debugging for timing of codec read.

2001-02-06 06:21  yurik

	* Openh323libce.vcp: Windows CE all targets project file with the
	  path information in them.  Modifications submitted  by Dave
	  Cassel, dcassel@cyberfone.com

2001-02-03 02:31  robertj

	* src/ixjunix.cxx: Used new TELEPHONY_VERSION define for selecting
	  API options.

2001-02-02 06:45  robertj

	* openh323.dxx: Added media format header and adjusted some other
	  header files.

2001-01-30 07:39  yurik

	* src/vic/p64.cxx: Modification submitted by Dave Cassel,
	  dcassel@cyberfone.com.

2001-01-29 23:12  yurik

	* Openh323libce.vcp: Refined target library names

2001-01-29 22:57  yurik

	* Openh323libce.vcp: Removed bug as mediafmt and precompile both
	  pointed to precompiled file creation

2001-01-29 20:42  dereks

	* src/vic/: bv.c, huffcode.c: Add change log facility (Thanks
	  Robert)

2001-01-29 07:43  robertj

	* src/transports.cxx: Added printing of entry of interface table.

2001-01-28 23:50  yurik

	* Openh323libce.vcw: Removed DogsBone

2001-01-28 23:04  yurik

	* Openh323libce.vcp: Updated project

2001-01-28 21:26  yurik

	* Openh323libce.vcp, Openh323libce.vcw: WinCE-port related -
	  project and workspace

2001-01-28 21:24  yurik

	* src/vic/bv.c: WinCE-port related - disabled inclusion of
	  sys/types.h to avoid compilation problems

2001-01-28 11:32  rogerh

	* src/ixjunix.cxx: Change an ifndef for G729B

2001-01-28 08:06  yurik

	* src/rtp.cxx: WinCE-port - avoid using of IP_TOS

2001-01-28 07:29  yurik

	* src/lid.cxx: WinCE-port - lid.h exists in SDK so we point to
	  right one

2001-01-26 09:34  rogerh

	* src/Makefile: Add mediafmt

2001-01-25 08:27  robertj

	* OpenH323Lib.dsp, include/channels.h, include/codecs.h,
	  include/h261codec.h, include/h323caps.h, include/ixjlid.h,
	  include/lid.h, include/mediafmt.h, include/vpblid.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/codecs.cxx, src/h261codec.cxx,
	  src/h323caps.cxx, src/h323rtp.cxx, src/ixjunix.cxx,
	  src/ixjwin32.cxx, src/lid.cxx, src/mediafmt.cxx, src/vpblid.cxx:
	  Major changes to add more flexible OpalMediaFormat class to
	  normalise   all information about media types, especially codecs.

2001-01-25 02:44  robertj

	* src/gkclient.cxx: Reversed order of changing alias list to avoid
	  assert if delete all aliases.

2001-01-24 06:34  robertj

	* include/ixjlid.h, include/lid.h, include/vpblid.h,
	  src/ixjunix.cxx, src/ixjwin32.cxx: Altered volume control range
	  to be percentage, ie 100 is max volume.

2001-01-23 06:08  robertj

	* include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Fixed bug when trying to clear call while
	  waiting on H.245 channel connect, thanks Yura Aksyonov.

2001-01-23 06:06  robertj

	* src/transports.cxx: Fixed bug when trying to clear call while
	  waiting on H.245 channel connect, thanks Yura Aksyonov.  Fixed
	  missing increment in H.245 listener when specified local port
	  number range.

2001-01-19 08:01  robertj

	* include/q931.h: Added all of the Q.931 message type codes.

2001-01-19 07:57  robertj

	* src/q931.cxx: Added Information message type.

2001-01-19 07:56  robertj

	* src/h323.cxx: Fixed possible nested mutex of H323Connection if
	  get PDU which waiting on answer.

2001-01-19 02:20  robertj

	* include/h323pdu.h, src/OpenH323d.dtf: Added non-const function to
	  get access to Q.931 PDU in H323SignalPDU.

2001-01-18 07:04  robertj

	* src/: h323ep.cxx, h323pdu.cxx: Bullet proofed code so local alias
	  can not be empty string. This actually   fixes an ASN PER
	  encoding bug causing an assert.

2001-01-16 04:14  craigs

	* src/h323caps.cxx: Changed nonstanard capability Compare functions
	  to not assert if compared to other capability types

2001-01-11 07:41  craigs

	* src/transports.cxx: Fixed problem with outgoing sockets failing
	  because of port in use

2001-01-11 07:40  craigs

	* src/h323.cxx: Fixed problem with ClearCallSychronous failing
	  because ClearCall was called before it finished

2001-01-11 07:24  robertj

	* src/lid.cxx: Fixed incorrect value for CNG frame

2001-01-11 06:39  robertj

	* include/lid.h, src/ixjwin32.cxx, src/lid.cxx: Fixed usage of
	  G.723.1 CNG 1 byte frames.

2001-01-11 04:51  robertj

	* src/lid.cxx: Fixed bug in WriteBlock() flush, use actual frame
	  size for last write.

2001-01-11 03:19  craigs

	* src/h323ep.cxx: Fixed problem with possible window of opportunity
	  for ClearCallSynchronous to return even though call has not been
	  cleared

2001-01-10 00:05  robertj

	* include/h323caps.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Fixed inability to have 2
	  non standard codecs in capability table.

2001-01-09 07:33  robertj

	* src/.cvsignore: Added .h files to ignorance

2001-01-04 08:46  robertj

	* src/h323neg.cxx: Added special test for broken NetMeeting in
	  restablishing logical channels   when have to close one due to
	  device conflict (asymetric codecs).

2001-01-04 07:39  robertj

	* src/lid.cxx: Fixed bug in G.711 mode with xJACK cards if data is
	  not a multiple of 10ms    and some silence is transmitted, closes
	  the logical channel.

2001-01-03 06:59  robertj

	* src/h323.cxx: Fixed possible deadlock that caused asserts about
	  transport thread    not terminating when clearing calls.

2001-01-03 01:54  robertj

	* src/: OpenH323.dtf, OpenH323n.dtf: no message

2001-01-02 09:03  robertj

	* src/h323neg.cxx: Changed MSD determination number comparision to
	  be clearly as per spec.

2001-01-02 08:50  robertj

	* src/h323caps.cxx: Fixed inclusion of arrays (with bad size) in
	  TCS=0 pdu, thanks Yura Aksyonov.

2000-12-22 04:54  craigs

	* src/h323ep.cxx: Fixed problem with listening fix

2000-12-21 13:39  craigs

	* src/ixjunix.cxx: Fixed debugging

2000-12-21 13:38  craigs

	* src/h323ep.cxx: Fixed problem with "Listener thread did not
	  terminate" assert when listener port is in use

2000-12-20 01:55  robertj

	* OpenH323Lib.dsp: Removed deprecated grabber.cxx build.

2000-12-20 01:52  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Add calls to
	  use the video channel, rather than video device Better handles
	  the case where the grabber could not be opened.

2000-12-20 01:50  robertj

	* src/: channels.cxx, h323ep.cxx: Fixed MSVC compatibility issues
	  (No trace).

2000-12-19 23:33  dereks

	* include/codecs.h, include/h261codec.h, include/h323.h,
	  src/Makefile, src/channels.cxx, src/codecs.cxx,
	  src/h261codec.cxx, src/h323.cxx, src/h323ep.cxx: Adjust so that
	  the video channel is used for reading/writing raw video data,
	  which better modularizes the video codec.

2000-12-19 23:32  dereks

	* src/h323caps.cxx: Removed MSVC warning about unused parameter

2000-12-19 23:22  dereks

	* src/vic/: dct.cxx, encoder-h261.cxx, grabber.h, p64.cxx, p64.h,
	  p64encoder.cxx, p64encoder.h, transmitter.cxx, transmitter.h,
	  videoframe.h: Remove connection to grabber-OS.cxx files.
	  grabber-OS.cxx files no longer used.	Video data is now read from
	  a video channel, using the pwlib classes.

2000-12-19 07:52  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Fixed missing
	  virtual on IsTonePlaying() function.

2000-12-19 07:38  robertj

	* include/: ixjlid.h, lid.h: Fixed missing virtual on
	  IsTonePlaying() function.

2000-12-18 22:57  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: no message

2000-12-18 22:56  robertj

	* src/ixjwin32.cxx: Fixed saving of POTS/PSTN link state when doing
	  PSTN line test.  Changed caller ID code to allow for single
	  record protocol.

2000-12-18 11:11  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Changed
	  semantics or HasConnection() so returns TRUE until the connection
	  has been deleted and not just until ClearCall() was executure
	  on it.

2000-12-18 09:59  craigs

	* src/: h323.cxx, h323ep.cxx, h323rtp.cxx, rtp.cxx, transports.cxx:
	  Added ability to set ports

2000-12-18 09:58  craigs

	* include/: h323.h, rtp.h: Added ability set ports

2000-12-18 02:22  robertj

	* include/h323.h, src/h323ep.cxx: Changed semantics or
	  HasConnection() so returns TRUE until the connection	 has been
	  deleted and not just until ClearCall() was executure on it.

2000-12-18 02:17  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: no message

2000-12-18 00:08  robertj

	* src/ixjwin32.cxx: Changed driver close so goes into POTS/PSTN
	  pass through mode.

2000-12-17 23:45  robertj

	* src/: channels.cxx, jitter.cxx: Set media stream threads to
	  highest unprivileged priority.

2000-12-17 23:08  craigs

	* include/lid.h, src/lid.cxx: Changed GetCountryCodeList to return
	  PStringList

2000-12-12 09:10  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Recompile

2000-12-12 08:51  robertj

	* src/ixjwin32.cxx: Changed name to include word Internet as in
	  Linux driver.

2000-12-11 02:47  robertj

	* include/QTIoctl.h: New driver.

2000-12-11 02:47  robertj

	* src/ixjwin32.cxx, include/ixjlid.h: Changed to use built PWLib
	  class for overlapped I/O.

2000-12-11 02:35  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added
	  synchonous clear call functions.

2000-12-11 02:23  craigs

	* include/lid.h, src/ixjunix.cxx, src/lid.cxx: Added extra routines
	  to allow country string manipulation

2000-12-11 02:10  robertj

	* src/ixjunix.cxx: Removed unused filter/cadence function.

2000-12-11 01:16  robertj

	* include/ixjlid.h: Removed unused filter/cadence function.

2000-12-05 12:29  craigs

	* include/ixjlid.h: Fixed problem with DTMF signal by adding queue
	  for DTMF digits

2000-12-05 09:19  craigs

	* src/ixjunix.cxx: Added internal DTMF queue to ensure DTMF digits
	  are extracted from the driver as soon as possible. This minimises
	  the number of signals generated

2000-12-05 02:52  craigs

	* include/h323.h: Made ClearCall functions virtual to allow
	  overiding

2000-12-05 00:30  craigs

	* include/ixjlid.h: Added better initialisation of Quicknet devices

2000-12-04 09:04  craigs

	* src/ixjunix.cxx: Fixed initialisation to be more friendly

2000-12-04 03:57  robertj

	* OpenH323.mak: Added debug back in as separate target.

2000-12-04 03:55  robertj

	* OpenH323.mak: Changed to only build release version.

2000-12-04 01:04  robertj

	* src/lid.cxx: Changed G.711 "silence" to be 0xff to remove clicks
	  from Quicknet cards,

2000-12-02 23:51  eokerson

	* src/ixjunix.cxx: Removed un-needed locks on setting AEC mode.

2000-12-01 05:38  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Fixed poblems with Release
	  version and line numbers in symbols file.

2000-12-01 03:37  robertj

	* OpenH323Lib.dsp: Changed debug options to avoid odd link errors.

2000-11-30 22:28  eokerson

	* include/ixjlid.h, src/ixjunix.cxx: Fixed DTMF signal handling to
	  stop polling ixj driver.

2000-11-30 09:48  robertj

	* include/ixjlid.h, include/lid.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/ixjunix.cxx,
	  src/ixjwin32.cxx, src/lid.cxx: Added functions to enable/disable
	  Voice Activity Detection in LID's

2000-11-30 06:59  robertj

	* src/ixjwin32.cxx: Changed raw mode transfer block size to 30ms
	  blocks.  Removed test of raw mode read/write as driver returns
	  incorrect value.  Added PTRACE of error code from driver when
	  error occurs.  Fixed bug in raw mode write, count of bytes too
	  large if second write in loop.

2000-11-30 04:12  robertj

	* src/lid.cxx: Fixed bug in not resetting buffer offset on buffer
	  flush.

2000-11-29 23:08  craigs

	* src/lid.cxx: Fixed problem with using WaitForToneDetect with 0
	  timeout

2000-11-28 02:59  robertj

	* src/ixjwin32.cxx: Removed usage of deprecated volume setting
	  calls.

2000-11-27 11:30  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Added SetRawCodec function

2000-11-27 06:36  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added ClearCall
	  Synchronous to H323Connection and H323Endpoint to   avoid race
	  conditions with destroying descendant classes

2000-11-27 06:19  robertj

	* src/lid.cxx: Fixed MSVC warning

2000-11-27 03:44  craigs

	* include/h323.h, src/h323.cxx, src/h323ep.cxx: Added ClearCall
	  Synchronous to H323Connection and H323Endpoint to avoid race
	  conditions with destroying descendant classes

2000-11-27 01:19  robertj

	* src/lid.cxx: Fixed bug in SetRawCodec, conditional around the
	  wrong way

2000-11-27 01:12  robertj

	* include/ixjlid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/ixjwin32.cxx: Added WIN32 version of hook
	  flash detection function.

2000-11-27 00:13  craigs

	* include/h323.h, src/h323ep.cxx: Added ability to pass user data
	  to H323Connection constructor

2000-11-27 00:12  craigs

	* include/ixjlid.h, include/lid.h, src/ixjunix.cxx, src/lid.cxx:
	  Added hook flash detection API

2000-11-24 12:34  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added a raw PCM
	  dta mode for generating/detecting standard tones.  Modified the
	  ReadFrame/WriteFrame functions to allow for variable length
	  codecs.  Added codec to explicitly set LineJACK mixer settings to
	  avoid funny modes    the driver/hardware gets into sometimes.
	  Changed tone detection API slightly to allow detection of
	  multiple    simultaneous tones

2000-11-24 12:19  robertj

	* src/ixjunix.cxx: Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.

2000-11-24 12:18  robertj

	* include/ixjlid.h: Don't need special raw modes for Linux drivers
	  ... yet.

2000-11-24 11:58  robertj

	* src/ixjwin32.cxx: Added a raw PCM dta mode for
	  generating/detecting standard tones.	Modified the
	  ReadFrame/WriteFrame functions to allow for variable length
	  codecs.  Fixed hook state debouncing.  Added codec to explicitly
	  set LineJACK mixer settings to avoid funny modes    the
	  driver/hardware gets into sometimes.	Changed tone detection API
	  slightly to allow detection of multiple    simultaneous tones

2000-11-24 11:56  robertj

	* src/lid.cxx: Added a raw PCM dta mode for generating/detecting
	  standard tones.  Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.

2000-11-24 11:54  robertj

	* src/vpblid.cxx: Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.

2000-11-24 11:53  robertj

	* src/h323.cxx: Fixed bug in fast started G.711 codec not working
	  in one direction.

2000-11-24 11:52  robertj

	* src/channels.cxx: Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.  Added support for G.729 annex
	  B packetisation scheme in RTP.  Fixed bug in fast started G.711
	  codec not working in one direction.

2000-11-24 11:50  robertj

	* include/vpblid.h: Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.

2000-11-24 11:50  robertj

	* include/ixjlid.h: Added a raw PCM dta mode for
	  generating/detecting standard tones.	Modified the
	  ReadFrame/WriteFrame functions to allow for variable length
	  codecs.  Fixed hook state debouncing.  Added codec to explicitly
	  set LineJACK mixer settings to avoid funny modes    the
	  driver/hardware gets into sometimes.

2000-11-24 11:46  robertj

	* include/lid.h: Added a raw PCM dta mode for generating/detecting
	  standard tones.  Modified the ReadFrame/WriteFrame functions to
	  allow for variable length codecs.

2000-11-22 03:36  robertj

	* src/ixjunix.cxx: Fixed bug in supporting older drivers.

2000-11-21 01:27  craigs

	* src/ixjunix.cxx: Fixed problem with EINTR handling on ReadFrame
	  and WriteFrame

2000-11-20 05:35  robertj

	* include/vpblid.h, src/vpblid.cxx: Changed tone detection API
	  slightly to allow detection of multiple simultaneous tones

2000-11-20 04:15  craigs

	* include/ixjlid.h, include/lid.h, src/ixjunix.cxx, src/lid.cxx:
	  Changed tone detection API slightly to allow detection of
	  multiple simultaneous tones Added fax CNG tone to tone list

2000-11-17 07:50  robertj

	* OpenH323Lib.dsp: Added PWlib headers so DevStudio does
	  auto-completion etc.

2000-11-15 01:44  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added per
	  connection versions of OnEstablished and OnCleared

2000-11-15 01:14  robertj

	* src/h323.cxx: Added missing state to FastStartState strings,
	  thanks Ulrich Findeisen

2000-11-13 00:49  craigs

	* include/h323.h, src/h323.cxx, src/h323ep.cxx: Added per
	  connection versions of OnEstablished and OnCleared

2000-11-12 23:34  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Changed Linux driver interface
	  code to use signals

2000-11-08 05:50  craigs

	* src/h323caps.cxx: Changed capability reorder function to reorder
	  all capabilities matching preferred order, rather than just the
	  first

2000-11-08 05:44  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, h323.cxx, OpenH323n.dtf: Added
	  function to be able to alter/remove the call proceeding PDU.

2000-11-08 05:30  robertj

	* include/h323.h: Added function to be able to alter/remove the
	  call proceeding PDU.

2000-11-08 00:45  robertj

	* OpenH323Lib.dsp: Changed moves to copies to fix batch mode build
	  problems.

2000-11-06 07:33  robertj

	* include/ixjlid.h, src/ixjwin32.cxx: Changed hook state debounce
	  so does not block for 200ms.

2000-11-06 07:19  robertj

	* src/transports.cxx: Removed reverse DNS lookup for host name as
	  this can cause HUGE delays in    call setup making it look like a
	  call failure.

2000-11-06 03:00  eokerson

	* include/lid.h: Added support for AGC on ixj devices under Linux.

2000-11-06 02:58  craigs

	* src/ixjunix.cxx: Changed DSP buffer depths for non-PCM functions

2000-11-03 07:22  robertj

	* include/ixjlid.h, include/lid.h, src/OpenH323.dtf,
	  src/ixjwin32.cxx, src/lid.cxx, src/OpenH323d.dtf,
	  src/OpenH323n.dtf: Added flag to IsLinePresent() to force slow
	  test, guarenteeing correct value.

2000-11-01 04:30  robertj

	* src/gkclient.cxx: Changed gatekeeper registration time to live to
	  update in slightly less than the    time to live time. Allows for
	  system/network latency. Thanks Laurent PELLETIER.

2000-10-31 04:21  robertj

	* src/lid.cxx: Fixed bug that caused G.711 transmitter to
	  continuously think there was silence.

2000-10-30 04:37  robertj

	* src/h323.cxx: Fixed opeing of separate H.245 channel if fast
	  start but not tunneling.

2000-10-30 01:24  robertj

	* samples/simple/Makefile: No longer need to include ptlib
	  explicitly

2000-10-30 01:24  robertj

	* src/Makefile: Removed redundant make rules (pieces of ancient
	  history)

2000-10-26 14:24  robertj

	* include/QTIoctl.h, src/ixjwin32.cxx: Added configurable G.729
	  codec usage, based on separate license.

2000-10-26 08:46  robertj

	* src/ixjunix.cxx: Removed unnecessary stop tone ioctls() on device
	  opening. Can't do multiple open if left in.

2000-10-25 02:53  robertj

	* src/h323ep.cxx: Used official manafacturer code for the OpenH323
	  project.

2000-10-24 02:00  robertj

	* src/channels.cxx: Improved memory hogging hash function for
	  logical channels.

2000-10-23 07:39  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Added access to exception
	  detection on Unix Fixed problem with detecting available devices
	  when devices with lower ordinals were used

2000-10-20 08:22  robertj

	* src/OpenH323n.dtf: Fixed very small race condition on creating
	  new connectionon incoming call.  Fixed memory/socket leak if do
	  TCP connect and don't send valid setup PDU.

2000-10-20 08:18  robertj

	* src/transports.cxx, include/transports.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf: Fixed very small race condition on creating
	  new connectionon incoming call.  Fixed memory/socket leak if do
	  TCP connect and don't send valid setup PDU.

2000-10-20 08:10  robertj

	* include/h323.h, src/h323ep.cxx: Fixed very small race condition
	  on creating new connectionon incoming call.

2000-10-19 08:55  robertj

	* src/ixjunix.cxx: Added functions to get xJACK card type and
	  serial number.

2000-10-19 06:12  robertj

	* include/ixjlid.h: Added enum for xJACK card types.

2000-10-19 06:09  robertj

	* src/h323.cxx: Fix for if early start opens channel which fast
	  start still pending.

2000-10-19 06:06  robertj

	* include/h323.h, src/OpenH323.dtf, src/h323ep.cxx,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Added function to be able
	  to remove a listener.

2000-10-19 06:05  robertj

	* src/channels.cxx, include/channels.h: Added compare function for
	  logical channel numbers, thanks Yuriy Ershov.

2000-10-19 06:04  robertj

	* src/ixjwin32.cxx: Added functions to get xJACK card type and
	  serial number.

2000-10-19 06:00  robertj

	* include/ixjlid.h: Added functions to get xJACK card type and
	  serial number.

2000-10-16 11:51  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Fixed problem with not opening
	  fast start video receive if do not have transmit enabled.

2000-10-16 11:46  robertj

	* src/h323neg.cxx: Fixed problem with opening codec before
	  capability fields updated from    OLC PDU, caused problems in
	  G.711 tweaked psuedo-packet size.

2000-10-16 11:45  robertj

	* src/lid.cxx: Fixed recently introduced bug, caused artifacts when
	  should be silent G.723.1

2000-10-16 10:49  robertj

	* include/h323caps.h, samples/mfc/mfcEndPoint.cpp,
	  samples/simple/main.cxx, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323caps.cxx: Added single function to add
	  all UserInput capability types.

2000-10-13 05:43  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf, h323caps.cxx:
	  Added clamping to avoid ever setting incorrect tx frame count.

2000-10-13 04:24  robertj

	* include/lid.h, src/lid.cxx: Moved frame reblocking code from LID
	  channel to LID itself and added    ReadBlock/WriteBlock functions
	  to allow non integral frame sizes.

2000-10-13 04:21  robertj

	* src/ixjwin32.cxx, include/ixjlid.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf: Changed volume control code
	  to set more mixer values on LineJACK.

2000-10-13 04:20  robertj

	* src/: h261codec.cxx, h323caps.cxx: Fixed capability clone so gets
	  all fields including those in ancestor.

2000-10-13 04:15  robertj

	* include/h323.h, include/q931.h, src/h323.cxx, src/q931.cxx: Added
	  support for Progress Indicator Q.931/H.225 message.

2000-10-13 03:47  dereks

	* include/codecs.h, src/h261codec.cxx, src/vic/p64encoder.cxx,
	  src/vic/p64encoder.h: Include command option for setting the
	  number of transmitted video frames per second.   use --videotxfps
	  n

2000-10-12 07:11  robertj

	* src/: h323.cxx, h323pdu.cxx: Added trace log if get transport
	  error on writing PDU.

2000-10-06 11:05  rogerh

	* src/ixjunix.cxx: Check the return value of ioctl PHONE_REC_START.

2000-10-06 03:20  robertj

	* src/ixjunix.cxx: Got conditional compile round the wrong way on
	  previous fix

2000-10-05 00:39  craigs

	* src/ixjunix.cxx: Added extra guard to FormatCallerIdString so it
	  will work on very old drivers

2000-10-04 14:20  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx,
	  src/transports.cxx: Changed setting of callToken in
	  H323Connection to be as early as possible.

2000-10-04 07:59  robertj

	* include/h323pdu.h, include/transports.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/transports.cxx: Minor
	  reorganisation of the H.245 secondary channel start up to make it
	  simpler    to override its behaviour.

2000-10-04 07:58  robertj

	* src/h323.cxx: Minor reorganisation of the H.245 secondary channel
	  start up to make it simpler	 to override its behaviour.  Moved
	  OnIncomingCall() so occurs before fast start elements are
	  processed    allowing them to be manipulated before the default
	  processing.

2000-09-29 06:41  craigs

	* src/ixjunix.cxx: Added protected for Quicknet drivers without
	  PHONE_WINK

2000-09-26 04:17  robertj

	* src/ixjwin32.cxx: Fixed MSVC warning

2000-09-26 03:48  robertj

	* src/ixjwin32.cxx: Removed now redundent AEC resetting when
	  starting read/write codec.

2000-09-26 03:28  craigs

	* src/ixjunix.cxx: Fixed problem with VMWI ioctl interface

2000-09-26 02:04  craigs

	* src/ixjunix.cxx: Added ability to send wink on POTS ports

2000-09-26 01:59  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Finally got G.728 working on
	  boards which use the 8021 Added better handling for wink
	  exceptions

2000-09-26 00:31  craigs

	* src/lid.cxx, include/lid.h: Added G.723.1 frame erasure
	  capability

2000-09-26 00:27  robertj

	* src/rtp.cxx: Fixed uninitialised variable for
	  lastRRSequenceNumber

2000-09-25 14:59  robertj

	* include/h323.h, include/transports.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323ep.cxx,
	  src/transports.cxx: Added StartListener() function that takes a
	  H323TransportAddress to start     listeners bound to specific
	  interfaces.

2000-09-25 08:47  robertj

	* include/gkclient.h, include/h323pdu.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/gkclient.cxx,
	  src/h323.cxx, src/h323pdu.cxx: Removed use of alias if there is
	  no alias present, ie only have transport address.

2000-09-25 03:53  robertj

	* src/rtp.cxx: Fixed MSVC warnings.

2000-09-25 03:44  robertj

	* src/rtp.cxx, include/rtp.h: Fixed possible race condition on
	  shutdown of RTP session with jitter buffer.

2000-09-23 10:04  robertj

	* src/ixjunix.cxx: Added support for handling LID's that only do
	  symmetric codecs.

2000-09-23 09:20  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Fixed problem with being able to
	  distinguish between sw and hw codecs in LID channel.

2000-09-23 08:55  robertj

	* src/ixjwin32.cxx: Put code back so gets driver default frame size
	  instead of trying to set it. Caused lockups.

2000-09-23 08:54  robertj

	* src/channels.cxx: Prevented call of OnClose call back if channel
	  was never opened.

2000-09-22 06:06  robertj

	* src/h323.cxx: Fixed race condition when attempting fast start and
	  remote refuses both.

2000-09-22 04:40  dereks

	* src/vic/: grabber.h, vid_coder.cxx, vid_coder.h: Tidied code for
	  generating test images.  Added mechanism to ensure the entire
	  frame is sent on startup.

2000-09-22 03:35  robertj

	* include/channels.h, include/h323.h, include/h323pdu.h,
	  include/ixjlid.h, include/lid.h, include/transports.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/codecs.cxx, src/h323.cxx, src/h323neg.cxx,
	  src/h323pdu.cxx, src/ixjwin32.cxx, src/lid.cxx: Added support for
	  handling LID's that only do symmetric codecs.

2000-09-22 02:32  craigs

	* src/: channels.cxx, h323.cxx, h323rtp.cxx, rtp.cxx: Added extra
	  logging Fixed problems with no fastConnect with tunelling

2000-09-21 04:06  craigs

	* include/rtp.h, src/rtp.cxx: Added handling for endpoints that
	  return conformant, but useless, RTP address and port numbers

2000-09-20 03:50  craigs

	* src/channels.cxx, src/h323.cxx, include/h323.h, src/h323pdu.cxx:
	  Added ability to set jitter buffer on a per-connection basis

2000-09-16 01:01  robertj

	* src/ixjwin32.cxx: Fixed choppy audio in som cases with PCM,
	  explicitly set frame size now.

2000-09-15 01:03  robertj

	* src/: channels.cxx, h323ep.cxx, jitter.cxx: Increased timeout on
	  asserting because of driver lockup

2000-09-13 12:08  rogerh

	* src/ixjunix.cxx: BSD handles ioctls differently to Linux so add
	  new macros for FreeBSD

2000-09-13 11:26  rogerh

	* include/ixjlid.h: Add location of FreeBSD header files

2000-09-12 03:01  robertj

	* src/h323neg.cxx: Fixed protocol issue, should send
	  CloseLogicalChannel PDU's on accepting RequestClose.

2000-09-11 05:38  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Video changes.

2000-09-08 08:43  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Added additional ioctl
	  debugging Added attempt to reduce ioctl count for hookstate
	  monitoring

2000-09-08 08:41  craigs

	* include/codecs.h, src/h261codec.cxx, src/vic/encoder-h261.cxx,
	  src/vic/grabber.h, src/vic/p64encoder.cxx, src/vic/p64encoder.h:
	  Added ability to set video device Added ability to select test
	  input frames

2000-09-08 05:42  dereks

	* src/vic/grabber.h: Add function to report to user the failed
	  opening of the video device.

2000-09-07 23:49  dereks

	* src/vic/encoder-h261.cxx: Implement fix from Vassili Leonov, to
	  set PTYPE variable, so it now follows the H261 spec as of
	  1993-03, page 7, paragraph 4.2.1.3:

2000-09-06 00:21  robertj

	* src/jitter.cxx: Fixed bug in jitter buffer list changes if get
	  out of order packet within jitter time.

2000-09-06 00:07  robertj

	* src/ixjwin32.cxx: Removed deprecated IOCTL_Idle_Idle.

2000-09-05 03:16  robertj

	* include/h323.h, src/h323.cxx, src/h323pdu.cxx: Added "security"
	  call end reason code.

2000-09-04 07:45  robertj

	* include/ixjDefs.h, src/ixjwin32.cxx: Added VMWI support and
	  country codes to IXJ driver interface.

2000-09-01 04:12  robertj

	* include/gkclient.h, include/h323.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323ep.cxx: Added
	  ability to select a gatekeeper on LAN via it's identifier name.

2000-09-01 04:12  robertj

	* src/gkclient.cxx: Fixed problem when multiple GK's on LAN, only
	  discovered first one.  Added ability to select a gatekeeper on
	  LAN via it's identifier name.

2000-09-01 03:25  robertj

	* src/ixjwin32.cxx: Fixed incorrect class names and began country
	  code setting of driver.

2000-09-01 02:15  robertj

	* src/lid.cxx: Improved country code selection, can use 2 letter
	  ISO codes or	  international dialling prefixes (with leading +)
	  to select country.

2000-08-31 15:16  craigs

	* src/ixjunix.cxx: Disabled IOCTL debugging when in release mode

2000-08-31 15:14  craigs

	* include/ixjlid.h, include/lid.h, src/ixjunix.cxx,
	  src/ixjwin32.cxx, src/lid.cxx: Added functions to LID More
	  bulletproofing to Linux driver

2000-08-31 15:14  robertj

	* src/transports.cxx: Increased timeout on assert for stuck
	  transport thread.

2000-08-31 13:56  robertj

	* OpenH323Lib.dsp: Added Microsoft's version of GSM.

2000-08-31 12:49  robertj

	* src/h323neg.cxx: Fixed unix deadlock when non-fastStart but with
	  H245 tunneling.

2000-08-31 10:15  robertj

	* include/channels.h, include/codecs.h, include/h323rtp.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/channels.cxx, src/codecs.cxx, src/h323rtp.cxx: Added support
	  for dynamic RTP payload types in H.245 OpenLogicalChannel
	  negotiations.

2000-08-31 01:42  robertj

	* src/ixjunix.cxx: Renamed string version of SetCountrCode() to
	  SetCountryCodeName() to avoid    C++ masking ancestor overloaded
	  function when overriding numeric version.

2000-08-31 01:24  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Renamed string version of
	  SetCountrCode() to SetCountryCodeName() to avoid    C++ masking
	  ancestor overloaded function when overriding numeric version.

2000-08-31 00:57  robertj

	* src/ixjwin32.cxx: Removed call to CancelIO, does not exist in
	  Win95!

2000-08-30 08:33  craigs

	* src/channels.cxx: Add fix to ignore small runs of consectuive
	  mismatched payload types

2000-08-30 07:37  robertj

	* src/h323ep.cxx: Fixed bogus destCallSignalAddress in ARQ
	  messages.

2000-08-29 04:59  robertj

	* src/h323ep.cxx: Added some debug output for channel open/close.

2000-08-29 01:47  dereks

	* src/h261codec.cxx: Fix bug in resizing image of received video

2000-08-28 09:13  craigs

	* src/ixjunix.cxx: Added timeout to read codec operations

2000-08-25 14:54  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/Private.def: Adding MS-GSM codec.

2000-08-25 05:19  craigs

	* src/ixjunix.cxx: Normalised checking of error return values from
	  IXJ driver routines

2000-08-25 05:18  dereks

	* src/vic/: bsd-endian.h, config.h, crdef.h, dct.cxx, dct.h,
	  encoder-h261.cxx, encoder-h261.h, encoder.h, grabber.h,
	  p64-huff.h, p64.cxx, p64.h, p64encoder.cxx, p64encoder.h,
	  transmitter.cxx, transmitter.h, vid_coder.cxx, vid_coder.h,
	  videoframe.h: Add change log facility (Thanks Robert for the info
	  on implementation)

2000-08-25 05:18  craigs

	* src/Makefile: More work on support for MS-GSM format

2000-08-25 03:10  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf, channels.cxx,
	  h323ep.cxx, jitter.cxx, transports.cxx: Added assert if various
	  thrads ever fail to terminate.

2000-08-24 06:54  dereks

	* src/vic/p64encoder.cxx: Use a simpler grabbing scheme, and fix a
	  memory leak.

2000-08-23 16:27  craigs

	* src/: Makefile, h323caps.cxx, h323rtp.cxx: Added prototype
	  support for Microsoft GSM codec

2000-08-23 16:23  craigs

	* include/h323caps.h: Added prototype support for Microsoft GSM
	  codec

2000-08-23 07:49  robertj

	* src/h323.cxx: Fixed possible deadlock on clean up of connection
	  and error on media channel occurs.

2000-08-22 11:01  robertj

	* src/transports.cxx: Fixed small window in which control channel
	  could do write through NULL pointer.

2000-08-21 14:49  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: no message

2000-08-21 14:37  robertj

	* include/h323neg.h, src/h323.cxx, src/h323neg.cxx: Fixed race
	  condition if close call just as slow start media channels are
	  opening, part 2.

2000-08-21 06:45  dereks

	* include/codecs.h, include/h261codec.h, src/h261codec.cxx,
	  src/vic/encoder-h261.cxx, src/vic/p64encoder.cxx,
	  src/vic/p64encoder.h, src/vic/vid_coder.cxx, src/vic/vid_coder.h,
	  src/vic/videoframe.h: Fix dangling pointer that caused segfaults
	  for windows&unix users.  Improved the test image which is used
	  when video grabber won't open.  Added code to handle setting of
	  video Tx Quality.  Added code to set the number of background
	  blocks sent with every frame.

2000-08-21 04:50  robertj

	* include/channels.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/channels.cxx, src/h323.cxx,
	  src/h323neg.cxx: Fixed race condition if close call just as slow
	  start media channels are opening.

2000-08-21 04:49  robertj

	* src/ixjwin32.cxx: Added timeout for driver read/write, should
	  never block for long.

2000-08-18 06:56  craigs

	* src/ixjunix.cxx: Added mutexes to EVERY hardware access. This
	  fixed the G.723.1 startup problem

2000-08-18 06:17  robertj

	* include/lid.h: Added Auto setting to AEC enum.

2000-08-17 02:42  robertj

	* src/rtp.cxx: Fixed RTP Goodbye message reason string parsing,
	  thanks Thien Nguyen.

2000-08-14 19:11  rogerh

	* src/Makefile: Remove ixjdummy.cxx. It no longer builds on FreeBSD
	  as it requires linux specific typedefs. All Openh323 code using
	  ixj is protected by HAS_IXJ anyway.

2000-08-10 04:48  craigs

	* src/h323.cxx: Fixed problem with operator precedence causing
	  funny problems with codec selection

2000-08-10 03:37  craigs

	* src/vic/encoder-h261.cxx: Fixed compile problem under Windows

2000-08-07 06:07  dereks

	* openh323.dxx: Add reference to Xlib structures

2000-08-07 05:45  dereks

	* src/vic/: encoder-h261.cxx, encoder-h261.h, p64encoder.cxx,
	  p64encoder.h: Fix memory leak. Better test image generated for
	  when the video device could not be opened.

2000-08-01 13:27  robertj

	* src/h323.cxx: Added more tracing for user input.

2000-08-01 05:24  robertj

	* src/: OpenH323n.dtf, ixjwin32.cxx: Changed enumeration of
	  Quicknet devices to use new technique for future Win2k drives.

2000-07-31 16:08  robertj

	* include/h323.h, samples/simple/main.cxx, samples/simple/main.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx: Added fast start and H.245 tunneling flags to the
	  H323Connection constructor so can    disabled these features in
	  easier manner to overriding virtuals.

2000-07-28 08:29  robertj

	* include/ixjlid.h, src/ixjwin32.cxx: Fixed AEC under Win32 so can
	  be changed from other processes.

2000-07-25 05:03  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added video
	  grab (still not working)

2000-07-25 04:07  robertj

	* src/ixjwin32.cxx: Reduced max range of device numbers as can get
	  some low serial numbers.

2000-07-15 11:56  robertj

	* src/h323.cxx: Changed adding of fake remote capability to after
	  fast start element has been	checked and new parameters (eg
	  frames per packet) has been parsed out of it.

2000-07-15 11:54  robertj

	* src/gkclient.cxx: Fixed problem with having empty or unusable
	  assigned aliases.

2000-07-15 11:50  robertj

	* include/h323pdu.h, src/h323pdu.cxx: Changed adding of Q.931 party
	  numbers to only occur in SETUP.

2000-07-14 16:20  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: More bugs
	  fixed.

2000-07-14 16:12  robertj

	* src/ixjwin32.cxx: Added turning off of VAD which results in 1
	  byte G.723.1 frames that not	  everyone supports yet.

2000-07-14 16:08  robertj

	* src/codecs.cxx: Fixed stream based codec so can support stream
	  "frames" less than maximum specified.

2000-07-14 16:04  robertj

	* src/channels.cxx: Clarified a debug message.

2000-07-14 16:03  robertj

	* src/h323.cxx: Changed fast start connect so if has bad h245
	  address does not clear call.

2000-07-14 14:47  robertj

	* src/channels.cxx: Added clarification to some logging messags.

2000-07-14 14:46  craigs

	* src/h235_exclude.txt: Initial version

2000-07-14 14:38  craigs

	* src/Makefile: Prototype code to remove H.235

2000-07-14 10:59  robertj

	* include/h323neg.h, src/h323neg.cxx: Fixed race condition in
	  closing connection and explicit close logical channel.

2000-07-13 18:07  robertj

	* src/h323.cxx: Fixed ability to receive a H.245 secondary TCP link
	  in a Connect during a fast start.

2000-07-13 18:05  robertj

	* src/channels.cxx: Removed time critical priority as it can
	  totally slag a Win98 system.	Fixed trace message displaying
	  mismatched codecs in RTP packet around the wrong way.

2000-07-13 18:03  robertj

	* src/lid.cxx: Removed transmission of 1 byte repeat CNG frames in
	  G.723.1 as it crashes other peoples stacks.

2000-07-13 14:57  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Yet more fixes

2000-07-13 14:35  robertj

	* src/h323.cxx: Fixed problems with fast start frames per packet
	  adjustment.  Split autoStartVideo so can select receive and
	  transmit independently

2000-07-13 14:33  robertj

	* include/h323.h, src/h323ep.cxx: Split autoStartVideo so can
	  select receive and transmit independently

2000-07-13 14:31  robertj

	* src/h261codec.cxx: Fixed format name output for in band switching
	  H.261

2000-07-13 14:30  robertj

	* src/h323caps.cxx: Fixed problems with fast start frames per
	  packet adjustment.

2000-07-13 14:29  robertj

	* src/h323pdu.cxx: Added some more cause codes on release complete,

2000-07-13 14:25  robertj

	* include/h323caps.h: Fixed problems with fast start frames per
	  packet adjustment.

2000-07-12 15:06  robertj

	* src/h323rtp.cxx: Removed test for sessionID in OLC, just trace a
	  warning instead of abandoning connection.

2000-07-12 12:25  robertj

	* src/: h323caps.cxx, lid.cxx: Renamed all codecs so obvious
	  whether software or hardware.

2000-07-12 12:25  robertj

	* src/ixjwin32.cxx: Added PhoneCARD support on Win9x systems.

2000-07-12 12:20  robertj

	* src/h323pdu.cxx: Fixed incorrect tag code in H.245 ModeChange
	  reject PDU.

2000-07-11 22:09  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Numerous fixes

2000-07-11 21:36  robertj

	* src/h323rtp.cxx: Fixed silenceSuppression field in OLC only to be
	  included on transmitter.

2000-07-11 21:31  robertj

	* src/h323neg.cxx: Fixed possible deadlock under unix when trying
	  to restart running TCS.

2000-07-11 21:30  robertj

	* src/h323ep.cxx: Fixed problem where failure to unregister from
	  gatekeeper prevented new registration.

2000-07-11 21:26  robertj

	* src/gkclient.cxx: Fixed problem with endpoint identifiers from
	  some gatekeepers not being a string, just binary info.

2000-07-11 21:20  robertj

	* include/gkclient.h: Fixed problem with endpoint identifiers from
	  some gatekeepers not being a string, just binary info.

2000-07-11 13:17  robertj

	* src/q931.cxx: Improved trace log display of Q.931 PDU's (correct
	  order and extra IE fields).

2000-07-11 13:15  robertj

	* src/channels.cxx: Fixed bug when terminating RTP receiver and not
	  also terminating transmitter.

2000-07-10 18:16  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Miscellaneous
	  fixes

2000-07-10 18:11  robertj

	* src/transports.cxx: Fixed inclusion of interfaces with no IP
	  address in GK registration.  Fixed possible crash when closing
	  connection during H.245 TCP connect wait.

2000-07-10 18:04  robertj

	* src/: h323neg.cxx, h323.cxx: Added TCS=0 support.  Fixed bug
	  where negotiations hang if not fast start and tunnelled but remot
	  does not tunnel.

2000-07-10 18:01  robertj

	* include/h323caps.h, src/h323caps.cxx: Started fixing capability
	  set merging, still more to do.

2000-07-10 18:00  robertj

	* include/h323neg.h: Added TCS=0 support.  Fixed bug where
	  negotiations hang if not fast start and tunnelled but remot does
	  not tunnel.

2000-07-09 17:57  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Numerous fixes.

2000-07-09 17:24  robertj

	* src/h323.cxx: Removed sending of MSD in Setup PDU, is not to
	  spec.  Added start of TCS if received TCS from other end and have
	  not already started.

2000-07-09 17:23  robertj

	* src/lid.cxx: Changed G.728 not to use Cisco hack. Cisco is just
	  wrong! Fixed output of silence in G.711 so works with any sized
	  frame.

2000-07-09 17:21  robertj

	* src/h323pdu.cxx: Changed reference to the word "field" to be more
	  correct IE or "Information Element" Fixed return value of
	  Q.931/H.225 PDU read so returns TRUE if no H.225 data in the
	  User-User IE. Just flag it as empty and continue processing
	  PDU's.

2000-07-09 16:59  robertj

	* src/h323ep.cxx: Fixed bug if using default transport (no '@') for
	  address when gatekeeper present, used port 1719.

2000-07-09 16:57  robertj

	* src/h323neg.cxx: Fixed bug where don't accept TCS if supplied
	  sequence number is zero.

2000-07-09 16:53  robertj

	* include/q931.h, src/q931.cxx: Added facility IE to facility
	  message.  Changed reference to the word "field" to be more
	  correct IE or "Information Element"

2000-07-08 21:49  craigs

	* src/h323.cxx: Fixed stupidity in handling of fastStart
	  capabilities

2000-07-04 15:00  craigs

	* include/h261codec.h, src/h261codec.cxx, src/h323neg.cxx: Fixed
	  problem with selecting large and small video sizes

2000-07-04 11:00  robertj

	* src/h323.cxx: Added traces for indicating failure of channel
	  establishment due to capability set rules.

2000-07-04 06:14  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx, src/h323neg.cxx:
	  Fixed capability check of "combinations" for fast start cases.

2000-07-04 03:16  robertj

	* include/h323.h, include/h323caps.h, src/h323.cxx,
	  src/h323caps.cxx, src/h323ep.cxx: Added check for capability
	  allowed in "combinations" set, still needs more done yet.

2000-07-03 12:33  craigs

	* src/ixjunix.cxx: Fixed autohook option to work with PhoneCARD

2000-07-03 02:38  robertj

	* src/h323neg.cxx: Fixed deadlock caused by nested mutex waits in
	  negotiated channel closing.

2000-07-02 16:13  craigs

	* src/ixjunix.cxx: Added delay when reading from codec whilst
	  writing stopped

2000-07-02 16:09  craigs

	* src/lid.cxx: Fill uLaw and aLaw silence with 0x80 rather than
	  0x00

2000-07-02 16:08  craigs

	* src/h323caps.cxx: Fixed problem with removing capabilities based
	  on wildcard

2000-06-29 12:59  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Added user interface for sound
	  buffer depth adjustment.

2000-06-29 09:10  robertj

	* src/h323ep.cxx: Fixed incorrect setting of default number of
	  audio buffers on Win32 systems.

2000-06-27 05:46  robertj

	* src/h323neg.cxx: Fixed another possible race condition on logical
	  channel closure.

2000-06-23 04:48  robertj

	* include/h323.h, src/h323ep.cxx: Added ability to adjust sound
	  channel buffer depth, needed increasing under Win32.

2000-06-23 04:04  robertj

	* src/channels.cxx: Increased the priority of the media channels,
	  only relevent for Win32 at this time.

2000-06-22 04:47  craigs

	* include/ixjlid.h: Improved PSTN ring detection

2000-06-22 04:46  craigs

	* src/ixjunix.cxx: Improved ring detection

2000-06-22 01:59  robertj

	* src/h323pdu.cxx: Fixed copy/paste error setting Q.931 display
	  name to incorrect value.

2000-06-21 10:07  robertj

	* include/h323.h, include/h323pdu.h, include/q931.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323pdu.cxx, src/q931.cxx: Added cause/reason to release
	  complete PDU, where relevent.

2000-06-20 14:51  robertj

	* src/ixjwin32.cxx: Changed IXJ driver open so does not change
	  selected line to PSTN.

2000-06-20 05:17  robertj

	* include/gkclient.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/gkclient.cxx: Added function to get name
	  of gatekeeper, subtle difference from getting identifier.

2000-06-20 04:38  robertj

	* samples/simple/main.cxx, src/h323ep.cxx, src/transports.cxx:
	  Changed H323TransportAddress to default to IP.

2000-06-20 04:22  robertj

	* src/ixjwin32.cxx: Fixed NT version so can still use serial number
	  to open device.

2000-06-19 02:32  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Changed functionf or adding all
	  lid capabilities to not assume it is to an endpoint.

2000-06-19 02:31  robertj

	* src/ixjwin32.cxx: Changed NT device name to be a bit more user
	  friendly.

2000-06-17 11:34  robertj

	* include/ixjlid.h: Put back variables mistakenly thought to be
	  Linux specific.

2000-06-17 11:14  robertj

	* src/h323.cxx: Moved sending of DRQ to after release complete to
	  be closer to spec, thanks Thien Nguyen

2000-06-17 11:13  robertj

	* src/h323ep.cxx: Removed redundent line of code, thanks David
	  Iodice.

2000-06-17 06:11  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Fixed problem with potential
	  codec startup problem in Linux IXJ driver Moved Linux specific
	  variables to Linux specific section

2000-06-15 03:46  robertj

	* include/channels.h, src/OpenH323n.dtf, src/channels.cxx: Added
	  channel pause (aka mute) functions.

2000-06-10 11:21  rogerh

	* src/h261codec.cxx: Make GetFormatName return H.261 QCIF or H.261
	  CIF

2000-06-10 11:11  rogerh

	* ReadMe.txt: Change text to relect that simph323 is now built in
	  the samples directory rather than ohphone. Also add a common BSD
	  unix make/gmake error.

2000-06-10 04:03  robertj

	* include/h323.h: Fixed typo in comment

2000-06-08 04:33  robertj

	* src/ixjwin32.cxx: Fixed detection of correct xJack card type
	  under NT.  Added ability to use just "0" or "1" instead of
	  "\\.\QTJackDevice0" as device name.

2000-06-07 07:47  robertj

	* include/h323.h, include/transports.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323ep.cxx, src/h323pdu.cxx,
	  src/transports.cxx: Added call forwarding.

2000-06-06 08:01  craigs

	* src/Makefile: Added Linux version of VPB API

2000-06-05 11:31  robertj

	* src/Makefile: Removed copy and paste error adding gsm_decode.c
	  twice.

2000-06-05 09:06  robertj

	* src/Makefile: Added LPC-10 codec.

2000-06-05 08:33  robertj

	* include/h323.h, src/h323.cxx: Fixed problem with roud trip time
	  statistic not being calculated if constant traffic.

2000-06-05 06:45  robertj

	* OpenH323Lib.dsp, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/Private.def: Added LPC-10 2400bps codec

2000-06-03 05:16  robertj

	* src/h323.cxx, src/h323caps.cxx, src/h323ep.cxx, src/h323neg.cxx,
	  include/h323caps.h: Fixed using the wrong capability table
	  (should be connections) for some operations.

2000-06-01 09:52  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Changed some LID capability code
	  back again so does not unneedfully break existing API.

2000-05-30 12:35  robertj

	* src/rtp.cxx: Fixed GNU compiler warning.

2000-05-30 12:19  robertj

	* include/lid.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/lid.cxx: Added function to add
	  capabilities given a LID.  Improved LID capabilities so cannot
	  create one that is not explicitly supported.

2000-05-30 08:53  robertj

	* src/h323caps.cxx: Fixed bug where capability numbers in duplicate
	  table are not identical (should be!).

2000-05-30 08:53  robertj

	* src/jitter.cxx: Fixed bug where jitter buffer needs to be
	  restarted, eg Cisco double use of session.

2000-05-30 08:52  robertj

	* src/rtp.cxx: Fixed problem with Cisco restarting sequence numbers
	  when changing H.323 logical channels.

2000-05-29 03:56  craigs

	* src/ixjunix.cxx: Added timeout on WriteFrame to help avoid
	  lockups

2000-05-27 04:25  robertj

	* OpenH323dll.dsp: Fixed case significance problem in .mak file
	  generation.

2000-05-26 04:15  robertj

	* OpenH323.mak: New directory structure and samples

2000-05-25 13:54  robertj

	* src/OpenH323d.dtf: no message

2000-05-25 10:42  craigs

	* src/ixjunix.cxx: Added detection of bugus get_rec_vol in ixj
	  driver

2000-05-25 06:26  robertj

	* ReadMe.txt: Fixed typo

2000-05-25 04:26  robertj

	* include/jitter.h, src/jitter.cxx: Added ignore of marker bits on
	  broken clients that sets it on every RTP packet.

2000-05-25 04:23  robertj

	* src/: OpenH323n.dtf, OpenH323d.dtf, OpenH323.dtf, ixjwin32.cxx:
	  Added calls to get volume settings

2000-05-25 03:59  robertj

	* src/h323pdu.cxx: Fixed bugs in calculation of GlLobally Uniqie ID
	  according to DCE/H.225 rules.

2000-05-25 02:35  robertj

	* src/jitter.cxx: Fixed rare crashing bug in jitter buffer caused
	  by our of order packet.

2000-05-25 02:34  robertj

	* src/h323ep.cxx: Changed default tos on Unix platforms to avoid
	  needing to be root.

2000-05-24 14:44  craigs

	* src/ixjunix.cxx: Fixed compile warnings

2000-05-24 08:43  craigs

	* src/: ixjunix.cxx, lid.cxx: Added routines to get xJack volume
	  Fixed problem with receiving G>723.1 NULL frames

2000-05-24 08:42  craigs

	* include/: ixjlid.h, lid.h: Added calls to get volume settings

2000-05-23 14:57  robertj

	* include/h323.h, include/rtp.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323ep.cxx,
	  src/h323rtp.cxx, src/rtp.cxx: Added ability to change IP Type Of
	  Service code from applications.

2000-05-23 13:32  robertj

	* include/h323.h, include/h323caps.h, include/h323pdu.h,
	  samples/simple/main.cxx, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323caps.cxx,
	  src/h323ep.cxx, src/h323neg.cxx, src/h323pdu.cxx: Rewrite of
	  capability table to combine 2 structures into one and move
	  functionality into that class    allowing some normalisation of
	  usage across several applications.  Changed H323Connection so
	  gets a copy of capabilities instead of using endponts, allows
	  adjustments	 to be done depending on the remote client
	  application.

2000-05-23 07:53  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Generated .dbg file for DLL

2000-05-23 04:38  robertj

	* src/transports.cxx: Shortened the linger onTCP close to 3
	  seconds, should be adequate for lst end session transmit.

2000-05-22 16:26  craigs

	* src/ixjunix.cxx: Added read/write interlock to avoid codec lockup
	  due to writing whilst read not enabled Added select before write
	  to avoid EINTR under debugger

2000-05-22 09:32  craigs

	* include/h323neg.h, src/h323neg.cxx: Fixed problem with ohphone
	  silence detection hanging

2000-05-22 07:21  robertj

	* include/transports.h, src/h323.cxx, src/transports.cxx: Fixed
	  race condition where controlChannel variable could be used before
	  set.

2000-05-18 14:12  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf: Added access
	  functions for silence detection.

2000-05-18 14:10  robertj

	* src/channels.cxx: Removed all Sleep() calls in codec as timing
	  innacuracies make it unusable. All	codec implementations must
	  thus have timing built into them, usually using I/O.

2000-05-18 13:53  robertj

	* openh323.dxx, include/channels.h, include/gkclient.h,
	  include/h261codec.h, include/h323.h, include/h323caps.h,
	  include/h323rtp.h, include/q931.h, include/rtp.h,
	  include/transports.h, include/x224.h: Changes to support doc++
	  documentation generation.

2000-05-18 04:28  craigs

	* src/ixjunix.cxx: Removed possibly dangerous checkes for
	  uninitialised return values from ixj driver

2000-05-16 10:14  robertj

	* src/h323.cxx: Added function to find channel by session ID,
	  supporting H323Connection::FindChannel() with mutex.	Added
	  function to get a logical channel by channel number.

2000-05-16 10:13  robertj

	* include/h323neg.h, src/h323neg.cxx: Added function to find
	  channel by session ID, supporting H323Connection::FindChannel()
	  with mutex.

2000-05-16 10:12  robertj

	* include/h323.h: Added documentation for FindChannel() function.
	  Added function to get a logical channel by channel number.

2000-05-16 09:38  robertj

	* src/h323ep.cxx: Added extra debug info indicating sound channel
	  buffer size.

2000-05-16 09:37  robertj

	* src/jitter.cxx: Initialised preBuffering flag just in case sender
	  does not set RTP marker bit.

2000-05-16 04:06  craigs

	* include/h323.h, src/h323.cxx: Added access functions for
	  particular sessions

2000-05-16 04:04  craigs

	* include/codecs.h, src/codecs.cxx: Added access functions for
	  silence compression mode

2000-05-15 15:50  robertj

	* src/Makefile: Added dummy code for Quicknet xJack interface on
	  platforms that do not yet have drivers.

2000-05-15 10:38  robertj

	* src/ixjwin32.cxx: Changed LineJACK PSTN check so is initiated
	  only if state unknown.

2000-05-15 10:38  robertj

	* src/h323pdu.cxx: Removed addition of calling/called party number
	  field in Q.931 if there isn't one.

2000-05-12 02:27  robertj

	* src/rtp.cxx: Fixed bug in UseSession() that caused asserts on BSD
	  and possible race condition everywhere.

2000-05-12 02:10  robertj

	* samples/simple/simple.dsp: Moved OhPhone out of OpenH323 source
	  tree.

2000-05-12 01:54  craigs

	* src/channels.cxx: Fixed the Windows fix with another Linux fix.
	  But it worked OK on the Alpha!

2000-05-11 12:01  robertj

	* OpenH323.dsw: Moved OhPhone out of OpenH323 source tree.

2000-05-11 12:00  robertj

	* samples/simple/: precompile.cxx, simple.dsp, simple.dsw,
	  simple.mak: Win32 compilation

2000-05-11 12:00  robertj

	* samples/simple/main.cxx: Fixed setting and resetting of current
	  call token variable.

2000-05-11 11:57  robertj

	* src/libver.rc: Moved OhPhone out of OpenH323 source tree.

2000-05-11 11:56  robertj

	* src/channels.cxx: Win32 compatibility and addition of some extra
	  debugging on codec timing.

2000-05-11 06:19  robertj

	* src/h323neg.cxx: Fixed typo

2000-05-11 06:16  robertj

	* include/h323neg.h, src/h323neg.cxx: Fixed missing timeout (and
	  typo!) in bidirectional open logical channel.

2000-05-11 06:06  robertj

	* samples/simple/.cvsignore: Simpel sample application

2000-05-11 06:05  robertj

	* samples/simple/: Makefile, main.cxx, main.h: Simple sample
	  program.

2000-05-11 05:48  craigs

	* src/h323ep.cxx: Moved SetBuffer command to fix audio delay

2000-05-11 05:47  craigs

	* src/lid.cxx: Added extra debugging

2000-05-11 04:57  robertj

	* samples/mfc/.cvsignore: New sample application for MFC users.

2000-05-11 04:35  robertj

	* samples/mfc/: StdAfx.cpp, StdAfx.h, mfc.cpp, mfc.dsp, mfc.dsw,
	  mfc.h, mfc.rc, mfcDlg.cpp, mfcDlg.h, mfcEndPoint.cpp,
	  mfcEndPoint.h, resource.h, res/mfc.ico, res/mfc.rc2: New sample
	  application for MFC users.

2000-05-11 04:27  robertj

	* src/channels.cxx: Added "fail safe" timer sleep on codec writes
	  when on output of jitter buffer.

2000-05-11 04:27  robertj

	* src/Makefile: Removed "sample" directory and added
	  "samples/simple" for demo app.

2000-05-10 07:14  robertj

	* src/transports.cxx: Fixed memory leak when doing GK discovery.

2000-05-10 06:05  robertj

	* include/h261codec.h, include/h323caps.h, include/lid.h,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h261codec.cxx, src/h323caps.cxx, src/lid.cxx: Changed
	  capabilities so has a function to get name of codec, instead of
	  relying on PrintOn.

2000-05-09 14:19  robertj

	* include/h323.h, include/q931.h, src/OpenH323.dtf,
	  src/OpenH323d.dtf, src/OpenH323n.dtf, src/h323.cxx,
	  src/h323pdu.cxx, src/q931.cxx: Added ability to get and set
	  "distinctive ring" Q.931 functionality.

2000-05-09 14:14  robertj

	* src/gkclient.cxx: Added adjustment of endpoints alias list as
	  approved by gatekeeper.

2000-05-09 10:52  robertj

	* include/gkclient.h, src/gkclient.cxx: Added support for
	  preGrantedARQ fields on registration.

2000-05-09 06:12  robertj

	* src/h323.cxx: Changed fast start to offer multiple codecs instead
	  of only the preferred one.

2000-05-08 16:32  robertj

	* src/h323.cxx: Fixed GNU compiler compatibility problems.

2000-05-08 16:07  robertj

	* include/h323.h, include/h323pdu.h, include/q931.h,
	  include/transports.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx, src/h323pdu.cxx, src/q931.cxx,
	  src/transports.cxx: Improved the provision and detection of
	  calling and caller numbers, aliases and hostnames.

2000-05-08 16:05  robertj

	* src/jitter.cxx: Increased log level of big jitter debug output to
	  level 5.

2000-05-08 07:05  robertj

	* include/h323pdu.h, src/h323neg.cxx, src/h323pdu.cxx: Fixed bug in
	  H.245 close logical channel timeout, thanks XuPeili.

2000-05-06 04:17  robertj

	* include/q931.h, src/q931.cxx: Changed the new CallingPartyNumber
	  code so defaults for octet3a are application dependent.

2000-05-05 07:05  robertj

	* src/h323.cxx: Removed warning in GNU compiles.

2000-05-05 06:37  robertj

	* src/transports.cxx: Changed TCP transmit of PDU to not use Nagle
	  algorithm delay, this gives	  a significant performance benefit
	  for packet based stuff on stream based TCP.

2000-05-05 06:35  robertj

	* src/h323neg.cxx: Changed where the system timer is sampled to
	  minimise overhead in round trip delay calculation.

2000-05-05 04:54  robertj

	* src/jitter.cxx: Fixed memory leak just introduced in jitter
	  buffer.

2000-05-05 02:55  robertj

	* src/: OpenH323d.dtf, OpenH323n.dtf: Added presentation and
	  screening fields to Calling Party Number field, thanks Dean
	  Anderson.

2000-05-05 02:49  robertj

	* src/OpenH323.dtf: Added presentation and screening fields to
	  Calling Party Number field, thanks Dean Anderson.

2000-05-05 02:44  robertj

	* include/q931.h, src/q931.cxx: Added presentation and screening
	  fields to Calling Party Number field, thanks Dean Anderson.

2000-05-04 14:56  robertj

	* src/lid.cxx: Fixed GNU warning.

2000-05-04 13:52  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, OpenH323n.dtf, channels.cxx,
	  codecs.cxx, jitter.cxx, lid.cxx, rtp.cxx: Added Packets Too Late
	  statistics, requiring major rearrangement of jitter	 buffer
	  code, not also changes semantics of codec Write() function
	  slightly.

2000-05-04 13:49  robertj

	* include/: jitter.h, rtp.h: Added Packets Too Late statistics,
	  requiring major rearrangement of jitter buffer code.

2000-05-04 12:43  robertj

	* src/gkclient.cxx: Fixed problem with still trying to RRQ if got a
	  GRJ.

2000-05-04 04:55  robertj

	* OpenH323Lib.dsp, OpenH323dll.dsp: Removed confusing extra include
	  directory for openh323 from project files.

2000-05-02 06:32  robertj

	* include/channels.h, include/codecs.h, include/gkclient.h,
	  include/h261codec.h, include/h323.h, include/h323caps.h,
	  include/h323neg.h, include/h323pdu.h, include/h323rtp.h,
	  include/ixjlid.h, include/jitter.h, include/lid.h,
	  include/q931.h, include/rtp.h, include/transports.h,
	  include/vpblid.h, include/x224.h, src/Makefile, src/channels.cxx,
	  src/codecs.cxx, src/dllmain.cxx, src/gkclient.cxx,
	  src/h261codec.cxx, src/h323.cxx, src/h323caps.cxx,
	  src/h323ep.cxx, src/h323neg.cxx, src/h323pdu.cxx,
	  src/h323rtp.cxx, src/ixjunix.cxx, src/ixjwin32.cxx,
	  src/jitter.cxx, src/libver.rc, src/lid.cxx, src/precompile.cxx,
	  src/q931.cxx, src/rtp.cxx, src/transports.cxx, src/vpblid.cxx,
	  src/x224.cxx: Fixed copyright notice comment.

2000-05-01 15:00  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323ep.cxx: Changed SetCapability() to
	  append capabilities to TCS, helps with assuring no gaps in set.

2000-05-01 11:11  robertj

	* src/jitter.cxx: Fixed removal of analysis code on No Trace
	  version.

2000-05-01 08:56  robertj

	* src/OpenH323n.dtf: Improved the RTCP messages, epecially reports

2000-05-01 08:04  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf, jitter.cxx: More jitter buffer
	  debugging.

2000-05-01 03:01  robertj

	* include/rtp.h, src/channels.cxx, src/rtp.cxx: Added flag for what
	  to do with out of orer packets (use if jitter, don't if not).

2000-04-30 06:00  robertj

	* src/ixjwin32.cxx: Changed determination of frame size to use
	  driver ioctl for PCM, uLAw and ALaw.

2000-04-30 05:58  robertj

	* src/h323ep.cxx: Changed PSoundChannel to be only double
	  bufferred, this is all that is needed with jitter bufferring.

2000-04-30 05:57  robertj

	* src/lid.cxx: Added PTRACE of read/write frame sizes required by
	  LID.

2000-04-30 05:56  robertj

	* include/jitter.h: More instrumentation to analyse jitter buffer
	  operation.

2000-04-30 05:55  robertj

	* src/rtp.cxx, include/rtp.h: Improved the RTCP messages, epecially
	  reports

2000-04-30 05:54  robertj

	* src/: OpenH323n.dtf, Private.def, OpenH323d.dtf, OpenH323.dtf:
	  Changed DLL symbol merging to use PTLib.dtf file, searchin
	  include path.  Improved the RTCP messages, epecially reports

2000-04-30 05:52  robertj

	* OpenH323dll.dsp: Changed DLL symbol merging to use PTLib.dtf
	  file, searchin include path.

2000-04-29 05:01  robertj

	* src/h261codec.cxx: Fixed bug in receive of H261 capability,
	  setting cif & qcif variables correctly.

2000-04-28 15:01  robertj

	* src/: channels.cxx, h323.cxx: Fixed problem with adjusting tx/rx
	  frame counts in capabilities during fast start.

2000-04-28 14:58  robertj

	* src/codecs.cxx: Changed silence detection code so does not PTRACE
	  unless threshold actually changes.

2000-04-28 14:56  robertj

	* src/rtp.cxx: Fixed transmission of SDES record in RTCP channel.

2000-04-28 09:00  robertj

	* src/ixjwin32.cxx: Fixed race condition causing RTP send thread to
	  randomly shut down.

2000-04-27 04:52  robertj

	* src/gkclient.cxx: Added keepAlive field to RRQ if already
	  registered,

2000-04-26 05:01  robertj

	* src/Makefile: Changed lib filename generation to use the version
	  file for sample app.

2000-04-26 03:07  robertj

	* src/Makefile: Removed tarfile creation target, this is done
	  differently now.

2000-04-26 00:32  robertj

	* src/libver.rc: Redesigned version number system to have single
	  file to change on releases.

2000-04-25 16:34  robertj

	* OpenH323dll.dsp: Redesigned version number system to have single
	  file to change on releases.

2000-04-25 10:30  robertj

	* OpenH323.mak: More fixes for new directory structure

2000-04-25 03:31  robertj

	* OpenH323.mak: Removed subdirectory builds after reorganisation.

2000-04-25 01:47  robertj

	* src/h323neg.cxx: Fixed bug in master/slave negotiator for if have
	  "in sync" random number generators, thanks Shawn Sincoski.

2000-04-19 04:07  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Misc.

2000-04-19 04:04  robertj

	* src/lid.cxx: BeOS port changes.

2000-04-19 03:59  robertj

	* src/transports.cxx: Improved some debugging messages.  Added code
	  to restore transport state if gatekeeper discovery fails.

2000-04-19 03:57  robertj

	* src/ixjwin32.cxx: Added mixer code to get volume control support
	  on LineJACK;s.  Attempt to prevent getting very occassional
	  ReadFrame() failure causing tx channel stop.

2000-04-19 03:50  robertj

	* src/rtp.cxx: Improved debugging messages.

2000-04-19 01:10  robertj

	* src/h323.cxx: Fixed bug where fast starts two video recievers
	  instread of receiver and transmitter.

2000-04-18 13:36  robertj

	* src/x224.cxx: Fixed bug in setting data compont size in X224
	  packet, thanks Wolfgang Platzer

2000-04-18 03:07  craigs

	* src/Makefile: Fixed problem with compiling on machines without
	  telephony files

2000-04-17 09:25  craigs

	* src/ixjunix.cxx: Fixed problems with incorrect caller ID parsing,
	  and ensured that caller ID is cleared after every call

2000-04-17 02:58  craigs

	* src/ixjunix.cxx: Added support for latest Quicknet driver with
	  caller ID transmission

2000-04-14 23:08  robertj

	* include/h323.h, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/h323.cxx: Work around for compatibility problem wth broken
	  Altigen AltaServ-IG PBX.

2000-04-14 22:11  robertj

	* include/codecs.h: Removed redundent member variable from
	  H323FramedAudioCodec.

2000-04-14 22:01  robertj

	* include/h323.h, src/OpenH323.dtf, src/OpenH323d.dtf,
	  src/OpenH323n.dtf, src/h323.cxx: Added function to get remote
	  endpoints application name.

2000-04-14 21:59  robertj

	* OpenH323dll.dsp: Added missing dependcy on static library for no
	  trace version.

2000-04-14 19:32  robertj

	* src/transports.cxx: Changed transport to return some error number
	  when getting malformed TPKT.

2000-04-14 19:31  robertj

	* src/h323.cxx: Fixed bug where checking the error code on the
	  wrong channel. Caused hang ups.

2000-04-14 19:29  robertj

	* src/h323pdu.cxx: Fixed display of error message on timeout when
	  timeouts are not errors.

2000-04-14 19:27  robertj

	* src/: OpenH323.dtf, OpenH323d.dtf: Fixed problem with error
	  reporting from LID hardware.

2000-04-14 19:18  robertj

	* src/lid.cxx, include/lid.h: Fixed problem with error reporting
	  from LID hardware.

2000-04-14 01:09  craigs

	* include/ixjlid.h: Fixed problem with callerId on some systems

2000-04-14 01:08  craigs

	* src/ixjunix.cxx: Fixed problems with callerId not compiling on
	  all systems

2000-04-13 20:59  robertj

	* ReadMe.txt: Added build instructions.

2000-04-13 20:08  robertj

	* OpenH323dll.dsp, src/Private.def, src/h323.cxx: Fixed error in
	  SendUserInput() check for value string, previous change was
	  seriously broken.

2000-04-13 20:07  robertj

	* src/rtp.cxx: Fixed missing mutex release causing possible
	  deadlocks.

2000-04-13 02:01  robertj

	* OpenH323.dsw, OpenH323Lib.dsp, OpenH323dll.dsp, src/.cvsignore,
	  src/OpenH323.dtf, src/OpenH323d.dtf, src/OpenH323n.dtf,
	  src/Private.def, src/dllmain.cxx: Added ability to create DLL
	  version of library.

2000-04-13 01:56  robertj

	* src/ixjwin32.cxx, include/QTIoctl.h: Fixed detection of PCI
	  PhoneJACK on NT.

2000-04-12 23:22  robertj

	* src/gkclient.cxx: Fixed warning in No Trace mode.

2000-04-11 22:07  robertj

	* src/h323.cxx: Added missing trace strings for new call end
	  reasons on gatekeeper denied calls.

2000-04-11 06:02  robertj

	* include/h323.h, src/h323.cxx, src/h323ep.cxx: Improved call
	  initiation with gatekeeper, no longer require @address as    will
	  default to gk alias if no @ and registered with gk.  Added new
	  call end reasons for gatekeeper denied calls.

2000-04-11 06:00  robertj

	* src/gkclient.cxx: Filled in destCallSignallingAddress if
	  specified by caller, used for gateway permissions.

2000-04-11 05:57  robertj

	* src/transports.cxx: Fixed uninitialised variabel giving random
	  port numbers for some PDU's (rare).

2000-04-11 05:11  robertj

	* src/gkclient.cxx: Added ability to reject reason on gatekeeper
	  requests.

2000-04-11 05:10  robertj

	* include/gkclient.h: Added ability to reject reason on gatekeeper
	  requests.  Added ability to get the transport being used to talk
	  to the gatekeeper.

2000-04-10 23:23  robertj

	* src/ixjunix.cxx: Removed "return" that disabled the dynamic
	  changing of AEC levels.

2000-04-10 22:39  robertj

	* src/h323pdu.cxx, include/h323pdu.h: Added support for more
	  sophisticated DTMF and hook flash user indication.  Added
	  function to extract E164 address from Q.931/H.225 PDU.

2000-04-10 22:37  robertj

	* src/: h323.cxx, h323ep.cxx: Added support for more sophisticated
	  DTMF and hook flash user indication.

2000-04-10 22:02  robertj

	* include/h323.h: Added support for more sophisticated DTMF and
	  hook flash user indication.

2000-04-10 21:45  robertj

	* src/channels.cxx: Changed RTP data receive tp be more forgiving,
	  will process packet even if payload type is wrong.

2000-04-10 20:55  robertj

	* src/jitter.cxx: Changed RTP data receive tp be more forgiving,
	  will process packet even if payload type is wrong.

2000-04-10 20:52  robertj

	* src/codecs.cxx: Improved "bootstrap" of silence detection
	  algorithm.

2000-04-10 19:50  robertj

	* src/h323neg.cxx, include/h323neg.h: Fixed yet another race
	  condition needing mutex in logical channels management class.

2000-04-10 19:44  robertj

	* include/lid.h, src/lid.cxx: Added higher level "DialOut" function
	  for PSTN lines.  Added hook flash function.

2000-04-10 19:41  robertj

	* src/transports.cxx: Changed transport address so does not do
	  reverse DNS lookup, can really slow things down on some systems.

2000-04-10 19:39  robertj

	* include/rtp.h, src/rtp.cxx: Fixed debug output of RTP payload
	  types to allow for unknown numbers.

2000-04-10 19:37  robertj

	* include/gkclient.h: Added access function to get the gatekeeper
	  identification string.

2000-04-06 22:36  robertj

	* include/ixjlid.h, src/ixjwin32.cxx: Fixed some LineJACK
	  compatbility problems (eg DTMF detect stopping).

2000-04-06 21:37  craigs

	* include/ixjlid.h: Normalised bask to HAS_IXJ

2000-04-06 21:29  craigs

	* include/ixjlid.h, src/ixjunix.cxx: Removed all vestiges of the
	  old IXJ driver

2000-04-06 19:50  craigs

	* src/Makefile: Removed ixjuser.h

2000-04-06 19:50  robertj

	* include/h323.h, src/h323.cxx, src/h323ep.cxx: Added auto-start
	  (including fast start) of video channels, selectable via boolean
	  on the endpoint.

2000-04-06 19:49  craigs

	* include/ixjlid.h: Removed LINUX_TELEPHONY. Again.

2000-04-05 22:55  robertj

	* src/ixjwin32.cxx: Added caller ID send, and fixed receive for
	  multiple fields.

2000-04-05 22:55  robertj

	* .cvsignore: Added plg file.

2000-04-05 21:01  robertj

	* include/h323caps.h, src/h323caps.cxx: Added function so can
	  change desired transmit packet size.

2000-04-05 20:25  robertj

	* src/ixjunix.cxx: Changed caller ID code for better portability.

2000-04-05 20:15  craigs

	* src/ixjunix.cxx: Added locks to prevent problems with codec
	  lockup during fast start

2000-04-05 20:04  robertj

	* include/ixjlid.h, include/lid.h, src/ixjwin32.cxx, src/lid.cxx:
	  Changed caller ID code for better portability.

2000-04-05 18:28  craigs

	* include/ixjlid.h: Added caller ID function

2000-04-05 18:27  craigs

	* src/Makefile: Fixed problem with Linux makefile

2000-04-05 18:27  craigs

	* src/ixjunix.cxx: Added caller ID transmission, and started proper
	  ring detection etc

2000-04-05 06:09  robertj

	* src/ixjunix.cxx: Removed PCM as valid codec type.

2000-04-05 06:09  robertj

	* src/rtp.cxx: Fixed portability problem with max() macro.

2000-04-05 05:17  robertj

	* include/h323.h, include/h323neg.h, include/h323rtp.h,
	  include/rtp.h, src/h323.cxx, src/h323ep.cxx, src/h323neg.cxx,
	  src/h323rtp.cxx, src/rtp.cxx: Added more RTP statistics gathering
	  and H.245 round trip delay calculation.

2000-04-04 10:22  rogerh

	* src/ixjunix.cxx: Wrap GetPayloadTypes() in #ifdef LINUX_TELEPHONY

2000-04-04 03:34  craigs

	* src/ixjunix.cxx: Added better detection of open errors Fixed
	  problem with PlayTone

2000-04-04 01:54  robertj

	* src/Makefile: Added missing H.235 dependency.

2000-04-03 21:25  robertj

	* src/lid.cxx: Optimised G.711 codec to read/write larger chunks of
	  data.

2000-04-03 20:15  robertj

	* src/rtp.cxx: Added "fractional" part of RTCP status NTP timestamp
	  field.

2000-03-31 22:10  robertj

	* src/jitter.cxx: Fixed problem with insufficient jitter buffer
	  frames being allocated.  Fixed "center in frame" change in
	  previous version.

2000-03-31 22:04  robertj

	* src/channels.cxx: Fixed log message for start/end of transmitted
	  talk burst.

2000-03-31 21:50  robertj

	* src/lid.cxx: Fixed receiver loop being able to deal with RTP
	  packets smaller than expected.

2000-03-31 01:10  robertj

	* include/: codecs.h, h261codec.h, lid.h: Fixed error in comments
	  regarding GetFramerate() function.

2000-03-30 21:33  robertj

	* src/ixjunix.cxx: Added function to get available codecs from
	  driver.  Fixed name strings for various card types.

2000-03-30 21:32  robertj

	* src/lid.cxx: Added swab function which seems to be missing on
	  Linux.

2000-03-30 03:57  robertj

	* src/lid.cxx: Added hacks so G.728 works with (I think) broken
	  cisco gateways.

2000-03-30 03:55  robertj

	* src/ixjwin32.cxx: Added function so silence detection can work on
	  xJack internetl codecs.  Fixed length of G.728 codec frames

2000-03-29 23:01  robertj

	* src/lid.cxx: Changed codec to use number of frames rather than
	  number of bytes.  Added function on LID to get available codecs.
	  Fixed codec table for G.729 codec

2000-03-29 22:59  robertj

	* src/ixjwin32.cxx: Added function on LID to get available codecs.
	  Improved consistency in "device name".  Fixed codec table for
	  G.729 codec Fixed lockup bug with tone/codec interaction.

2000-03-29 22:54  robertj

	* include/lid.h: Added function on LID to get available codecs.
	  Changed codec to use number of frames rather than number of
	  bytes.

2000-03-29 22:46  robertj

	* include/ixjlid.h: Added function on LID to get available codecs.

2000-03-29 06:42  robertj

	* src/: h323.cxx, h323pdu.cxx: Improved some trace logging
	  messages.

2000-03-29 06:36  robertj

	* src/channels.cxx: Improved some trace logging messages.

2000-03-29 06:32  robertj

	* include/h323.h: Improved some trace logging messages.

2000-03-29 04:35  robertj

	* OpenH323.dsw: Rename of Voxilla to OhPhone

2000-03-29 04:12  robertj

	* include/h323.h, src/gkclient.cxx, src/h323.cxx, src/h323ep.cxx,
	  src/h323neg.cxx, src/transports.cxx: Changed TerminationReason to
	  CallEndReason to use correct telephony nomenclature.	Added
	  CallEndReason for capability exchange failure.

2000-03-28 07:24  craigs

	* src/ixjunix.cxx: Fixed problem with country code

2000-03-28 07:22  robertj

	* src/lid.cxx: Fixed translation of text country code to numeric
	  code.

2000-03-28 06:02  craigs

	* src/ixjunix.cxx: Added code to stop codecs when PSTN line goes
	  onhook

2000-03-28 05:47  craigs

	* include/ixjlid.h: Added stuff to stop tone playing from going
	  wrong

2000-03-28 05:42  craigs

	* src/ixjunix.cxx: Added extra stuff to try and make tones work
	  properly

2000-03-28 00:43  robertj

	* src/h323.cxx: Fixed possible write to closed channel on shutdown
	  when control channel separate.

2000-03-25 03:19  robertj

	* include/h323neg.h, src/h323neg.cxx: Fixed missing mutex call in
	  some logical channels structure access.

2000-03-25 03:03  robertj

	* include/h323.h, src/h323ep.cxx: Added default transport for
	  gatekeeper to be UDP.

2000-03-25 03:00  robertj

	* include/h323pdu.h, src/h323pdu.cxx, src/h323.cxx,
	  src/transports.cxx: Added adjustable caller name on connection by
	  connection basis.

2000-03-24 04:17  robertj

	* src/Makefile: Directory restructuring.

2000-03-24 02:23  robertj

	* OpenH323.dsw, OpenH323Lib.dsp, src/h261codec.cxx: Directory
	  reorganisation.

2000-03-24 00:36  robertj

	* include/lid.h, src/lid.cxx: Added more calling tone detection
	  functionality.

2000-03-23 04:08  robertj

	* src/jitter.cxx: Changed jitter buffer so asumes output double
	  buffering and centers output in time frames.

2000-03-23 04:00  robertj

	* src/codecs.cxx: Changed framed codec so only writes max of
	  bytesPerFrame regardless of length.

2000-03-23 03:54  robertj

	* src/rtp.cxx, include/rtp.h: Added sending of SDES control
	  packets.

2000-03-23 03:48  robertj

	* src/ixjwin32.cxx: Added calling tone detection code.

2000-03-23 03:44  robertj

	* include/h323.h, src/gkclient.cxx, src/h323ep.cxx: Changed
	  ClearAllCalls() so will wait for calls to be closed (usefull in
	  endpoint dtors).

2000-03-23 03:43  robertj

	* include/lid.h: Fixed default DTMF timing.

2000-03-22 18:18  robertj

	* include/: ixjlid.h, lid.h: Changed default DTMF tone string
	  times.

2000-03-22 02:31  robertj

	* src/channels.cxx: Fixed transmitter loop so codec can return
	  multiple frames (crash in G.711 mode)

2000-03-22 02:30  robertj

	* src/h323.cxx: Fixed race condition in accelerated start (Cisco
	  compatibility).

2000-03-22 02:29  robertj

	* src/h323caps.cxx: Fixed default "frame" size for audio codecs,
	  caused crash using G.711

2000-03-22 00:17  robertj

	* src/gkclient.cxx: Changed GK client so does not fill in
	  destCallSignalAddress on outgoing call.

2000-03-21 04:58  robertj

	* src/channels.cxx: Fixed stuffed up RTP transmit loop after
	  previous change.

2000-03-21 04:23  craigs

	* src/ixjunix.cxx: Added GetLineCount function

2000-03-21 04:06  robertj

	* include/codecs.h, include/h261codec.h, include/h323caps.h,
	  include/lid.h, src/channels.cxx, src/h261codec.cxx,
	  src/h323caps.cxx, src/jitter.cxx, src/lid.cxx: Changes to make
	  RTP TX of exact numbers of frames in some codecs.

2000-03-21 02:43  robertj

	* src/h323.cxx: Fixed (faint) race condition when starting separate
	  H.245 channel.

2000-03-21 02:22  robertj

	* include/h323pdu.h: Fixed incorrect call reference code being used
	  in originated call.

2000-03-21 02:07  robertj

	* include/q931.h, src/h323.cxx, src/h323pdu.cxx, src/q931.cxx:
	  Fixed incorrect call reference code being used in originated
	  call.

2000-03-20 21:59  robertj

	* src/channels.cxx: Fixed possible buffer overrun problem in
	  RTP_DataFrames

2000-03-20 21:53  robertj

	* src/rtp.cxx, include/rtp.h: Fixed problem with being able to
	  reopen for reading an RTP_Session (Cisco compatibilty)

2000-03-20 21:51  robertj

	* include/jitter.h, src/jitter.cxx: Fixed possible buffer overrun
	  problem in RTP_DataFrames

2000-03-17 21:59  robertj

	* src/ixjwin32.cxx: Fixed line count to be xJACK card dependent.
	  Added support for more xJACK card types.

2000-03-17 21:58  robertj

	* include/ixjlid.h: Fixed line count to be xJACK card dependent.

2000-03-14 12:20  rogerh

	* include/ixjlid.h, src/Makefile: Compile the ixj code on FreeBSD.
	  This is needed for openphone support.

2000-03-09 10:26  rogerh

	* src/vic/videoframe.h: Fix incorrect inline statement

2000-03-08 19:17  rogerh

	* src/vic/grabber.h: Add OpenBSD support for the BSD frame grabber
	  driver

2000-03-08 01:25  robertj

	* src/ixjunix.cxx: Fixed correct setting of country DAA codes from
	  T35 country code.

2000-03-07 14:54  robertj

	* src/h323.cxx: Fixed assert when cancelling call during TCP
	  connect, thanks Yura Ershov.

2000-03-04 13:32  robertj

	* src/rtp.cxx: Added setting of TOS field in IP header to get poor
	  mans QoS on some routers.

2000-03-03 13:20  robertj

	* src/Makefile: Fixed non fatal error in make rules and allowed for
	  missing sample apps.

2000-03-02 03:18  robertj

	* include/h323.h, src/h323.cxx: Further fixes for early H245
	  establishment confusing the fast start code.

2000-03-01 03:09  robertj

	* src/h323.cxx: Fixed problem if H245 channel established before
	  H225 connect.

2000-02-29 20:55  craigs

	* src/Makefile: Fixed problem with make include files in wrong
	  order

2000-02-29 14:00  robertj

	* include/rtp.h, src/rtp.cxx: Added extra statistic display for RTP
	  packets out of order.

2000-02-29 03:13  robertj

	* src/rtp.cxx: Fixed RTP receive of both control and data, ignores
	  ECONNRESET/ECONNREFUSED errors.

2000-02-28 14:00  robertj

	* include/codecs.h: Added some virtual keywords at the request of
	  Yura Ershov

2000-02-27 11:56  robertj

	* src/rtp.cxx: Fixed error in code allowing non-consecutive RTP
	  port numbers coming from broken stacks, thanks Vassili Leonov.

2000-02-24 12:53  craigs

	* src/Makefile: Fixed problem with .o files not going into correct
	  directory

2000-02-24 01:35  robertj

	* src/ixjwin32.cxx: Fixed problem with unresolved SetRemoveDTMF
	  function when not using linux telephony.

2000-02-24 01:34  robertj

	* src/channels.cxx: Fixed possible endless loop on channel abort,
	  thanks Yura Ershov

2000-02-22 10:44  robertj

	* include/ixjlid.h: Fixed compatibility with Linux systems not yet
	  with the Linux Telephony code.

2000-02-20 00:49  robertj

	* src/ixjunix.cxx: Fixed problem with unresolved SetRemoveDTMF
	  function when not using linux telephony.

2000-02-18 05:06  robertj

	* .cvsignore: Ignored lib and html directories

2000-02-17 13:07  robertj

	* src/: h323ep.cxx, h323neg.cxx, h323pdu.cxx, q931.cxx, rtp.cxx:
	  Used ne wPWLib random number generator after finding major
	  problem in MSVC rand().

2000-02-17 08:02  craigs

	* src/Makefile: Moved declaration of HAS_IXJ, HAS_VPB and
	  LINUX_TELEPHONY into common Makefile

2000-02-16 06:48  craigs

	* src/vic/vid_coder.h: New BSD video grabber code, thanks to
	  Richard Hardiman

2000-02-16 05:04  robertj

	* src/ixjwin32.cxx: Fixed bug where IXJ POTS handset never returned
	  off hook.

2000-02-16 04:24  robertj

	* src/h323caps.cxx: Fixed bug in clamping maximum transmit packet
	  size in G.711 capabilities.

2000-02-10 04:08  craigs

	* include/codecs.h, src/h261codec.cxx, src/vic/p64encoder.cxx,
	  src/vic/p64encoder.h: Added ability to specify NTSC or PAL video
	  format

2000-02-10 00:48  robertj

	* OpenH323Lib.dsp: Added H.261 video transmitter code, sill no v4w
	  grabber yet though.

2000-02-10 00:33  robertj

	* src/vic/encoder-h261.h: Removed unused parameter warnings in MSVC

2000-02-09 08:22  craigs

	* src/vic/grabber.h: Changed Linux code to grabber-linux, and added
	  BSD code

2000-02-09 01:00  robertj

	* src/transports.cxx: Fixed TCP listener socket error message going
	  to stderr, should go through PTRACE.

2000-02-04 10:39  craigs

	* src/vic/: grabber.h, p64encoder.h: Added generic video grabbing

2000-02-04 10:36  craigs

	* src/Makefile: Removed platform dependent grabber stuff

2000-02-04 06:16  craigs

	* src/vic/: encoder-h261.cxx, encoder-h261.h, encoder.h, grabber.h,
	  p64.cxx, p64.h, p64encoder.cxx, p64encoder.h, transmitter.cxx,
	  transmitter.h, vid_coder.cxx, vid_coder.h, videoframe.h: New
	  changes for video transmission from Derek Smithies

2000-02-04 06:11  craigs

	* src/: Makefile, channels.cxx, codecs.cxx, h261codec.cxx: Updated
	  for new Makefiles and for new video transmission code

2000-02-04 06:00  craigs

	* include/: codecs.h, h261codec.h: Changes for video transmission

2000-02-04 00:33  robertj

	* src/Makefile: Added missing "opt" in ASN parser compile line,
	  thanks Brad Midgley

2000-02-02 05:02  craigs

	* src/Makefile: Local makefile for library

2000-01-29 08:13  robertj

	* src/transports.cxx: Fixed possible incorect port being used when
	  GK RAS send address set to the    IP address of the responding
	  GK, thanks Stefan Ditscheid.

2000-01-29 08:10  robertj

	* src/rtp.cxx: Fixed problem with RTP transmit to host that is not
	  yet ready causing the   receive side to die with ECONNRESET,
	  thanks Ian MacDonald

2000-01-28 01:56  robertj

	* src/gkclient.cxx: Changed ACF to return destination address
	  irrespective of callModel, thanks Chris Gindel.

2000-01-20 06:57  robertj

	* src/: h323rtp.cxx, rtp.cxx: Added extra flexibility in receiving
	  incorrectly formed OpenLogicalChannel PDU's

2000-01-14 01:31  robertj

	* src/rtp.cxx: Bug fix for RTP port allocation (MSVC optimised
	  version), Thanks to Ian MacDonald.

2000-01-13 13:39  robertj

	* include/lid.h, src/lid.cxx: Added string based country codes to
	  LID.

2000-01-13 05:03  robertj

	* include/codecs.h, include/h261codec.h, include/lid.h,
	  src/channels.cxx, src/codecs.cxx, src/h261codec.cxx, src/lid.cxx,
	  src/vic/crdef.h, src/vic/encoder-h261.cxx,
	  src/vic/encoder-h261.h, src/vic/encoder.h, src/vic/grabber.h,
	  src/vic/p64encoder.cxx, src/vic/p64encoder.h,
	  src/vic/transmitter.cxx, src/vic/transmitter.h,
	  src/vic/vid_coder.cxx, src/vic/vid_coder.h, src/vic/videoframe.h:
	  Added video transmission

2000-01-08 07:55  robertj

	* OpenH323.mak: Added PSTn gateway to build

2000-01-08 07:52  robertj

	* src/channels.cxx: Removed invalid assert

2000-01-07 12:04  robertj

	* src/ixjunix.cxx: New telephony API compatibility

2000-01-07 11:01  robertj

	* include/ixjlid.h, src/lid.cxx: GCC/Linux compatibility

2000-01-07 11:01  robertj

	* src/ixjunix.cxx: dditions and changes to line interface device
	  base class.

2000-01-07 09:28  robertj

	* include/ixjlid.h, include/lid.h, include/vpblid.h,
	  src/ixjwin32.cxx, src/lid.cxx, src/vpblid.cxx: Additions and
	  changes to line interface device base class.

2000-01-07 09:24  robertj

	* src/transports.cxx: Added transport independent MakeCall
	  requiring change to transport string format

2000-01-07 09:22  robertj

	* src/h323ep.cxx: Added status functions for connection and added
	  transport independent MakeCall

2000-01-07 09:19  robertj

	* include/h323.h, src/h323.cxx: Added status functions for
	  connection and tidied up the answer call function

2000-01-04 02:06  robertj

	* src/h323.cxx: Removed redundent code, thanks Dave Harvey.

2000-01-04 01:21  craigs

	* src/ixjunix.cxx: Fixed sense of line test

2000-01-04 01:14  craigs

	* src/h323.cxx: Added extra states to AnswerCall

2000-01-04 01:14  craigs

	* include/h323.h: Added additional states to AnswerCall callback

1999-12-31 01:05  robertj

	* include/codecs.h, src/codecs.cxx: Added Microsoft ACM G.723.1
	  codec capability.

1999-12-30 10:16  robertj

	* src/ixjwin32.cxx: Fixed initialisation of driver handle, prevent
	  crash in Close().

1999-12-30 10:14  robertj

	* include/rtp.h, src/rtp.cxx: Changed payload type functions to use
	  enum.

1999-12-30 01:33  robertj

	* OpenH323.dsw: Added missing dependency for pstngw

1999-12-29 02:19  craigs

	* include/codecs.h: Fixed problem with RTP payload type variable

1999-12-29 02:18  craigs

	* src/: ixjunix.cxx, jitter.cxx, lid.cxx: Fixed problem with codecs
	  other than G.711 not working after reorganisation

1999-12-24 01:28  robertj

	* include/ixjlid.h, src/ixjunix.cxx: Changes to IXJ interface to
	  follow LID abstraction

1999-12-24 00:02  robertj

	* OpenH323.dsw, OpenH323Lib.dsp, include/channels.h,
	  include/codecs.h, include/h261codec.h, include/h323.h,
	  include/h323caps.h, include/h323rtp.h, include/ixjlid.h,
	  include/jitter.h, include/lid.h, include/rtp.h, include/vpblid.h,
	  src/channels.cxx, src/codecs.cxx, src/gkclient.cxx,
	  src/h261codec.cxx, src/h323.cxx, src/h323caps.cxx,
	  src/h323ep.cxx, src/h323rtp.cxx, src/ixjwin32.cxx,
	  src/jitter.cxx, src/lid.cxx, src/rtp.cxx, src/vpblid.cxx: File
	  reorganision for separating RTP from H.323 and creation of LID
	  for VPB support.

1999-12-23 23:47  robertj

	* src/h323pdu.cxx: Added calling party number field.

1999-12-23 23:43  robertj

	* include/q931.h, src/q931.cxx: Added calling party number field.

1999-12-21 08:36  craigs

	* src/codecs.cxx: Fixed problem in H323VideoCodec destructor that
	  caused hang or segv on exit

1999-12-20 00:48  craigs

	* src/ixjunix.cxx: Added detection of multiple xJack cards

1999-12-17 06:07  robertj

	* openh323.dxx: Beginnings of overview document.

1999-12-11 03:20  robertj

	* include/h323.h, include/h323pdu.h, src/gkclient.cxx,
	  src/h323.cxx, src/h323ep.cxx, src/h323pdu.cxx: Added ability to
	  have multiple aliases on local endpoint.

1999-12-11 01:01  robertj

	* src/ixjunix.cxx: Added Wink indication function.

1999-12-10 02:43  robertj

	* src/gkclient.cxx: Fixed outgoing call Admissionrequestion
	  addresses.

1999-12-10 00:14  robertj

	* src/h323ep.cxx: Fixed deadock in termination with gatekeeper
	  removal.

1999-12-09 22:49  robertj

	* include/gkclient.h, src/gkclient.cxx: Added reregister on
	  unregister and time to live reregistration

1999-12-09 22:46  robertj

	* src/transports.cxx: Fixed detection of bound interface in
	  gatekeeper discovery (can't use getsockname!)

1999-12-09 21:30  robertj

	* src/h323.cxx: Fixed problem with receiving multiple fast start
	  open fields in multiple PDU's.

1999-12-09 21:25  robertj

	* src/transports.cxx: Changed UDP transport to only do gatekeeper
	  discovery on bound interface (if present)

1999-12-08 22:54  craigs

	* src/ixjunix.cxx: Removed extraneous DSP reset at the advice of Ed
	  Okerson

1999-11-29 09:59  craigs

	* include/h261codec.h: Added new stuff for new video codec
	  interface

1999-11-29 09:59  craigs

	* src/codecs.cxx, include/codecs.h: Added new code for new video
	  code interface

1999-11-29 09:20  craigs

	* src/h261codec.cxx: Updated for new codec interface

1999-11-29 05:50  robertj

	* include/codecs.h, src/codecs.cxx, src/ixjunix.cxx,
	  src/ixjwin32.cxx, src/rtp.cxx: Added adaptive threshold
	  calculation to silence detection.

1999-11-26 02:25  craigs

	* src/h323neg.cxx: Removed deadlock when remote endpoint requests
	  unsupported channel type

1999-11-25 12:10  robertj

	* OpenH323Lib.dsp: Fixed ASN compiler inline problem in full build
	  causing link errors.

1999-11-25 07:45  robertj

	* OpenH323.dsw: More changes for command line builds.

1999-11-25 03:43  robertj

	* .cvsignore, OpenH323.dsw, OpenH323.mak, OpenH323Lib.dsp: Changes
	  to MSVC build system to allow for command line building.

1999-11-23 04:38  robertj

	* src/h323.cxx: Fixed yet another call termination reason code
	  error.

1999-11-22 11:07  robertj

	* include/h323.h, src/h323.cxx: Fixed some errors in correct
	  termination states.

1999-11-22 02:37  robertj

	* src/channels.cxx: Fixed channel closure so
	  OnClosedLogicalChannel() only called if channel was actually
	  started.

1999-11-22 01:56  robertj

	* src/transports.cxx: Improved reason display for connection
	  failure.

1999-11-22 01:09  robertj

	* src/rtp.cxx: Fixed error in RTP transmit rewrite for ternary
	  state, didn't transmit at all!

1999-11-20 06:35  robertj

	* src/rtp.cxx, include/rtp.h: Fixed possibly I/O block in RTP read
	  loops.

1999-11-20 06:35  robertj

	* src/channels.cxx: Extra debugging

1999-11-20 05:38  robertj

	* src/ixjwin32.cxx: Removed potential driver lockups by doing
	  overlapped I/O only on read/write ioctls.

1999-11-20 05:36  robertj

	* src/h323.cxx: Fixed setting of transmitter channel numbers on
	  receiving fast start.

1999-11-20 01:53  robertj

	* include/codecs.h, src/channels.cxx, src/codecs.cxx: Fixed ability
	  to have variable sized frames in single RTP packet under G.723.1

1999-11-19 14:13  robertj

	* src/rtp.cxx: Fixed Windows 95 compatibility issue in shutdown of
	  RTP reading.

1999-11-19 14:00  robertj

	* src/h323.cxx: Added call token into traces so can tell which
	  connection is being cleaned up.

1999-11-19 11:23  robertj

	* src/rtp.cxx: Fixed local binding of socket to correct address on
	  multi-homes systems.

1999-11-19 10:29  robertj

	* src/ixjunix.cxx: Fixed problems with aycnhronous shut down of
	  logical channels.

1999-11-19 10:17  robertj

	* include/rtp.h, src/ixjwin32.cxx, src/rtp.cxx: Fixed problems with
	  aycnhronous shut down of logical channels.

1999-11-19 10:07  robertj

	* src/h323neg.cxx: Fixed bug allocating incorrect channel number to
	  fast start transmit channel.

1999-11-19 10:06  robertj

	* src/channels.cxx, include/channels.h: Changed to close down
	  logical channel if get a transmit codec error.

1999-11-19 09:15  craigs

	* include/h323.h, src/h323.cxx: Added connectionStartTime

1999-11-19 09:07  robertj

	* src/h323ep.cxx: Changed default jitter time to 50 milliseconds.

1999-11-19 02:00  robertj

	* src/x224.cxx: Fixed bug that disallowed zero length data PDU's,
	  thanks Dave Kristol.

1999-11-18 13:51  robertj

	* src/transports.cxx: Fixed bug that termination connections
	  incorrectly while awaiting answer.

1999-11-18 12:45  robertj

	* src/ixjunix.cxx: Added missing function from recent tone
	  enhancements.

1999-11-17 05:22  robertj

	* src/h323.cxx: Fixed bug in incorrect termination state when
	  making a fast start call.

1999-11-17 04:49  robertj

	* src/rtp.cxx: Added RTP statistics display.

1999-11-17 01:01  robertj

	* include/h323.h, src/h323.cxx: Improved determination of caller
	  name, thanks Ian MacDonald

1999-11-16 14:21  robertj

	* src/h323pdu.cxx: Removed extraneous error trace when doing
	  asynchronous answer call.

1999-11-16 13:44  robertj

	* src/ixjunix.cxx: Added more tone generation functions.

1999-11-16 13:43  robertj

	* src/ixjwin32.cxx: Dixed missing initialise of AEC variable.

1999-11-16 12:32  robertj

	* src/ixjwin32.cxx: Added some calling tones.

1999-11-15 15:11  robertj

	* src/: h323pdu.cxx, x224.cxx: Fixed trace output stream being put
	  back after setting hex/fillchar modes.

1999-11-14 12:41  robertj

	* src/rtp.cxx, include/rtp.h: Added access functions to RTP
	  statistics.

1999-11-14 12:25  robertj

	* src/h323.cxx: Fixed bug with channel close callback being called
	  twice when fast starting.

1999-11-13 15:11  robertj

	* src/h323.cxx: Fixed incorrect state on fast start receive.

1999-11-13 15:10  robertj

	* include/codecs.h, src/codecs.cxx: Changes to make silence
	  detection selectable.

1999-11-12 03:25  robertj

	* src/ixjwin32.cxx: More NT support.

1999-11-12 00:28  robertj

	* src/channels.cxx, src/codecs.cxx, include/codecs.h: Added first
	  cut silence detection algorithm.

1999-11-12 00:15  robertj

	* src/ixjwin32.cxx: Fixed bug where closed driver was not flagged
	  as closed.

1999-11-11 02:16  robertj

	* src/ixjwin32.cxx: Added NT support, debounce of phone hook state
	  and wait for line test completion.

1999-11-11 00:30  robertj

	* src/h323pdu.cxx: Fixed unexpected closing of transport on PDU
	  read error.

1999-11-11 00:29  robertj

	* include/h323.h, src/h323.cxx: Changed OnAnswerCall() call back
	  function  to allow for asyncronous response.

1999-11-06 14:01  craigs

	* src/ixjunix.cxx: Fixed problems with GSM emulation mode

1999-11-06 12:58  robertj

	* src/h323.cxx, include/h323neg.h: Changed clean up to delete
	  logical channels before channel destructor is called.

1999-11-06 12:03  robertj

	* src/h323.cxx: Fixed bug in fast start with H245 channel opening
	  multiple channels.  Fixed bug in clean up, write of release
	  complete if TCP connection failed.

1999-11-06 12:01  robertj

	* src/channels.cxx: Extra debugging.

1999-11-06 12:00  robertj

	* include/h323neg.h, src/h323neg.cxx: Fixed race condition in
	  explicit channel close and connection close.

1999-11-06 06:44  robertj

	* src/ixjunix.cxx: Fixed problem with read/write locking up when
	  stopping codec.

1999-11-06 06:37  robertj

	* include/channels.h, include/h323.h, include/h323neg.h,
	  include/transports.h, src/channels.cxx, src/gkclient.cxx,
	  src/h323.cxx, src/h323ep.cxx, src/h323neg.cxx,
	  src/transports.cxx: Complete rewrite of termination of connection
	  to avoid numerous race conditions.

1999-11-06 06:35  robertj

	* src/ixjwin32.cxx: Fixed problem with read/write locking up when
	  stopping codec.

1999-11-06 04:45  robertj

	* src/ixjunix.cxx: Added volume control functions.

1999-11-06 04:32  robertj

	* src/ixjwin32.cxx: Added volume control functions for
	  record/playback.

1999-11-05 13:53  robertj

	* src/ixjwin32.cxx: Fixed warnings on notrace version.

1999-11-05 11:56  craigs

	* src/ixjunix.cxx: New implementation for new channel breakdown

1999-11-05 11:51  robertj

	* src/ixjwin32.cxx: Fixed problem with new ixj channel doing
	  incorrect double initialise

1999-11-05 09:54  robertj

	* src/ixjwin32.cxx: Rewrite of ixj interface code to fix support
	  for arbitrary codecs.

1999-11-05 09:24  robertj

	* src/h323.cxx: Fixed bug in receiver refusing fast start, then not
	  being able to start normally.

1999-11-04 01:45  robertj

	* src/codecs.cxx: Added extra constructors for nonStandard codecs
	  and fixed receiveAndTransmitAudioCapability problem.

1999-11-04 01:43  robertj

	* include/codecs.h: Added extra constructors for nonStandard
	  codecs.

1999-11-02 02:22  robertj

	* src/ixjunix.cxx: Added return values to new tone functions and
	  added GetCallerID() function

1999-11-02 01:24  robertj

	* src/ixjwin32.cxx: Added GetCallerID() function and implemented
	  some LineJACK code.

1999-11-02 00:20  craigs

	* src/ixjunix.cxx: Added country code initialisation and DTMF tone
	  playing

1999-11-01 10:28  robertj

	* src/ixjunix.cxx: Added flunction to enabled/disable DTM detection

1999-11-01 02:20  robertj

	* src/ixjwin32.cxx: Added flunction to enabled/disable DTM
	  detection

1999-11-01 01:52  robertj

	* include/h261codec.h, src/h261codec.cxx: Fixed various problems in
	  video, especially ability to pass error return value.

1999-11-01 01:51  robertj

	* src/codecs.cxx: Fixed problem where codec close does not dispose
	  of attached channel.

1999-11-01 01:48  robertj

	* src/h323pdu.cxx: Added assert for illegal condition in
	  capabilities, must have set if have table.

1999-11-01 01:47  robertj

	* src/channels.cxx: Added close of logical channel on write error

1999-11-01 01:47  robertj

	* src/ixjwin32.cxx: Fixed problems with stopping codecs

1999-10-31 01:48  robertj

	* src/h323pdu.cxx: Fixed incorrect PDU type for H225 RAS location
	  request.

1999-10-30 17:10  craigs

	* src/ixjunix.cxx: Removed checks for return status from DSP start
	  and stop functions

1999-10-30 17:03  robertj

	* src/ixjunix.cxx: Fixed conditions under which codec start stops
	  are not called.

1999-10-30 15:29  robertj

	* src/ixjunix.cxx: Fixed "lock up" problem, added function to get
	  line status.

1999-10-30 14:43  robertj

	* src/ixjwin32.cxx: Fixed "lock up" problem, DTMF problem and added
	  function to get line status.

1999-10-30 14:38  robertj

	* src/channels.cxx: Added more tracing of channel threads.

1999-10-30 14:34  robertj

	* include/h323.h, src/h323.cxx, src/h323ep.cxx, src/h323neg.cxx:
	  Added information callback for closed logical channel on
	  H323EndPoint.

1999-10-30 09:21  craigs

	* src/ixjunix.cxx: Removed interlock between hookstate and audio
	  path select as Quicknet has updated the driver

1999-10-30 08:41  craigs

	* src/ixjunix.cxx: Fixed problem with badly named devices using
	  ordinals to open

1999-10-29 16:19  robertj

	* src/h323.cxx: Fixed incorrect termination code when connection
	  closed locally.

1999-10-29 12:55  robertj

	* OpenH323.dsw: Added answering machine project.

1999-10-29 05:35  robertj

	* src/h323pdu.cxx: Fixed setting of unique ID using fake MAC
	  address from Win32 PPP device.

1999-10-29 04:28  robertj

	* src/ixjunix.cxx: Added backward compatibility code so can use
	  simple number for device name.

1999-10-29 04:26  robertj

	* include/h323.h, src/h323.cxx: Added reason for termination code
	  to H323Connection.

1999-10-28 14:47  robertj

	* src/ixjunix.cxx: [no log message]

1999-10-28 14:38  robertj

	* src/ixjunix.cxx: Changed AEC to enum for specific values.

1999-10-28 14:21  robertj

	* src/ixjwin32.cxx: Added AEC support and speakerphone switching
	  button.

1999-10-28 13:17  robertj

	* src/transports.cxx: Fixed bug causing delete of deleted object,
	  thanks Benny Prijono

1999-10-27 08:30  robertj

	* src/ixjwin32.cxx: Added CancelIO command when closing channel.

1999-10-26 09:13  craigs

	* src/ixjunix.cxx: Fixed problem where handset is reported off-hook
	  when phone not selected for audio path

1999-10-24 16:51  robertj

	* src/ixjwin32.cxx: Removed EnableDetectDTMF() as unix ioctl does
	  not exist.

1999-10-24 16:43  robertj

	* src/ixjunix.cxx: Added platform independent support for Quicknet
	  xJACK cards.

1999-10-24 14:59  robertj

	* include/QTIoctl.h, include/ixjDefs.h, src/ixjwin32.cxx: Added
	  platform independent support for Quicknet xJACK cards.

1999-10-24 06:45  robertj

	* src/h323neg.cxx: Removed requirement that must be sending
	  capability set to receive capability set.

1999-10-19 02:04  robertj

	* src/: codecs.cxx, h323.cxx, h323ep.cxx: Changed OpenAudioChannel
	  and OpenVideoChannel to allow a codec AttachChannel with no
	  autodelete.

1999-10-19 02:03  robertj

	* include/h323.h: Changed OpenAudioChannel and OpenVideoChannel to
	  allow a codec AttachChannel with no autodelete.  Added function
	  to set initial bandwidth limit on a new connection.

1999-10-19 01:55  robertj

	* src/rtp.cxx: Fixed bug in setting contributing sources, length
	  put into wrong spot in PDU header

1999-10-16 05:47  robertj

	* src/gkclient.cxx, src/h323.cxx, src/transports.cxx,
	  include/transports.h: Fixed termination of gatekeeper RAS thread
	  problem

1999-10-15 07:55  robertj

	* src/gkclient.cxx: Fixed crash in responding to InfoRequest

1999-10-14 14:05  robertj

	* include/h323.h, include/h323neg.h, src/h323.cxx, src/h323ep.cxx:
	  Fixed deadlock possibilities in clearing calls.

1999-10-14 14:04  robertj

	* src/transports.cxx: Fixed ability to hang up call when still
	  doing TCP connect.

1999-10-14 14:03  robertj

	* include/codecs.h: Fixed comment.

1999-10-14 14:02  robertj

	* src/codecs.cxx: Fixed assignment of t35 info in nonstandard
	  capabilities (wrong way around).

1999-10-13 06:32  robertj

	* src/transports.cxx: Fixed missing port number from gatekeeper
	  discovery.  Added removal of redundent transport listeners in
	  H225 PDU.

1999-10-11 01:00  craigs

	* src/codecs.cxx: Fixed problem with raw channel ptrs not being
	  NULLed out after deletion

1999-10-10 16:12  robertj

	* src/transports.cxx: Fixed failure to clean up connection if call
	  is refused by user.

1999-10-10 10:59  robertj

	* include/transports.h, src/h323.cxx, src/transports.cxx: Fixed
	  race condition in connection shutdown

1999-10-09 04:15  craigs

	* src/codecs.cxx: Added codec to OpenVideoDevice and
	  OpenAudioChannel

1999-10-09 03:20  robertj

	* src/codecs.cxx: Fixed error in G711 packet size and trace message

1999-10-09 03:18  craigs

	* src/h323.cxx, src/h323ep.cxx, include/h323.h: Added codecs to
	  OpenAudioChannel and OpenVideoDevice functions

1999-10-08 11:59  robertj

	* include/codecs.h, include/h261codec.h, src/channels.cxx,
	  src/codecs.cxx, src/h261codec.cxx: Rewrite of capability for
	  sending multiple audio frames

1999-10-08 10:32  robertj

	* src/codecs.cxx: Fixed misleading trace text.

1999-10-08 10:31  robertj

	* src/h323ep.cxx: Fixed failure to adjust capability when startign
	  channel

1999-10-08 10:31  robertj

	* src/h323.cxx: Fixed problem with fast start fall back to
	  capability exchange

1999-10-08 06:58  robertj

	* include/codecs.h, include/h261codec.h, src/channels.cxx,
	  src/codecs.cxx, src/h261codec.cxx: Added capability for sending
	  multiple audio frames in single RTP packet

1999-10-07 05:26  robertj

	* src/h323.cxx: Fixed some fast-start compatbility problems.

1999-09-27 03:37  robertj

	* src/transports.cxx: BeOS port issues

1999-09-23 10:48  robertj

	* src/gkclient.cxx: Changed register request so cannot do it of
	  have no listeners.

1999-09-23 09:33  robertj

	* src/h323.cxx: Fixed some fast start/245 tunnelling bugs, some odd
	  cases.

1999-09-23 09:25  robertj

	* include/codecs.h, include/h323.h, src/channels.cxx,
	  src/codecs.cxx, src/h323.cxx, src/h323ep.cxx: Added open audio
	  and video function to connection and started multi-frame codec
	  send functionality.

1999-09-22 06:18  robertj

	* src/q931.cxx: Fixed missing "known" message types in debugging
	  output.

1999-09-21 17:04  robertj

	* .cvsignore: Added NoTrace build.

1999-09-21 16:51  robertj

	* include/codecs.h, src/codecs.cxx: Fixed NonStandardCapabilityInfo
	  class virtual destructor (and name).

1999-09-21 16:24  robertj

	* include/h323.h, src/h323ep.cxx: Changed SetCapability() so
	  automatically calls AddCapability().

1999-09-21 16:14  robertj

	* src/codecs.cxx: Added non-standard codec capability classes

1999-09-21 16:13  robertj

	* src/h261codec.cxx: Windows MSVC compatibility.

1999-09-21 16:12  robertj

	* src/h323ep.cxx: Removed warnings when no tracing enabled.

1999-09-21 16:10  robertj

	* src/h323neg.cxx: Fixed incorrect PTRACING test and removed
	  uneeded include of videoio.h

1999-09-21 16:09  robertj

	* src/: channels.cxx, gkclient.cxx, h323.cxx, h323pdu.cxx, rtp.cxx:
	  Removed warnings when no tracing enabled.

1999-09-21 16:08  robertj

	* src/vic/: bsd-endian.h, bv.c, p64.cxx: Windows MSVC
	  compatibility.

1999-09-21 16:05  robertj

	* include/h323.h: Fixed incorrect PTRACING test and removed uneeded
	  include of videoio.h

1999-09-21 16:04  robertj

	* include/codecs.h: Added non-standard codec capability classes

1999-09-21 16:03  robertj

	* include/h261codec.h: Changed RTP data frame parameter in Write()
	  to be const.

1999-09-21 16:03  robertj

	* include/h323neg.h: Fixed incorrect PTRACING test

1999-09-21 10:51  craigs

	* src/vic/bsd-endian.h: Added video library from VIC

1999-09-21 10:36  craigs

	* src/vic/: bv.c, config.h, dct.cxx, dct.h, huffcode.c, p64-huff.h,
	  p64.cxx, p64.h: Added files from the VIC distribution

1999-09-21 10:29  craigs

	* include/h323.h: Added support for video codecs and H261

1999-09-21 10:12  craigs

	* include/: codecs.h, h261codec.h: Added support for video codecs
	  and H261

1999-09-21 10:10  craigs

	* src/: codecs.cxx, h261codec.cxx, h323ep.cxx: Added support for
	  video devices and H261 codec

1999-09-18 15:27  craigs

	* include/: codecs.h, h261codec.h: Added ability disable jitter
	  buffer for codecs Added ability to access entire RTP frame from
	  codec Write

1999-09-18 15:24  craigs

	* src/: channels.cxx, codecs.cxx, h261codec.cxx: Added ability to
	  disable jitter buffer Added ability to access entire RTP packet
	  in codec Write

1999-09-17 09:26  robertj

	* src/transports.cxx: Fixed attempt to broadcast to down interfaces
	  or ones not bound to IP protocol.

1999-09-15 03:26  robertj

	* include/h323.h, src/h323.cxx, src/h323neg.cxx: Changed capability
	  set call backs to have more specific class as parameter.

1999-09-14 16:26  robertj

	* src/: h323.cxx, h323neg.cxx: Added more debug tracing.

1999-09-14 10:19  robertj

	* src/: gkclient.cxx, transports.cxx: Fixed timeout on retry of
	  gatekeeper discover and added more tracing.

1999-09-14 08:52  robertj

	* include/gkclient.h, include/h323.h, include/transports.h,
	  src/gkclient.cxx, src/h323ep.cxx, src/transports.cxx: Added
	  better support for multi-homed client hosts.

1999-09-13 16:23  robertj

	* include/h323.h, src/h323ep.cxx: Changed MakeCall() function
	  return value to be something useful.

1999-09-13 15:59  robertj

	* src/codecs.cxx: Removed incorrect comment.

1999-09-10 11:43  robertj

	* include/transports.h, src/transports.cxx: Removed attempt at
	  determining local interface for gatekeeper, so still has problem
	  on multi-homed hosts.

1999-09-10 11:03  robertj

	* src/h323pdu.cxx: Used new GetInterfaceTable() function to get
	  ethernet address for UniqueID

1999-09-10 05:36  robertj

	* include/h323.h, include/h323pdu.h, include/q931.h, src/h323.cxx,
	  src/h323pdu.cxx, src/q931.cxx: Added simple Q.931 Status response
	  to Q.931 Status Enquiry

1999-09-10 04:55  robertj

	* src/h323ep.cxx: Changed t35 country code to Australia (finally
	  found magic number).

1999-09-10 04:45  robertj

	* src/gkclient.cxx: Added missing binding of address to transport
	  when a specific gatway is used.

1999-09-08 06:05  robertj

	* include/channels.h, include/codecs.h, include/h261codec.h,
	  include/h323.h, include/h323neg.h, include/rtp.h,
	  src/channels.cxx, src/codecs.cxx, src/h261codec.cxx,
	  src/h323.cxx, src/h323ep.cxx, src/h323neg.cxx: Added support for
	  video capabilities & codec, still needs the actual codec itself!

1999-09-05 02:58  robertj

	* src/rtp.cxx: Removed requirement that OpenLogicalChannalAck
	  sessionId match original OLC.

1999-09-03 16:03  robertj

	* src/x224.cxx: Fixed warning under GNU compiler.

1999-09-03 04:17  robertj

	* src/: channels.cxx, rtp.cxx: Added more debugging

1999-09-02 17:25  robertj

	* src/transports.cxx: Old GNU C ompiler compatibility

1999-08-31 15:54  robertj

	* src/q931.cxx: Fixed problem with memory overrun building PDU's

1999-08-31 15:30  robertj

	* include/x224.h, src/x224.cxx: Added gatekeeper support.

1999-08-31 14:34  robertj

	* include/channels.h, include/codecs.h, include/gkclient.h,
	  include/h323.h, include/h323neg.h, include/h323pdu.h,
	  include/q931.h, include/rtp.h, include/transports.h,
	  src/channels.cxx, src/codecs.cxx, src/gkclient.cxx, src/h323.cxx,
	  src/h323ep.cxx, src/h323neg.cxx, src/h323pdu.cxx, src/q931.cxx,
	  src/rtp.cxx, src/transports.cxx: Added gatekeeper support.

1999-08-31 13:37  robertj

	* src/: h323pdu.cxx, transports.cxx: Fixed problem with apparently
	  randomly losing signalling channel.

1999-08-27 17:42  craigs

	* src/: h323.cxx, h323ep.cxx: Fixed problem with local call tokens
	  using ambiguous interface names, and connect timeouts not
	  changing connection state

1999-08-27 11:46  robertj

	* include/h323.h, src/h323ep.cxx: Added sepearte function to
	  initialise vendor information from endpoint.

1999-08-25 07:18  robertj

	* OpenH323.dsw: GUI test application.

1999-08-25 07:14  robertj

	* include/h323.h: File fission (critical mass reached).  Improved
	  way in which remote capabilities are created, removed case
	  statement! Changed MakeCall, so immediately spawns thread, no
	  black on TCP connect.

1999-08-25 07:14  robertj

	* include/transports.h: Fixed problem with calling modal dialog
	  from a background thread.

1999-08-25 07:12  robertj

	* src/transports.cxx: Changed MakeCall, so immediately spawns
	  thread, no black on TCP connect.

1999-08-25 07:10  robertj

	* src/: h323ep.cxx, h323.cxx: File fission (critical mass reached).
	  Improved way in which remote capabilities are created, removed
	  case statement! Changed MakeCall, so immediately spawns thread,
	  no black on TCP connect.

1999-08-25 07:07  robertj

	* include/h323neg.h, include/h323pdu.h, src/h323neg.cxx,
	  src/h323pdu.cxx: File fission (critical mass reached).

1999-08-25 07:05  robertj

	* src/codecs.cxx: Added UserInput capability.  Allowed the
	  attachment of a channel on a codec to optionally delete the
	  channel object, Improved opening of audio codecs, PSoundChannel
	  creation now in endpoint.

1999-08-25 05:08  robertj

	* include/codecs.h: Added UserInput capability.  Allowed the
	  attachment of a channel on a codec to optionally delete the
	  channel object,

1999-08-14 05:26  robertj

	* src/h323.cxx: Compiler compatibility problems.

1999-08-13 08:34  robertj

	* include/q931.h, src/h323pdu.cxx, src/q931.cxx: Fixed problem in
	  CallPartyNumber Q.931 encoding.  Added field name display to
	  Q.931 protocol.

1999-08-10 15:14  robertj

	* include/q931.h, src/h323pdu.cxx, src/q931.cxx: Added Q.931 Called
	  Number field if have "phone number" style destination addres.

1999-08-10 13:38  robertj

	* src/h323pdu.cxx: Changed population of setup UUIE
	  destinationAddress if can be IA5 string.

1999-08-10 06:20  robertj

	* src/h323.cxx: Fixed constness problems in some PASN_Choice casts.

1999-08-08 12:05  robertj

	* OpenH323.dsw: Added PDU dump program.

1999-08-08 12:03  robertj

	* src/h323.cxx: Fixed capability selection to honor local table
	  priority order.

1999-08-08 12:02  robertj

	* include/h323.h: Added access functions to remote capability
	  table.

1999-07-26 07:10  robertj

	* src/h323pdu.cxx: Fixed yet another race condition on connection
	  termination.

1999-07-23 04:37  robertj

	* include/h323.h, src/h323.cxx, src/transports.cxx: Fixed problems
	  with hang ups and crash closes of connections.

1999-07-23 04:36  robertj

	* include/q931.h: Finally found correct value for FACILITY message.

1999-07-22 16:34  robertj

	* src/transports.cxx: Fixed shut down problem, terminate packets
	  being flushed on exit.

1999-07-22 16:32  robertj

	* include/codecs.h: Fixed erroneous comments

1999-07-19 04:01  robertj

	* src/h323.cxx: Fixeed memory leask on connection termination.
	  Fixed connection "orderly close" on endpoint termination.

1999-07-18 16:57  robertj

	* src/h323.cxx: Fixed bugs in slow start with H245 tunnelling, part
	  4.

1999-07-18 16:29  robertj

	* include/h323.h, src/h323.cxx: Fixed bugs in slow start with H245
	  tunnelling, part 3.

1999-07-18 15:59  robertj

	* src/h323.cxx: Fixed bugs in slow start with H245 tunnelling, part
	  2.

1999-07-18 15:25  robertj

	* src/h323.cxx: Fixed bugs in slow start with H245 tunnelling.

1999-07-18 12:19  robertj

	* src/h323.cxx: Fixed CreateCapability function: missing break's in
	  case!

1999-07-17 08:22  robertj

	* src/h323.cxx: Fixed bug in setting up control channel when
	  initiating call (recently introduced)

1999-07-16 18:05  robertj

	* include/codecs.h, src/codecs.cxx: Added "human readable" codec
	  type name display.

1999-07-16 18:04  robertj

	* src/h323.cxx: Bullet proofed local capability table data entry.

1999-07-16 17:02  robertj

	* src/channels.cxx: Changed jitter buffer to throw away old packets
	  if jitter exceeded.

1999-07-16 17:01  robertj

	* src/codecs.cxx: Added message print when starting GSM codec.

1999-07-16 16:05  robertj

	* include/h323.h: Added application level jitter buffer adjustment.

1999-07-16 16:04  robertj

	* src/h323.cxx: Fixed bug that caused signal channel to be closed,
	  forgot to disable connect time.

1999-07-16 16:03  robertj

	* src/h323pdu.cxx: Fixed bug in Master/Slave negotiation that can
	  cause looping.

1999-07-16 08:15  robertj

	* include/h323.h, include/h323pdu.h, src/h323.cxx, src/h323pdu.cxx:
	  Corrected semantics for tunnelled master/slave determination in
	  fast start.

1999-07-16 04:15  robertj

	* include/h323pdu.h, include/q931.h, src/h323pdu.cxx, src/q931.cxx:
	  Fixed more tunneling problems.

1999-07-16 04:15  robertj

	* src/h323.cxx: Fixed more tunneling problems.	Fixed fastStart
	  initiator matching response to correct channels.

1999-07-16 04:13  robertj

	* src/rtp.cxx: Slowed down the control channel statistics packets.

1999-07-16 02:51  robertj

	* src/: channels.cxx, h323.cxx: Some more debugging of fast start.

1999-07-15 16:45  robertj

	* include/codecs.h, include/h323.h, include/h323pdu.h,
	  src/channels.cxx, src/codecs.cxx, src/h323.cxx, src/h323pdu.cxx,
	  src/transports.cxx: Added propagation of codec open error to shut
	  down logical channel.  Fixed control channel start up bug
	  introduced with tunnelling.

1999-07-15 11:08  robertj

	* src/h323pdu.cxx: Added extra debugging for if have PDU decoding
	  error.

1999-07-15 11:04  robertj

	* src/: channels.cxx, h323.cxx, h323pdu.cxx: Fixed some fast start
	  bugs

1999-07-14 08:06  robertj

	* include/h323.h, include/transports.h, src/h323.cxx,
	  src/transports.cxx: Fixed termination problems (race conditions)
	  with deleting connection object.

1999-07-14 08:04  robertj

	* src/channels.cxx: Fixed setting of channel number in fast start.

1999-07-13 11:53  robertj

	* include/codecs.h, include/rtp.h, src/channels.cxx,
	  src/codecs.cxx, src/h323.cxx, src/rtp.cxx: Fixed some problems
	  with jitter buffer and added more debugging.

1999-07-13 04:50  craigs

	* include/h323.h, src/channels.cxx, src/h323.cxx: Changed semantics
	  of SetPlayDevice/SetRecordDevice, only descendent    endpoint
	  assumes PSoundChannel devices for audio codec.

1999-07-10 05:01  robertj

	* src/channels.cxx: Removed debugging.

1999-07-10 04:59  robertj

	* include/h323.h, src/h323.cxx: Fixed ability to hang up incoming
	  connection.

1999-07-10 04:51  robertj

	* include/h323pdu.h: Added mutexing in H245 procedures.

1999-07-10 04:51  robertj

	* src/: h323.cxx, h323pdu.cxx: Added mutexing in H245 procedures.
	  Also fixed MSD state bug.

1999-07-10 04:42  robertj

	* src/codecs.cxx: Fixed interopability problem with NetMetting 2.1
	  G711 capability.

1999-07-09 16:59  robertj

	* src/: h323.cxx, q931.cxx: Fixed GNU C++ compatibility.

1999-07-09 08:09  robertj

	* include/channels.h, include/codecs.h, include/h323.h,
	  include/h323pdu.h, include/q931.h, include/rtp.h,
	  include/transports.h, src/channels.cxx, src/codecs.cxx,
	  src/h323.cxx, src/h323pdu.cxx, src/q931.cxx, src/rtp.cxx,
	  src/transports.cxx: Major implementation. An ENORMOUS amount of
	  stuff added everywhere.

1999-07-04 09:39  robertj

	* src/: h225.asn, h235.asn, h245.asn: ASN ammendments as per
	  Impentation Guide dated 28 May 1999

1999-07-01 15:10  robertj

	* .cvsignore, include/.cvsignore, src/.cvsignore: Added .cvsignore
	  files

1999-07-01 10:17  robertj

	* src/h225.asn: Fixes as per Impentation Guide 28 May 1999

1999-06-25 18:21  robertj

	* OpenH323.dsw: Restructure of directories

1999-06-25 16:19  robertj

	* src/channels.cxx: Fixed termination race condition in logical
	  channel tear down.

1999-06-25 12:25  robertj

	* include/h323.h, include/h323pdu.h, src/h323.cxx, src/h323pdu.cxx,
	  src/transports.cxx: Added maintentance of callIdentifier variable
	  in H.225 channel.

1999-06-24 15:48  robertj

	* OpenH323.dsw: Removed separate project for GSM

1999-06-24 15:32  robertj

	* OpenH323.dsw, include/codecs.h, src/channels.cxx, src/codecs.cxx:
	  Fixed ability to change sound device on codec and fixed NM3 G.711
	  compatibility

1999-06-22 15:49  robertj

	* OpenH323.dsw, include/codecs.h, include/rtp.h, src/channels.cxx,
	  src/codecs.cxx, src/rtp.cxx: Added GSM support and further RTP
	  protocol enhancements.

1999-06-22 15:45  robertj

	* src/h323pdu.cxx: Fixed conferenceIdentifier generation algorithm
	  to bas as in spec.

1999-06-22 15:45  robertj

	* include/h323.h, src/h323.cxx: Added user question on listener
	  version to accept incoming calls.

1999-06-22 15:42  robertj

	* src/transports.cxx: Added user question on listener version to
	  accept incoming calls.

1999-06-19 17:18  robertj

	* src/h323pdu.cxx: Fixed bug in MasterSlaveDeterminationAck pdu has
	  incorrect master/slave state.

1999-06-14 17:19  robertj

	* src/q931.cxx: GNU C compatibility

1999-06-14 17:08  robertj

	* include/codecs.h, src/codecs.cxx, src/h323pdu.cxx: Added GSM
	  codec class frame work (still no actual codec).

1999-06-14 10:44  robertj

	* src/codecs.cxx: Fixed sound buffers to be correct size for stream
	  based audio.	GNU C++ compatibility

1999-06-14 10:42  robertj

	* src/rtp.cxx: Fixed bug in dropped packets display was negative.

1999-06-14 10:42  robertj

	* src/transports.cxx: GNU C++ compatibility

1999-06-14 08:39  robertj

	* include/codecs.h, src/codecs.cxx, src/h323.cxx, src/h323pdu.cxx:
	  Fixed problem with getting transmit flag to channel from PDU
	  negotiator

1999-06-14 08:12  robertj

	* include/rtp.h, src/rtp.cxx: Changes for using RTP sessions
	  correctly in H323 Logical Channel context

1999-06-14 07:15  robertj

	* include/channels.h, include/codecs.h, src/channels.cxx,
	  src/codecs.cxx, src/h323.cxx, include/h323.h, include/h323pdu.h,
	  src/h323pdu.cxx: Changes for using RTP sessions correctly in H323
	  Logical Channel context

1999-06-13 14:41  robertj

	* include/channels.h, include/codecs.h, include/h323.h,
	  include/h323pdu.h, include/q931.h, include/transports.h,
	  src/channels.cxx, src/codecs.cxx, src/g711.c, src/h323.cxx,
	  src/h323pdu.cxx, src/q931.cxx, src/transports.cxx: Implement
	  logical channel transmitter.	Fixed H245 connect on receiving
	  call.

1999-06-09 08:18  robertj

	* include/h323.h, src/channels.cxx, src/h323.cxx,
	  src/transports.cxx: GCC compatibiltiy.

1999-06-09 07:26  robertj

	* include/channels.h, include/codecs.h, include/h323.h,
	  src/channels.cxx, src/codecs.cxx, src/h323.cxx, src/h323pdu.cxx,
	  include/h323pdu.h, include/q931.h, include/transports.h,
	  include/x224.h, src/q931.cxx, src/transports.cxx, src/x224.cxx:
	  Major restructuring of classes.

1999-06-07 02:54  robertj

	* src/channels.cxx: Displayed error on SetOption for buffer size

1999-06-07 02:37  robertj

	* src/h323.cxx: Allowed for reuseaddr on listen when in debug
	  version

1999-06-06 08:06  robertj

	* include/channels.h, include/codecs.h, include/h323.h,
	  include/h323pdu.h, src/channels.cxx, src/codecs.cxx,
	  src/h225.asn, src/h235.asn, src/h245.asn, src/h323.cxx,
	  src/h323pdu.cxx: Changes for new ASN compiler and v2 protocol ASN
	  files.

1999-04-26 08:20  robertj

	* src/: h323.cxx, h323pdu.cxx: Fixed bugs in protocol

1999-04-26 08:14  craigs

	* include/channels.h, include/h323.h, src/channels.cxx,
	  src/h323.cxx, include/h323pdu.h, src/h323pdu.cxx: Initial
	  implementation for RTP decoding and lots of stuff As a whole,
	  these changes are called "First Noise"

1999-02-25 04:26  robertj

	* src/channels.cxx: BeOS compatibility

1999-02-23 12:04  robertj

	* OpenH323.dsw, include/h323.h, src/h323.cxx, src/h323pdu.cxx,
	  include/q931.h, src/q931.cxx: Added capability to make outgoing
	  call.

1999-02-06 10:23  robertj

	* src/h323pdu.cxx: BeOS port

1999-01-21 09:28  robertj

	* mpl-1.0.htm: Added license agreement file.

1999-01-16 12:31  robertj

	* include/: q931.h, x224.h: Fixed name in header comment.

1999-01-16 12:16  robertj

	* src/h245.asn: [no log message]

1999-01-16 09:05  robertj

	* OpenH323.dsw: Moved h323 code to a library

1999-01-16 03:35  robertj

	* include/h323pdu.h: GNi compiler compatibility.

1999-01-16 03:34  robertj

	* src/h323pdu.cxx: GNU compiler compatibility.

1999-01-16 02:31  robertj

	* src/h323.cxx, include/h323.h, src/q931.cxx, include/q931.h: Major
	  implementation.

1999-01-16 02:30  robertj

	* src/h323pdu.cxx, include/h323pdu.h, include/codecs.h,
	  src/codecs.cxx, include/channels.h, src/channels.cxx: Initial
	  revision

1999-01-02 05:00  robertj

	* src/q931.cxx, include/q931.h, src/h323.cxx, include/h323.h: Added
	  higher level protocol negotiations.

1998-12-14 10:12  robertj

	* OpenH323.dsw, src/gccpdu.asn, src/h225.asn, src/h245.asn,
	  src/h323.cxx, include/h323.h, src/mcspdu.asn, src/precompile.cxx,
	  src/q931.cxx, include/q931.h, src/x224.cxx, include/x224.h:
	  Initial revision

