2007-09-18 14:17  rjongbloed

	* opal_samples_2005.sln: Added call generator

2007-09-18 12:06  rjongbloed

	* src/opal/call.cxx: Fixed compiler warning

2007-09-18 12:03  rjongbloed

	* src/sip/sdp.cxx: Fixed tiny little memory leak in SDP

2007-09-18 11:53  rjongbloed

	* src/opal/opalvxml.cxx: Fixed memory leak in IVR connection

2007-09-18 11:37  rjongbloed

	* include/opal/call.h, include/opal/manager.h, src/h323/h323ep.cxx,
	  src/opal/call.cxx, src/opal/manager.cxx, src/sip/sipep.cxx:
	  Propagated call backs for RTP statistics through OpalManager and
	  OpalCall.

2007-09-18 10:55  dsandras

	* opal_cfg.dxy, version.h: Incremented after tagging.

2007-09-18 10:20  dsandras

	* src/: codec/g726/g72x.c, codec/iLBC/iCBSearch.c,
	  h323/h323caps.cxx: Fixed GCC 4.2 warnings.

2007-09-18 08:25  csoutheren

	* src/sip/sipcon.cxx: Ensure non-matching SDP is handled correctly

2007-09-18 08:23  csoutheren

	* src/opal/ivr.cxx: Add ability queue multiple events in IVR
	  kickoff

2007-09-18 05:20  rjongbloed

	* src/opal/mediafmt.cxx: Allow frame width/height to be altered by
	  user.

2007-09-18 04:26  rjongbloed

	* samples/openphone/: main.cxx, main.h: Use correct mechanism for
	  forcing windows video output device.

2007-09-18 04:24  rjongbloed

	* src/opal/manager.cxx: Set window title to connection remote party
	  name if video output device has one.

2007-09-18 04:22  rjongbloed

	* src/opal/transcoders.cxx: Fixed output display window starting
	  off at correct size.

2007-09-17 15:22  rjongbloed

	* .cvsignore, samples/mfc/mfc_2005.vcproj,
	  samples/opalgw/opalgw_2005.vcproj, samples/.cvsignore,
	  samples/openphone/OpenPhone_2005.vcproj,
	  samples/simple/simpleDLL_2005.vcproj,
	  samples/simple/simple_2005.vcproj: Moved samples to common
	  directory to make it easier to clean.

2007-09-17 13:27  rjongbloed

	* opal_samples_2005.sln, samples/openphone/OpenPhone_2005.vcproj,
	  samples/simple/simpleDLL_2005.vcproj,
	  samples/simple/simple_2005.vcproj, src/win32/opal_2005.dtf,
	  src/win32/opal_dll_2005.vcproj, src/win32/opal_lib_2005.vcproj,
	  src/win32/opald_2005.dtf, src/win32/opaln_2005.dtf: Fixed "No
	  Trace" build configuration.

2007-09-17 10:55  csoutheren

	* src/sip/sipcon.cxx: Fix problem when incoming SIP call does not
	  contain a supported codec

2007-09-17 07:19  rjongbloed

	* samples/openphone/main.cxx: Fixed call back reporting
	  registration status.

2007-09-17 03:19  rjongbloed

	* include/sip/handlers.h, samples/openphone/main.cxx,
	  src/sip/handlers.cxx: Fixed call back reporting registration
	  status.

2007-09-16 23:25  dsandras

	* opal_cfg.dxy, version.h: Incremented version after tagging
	  v2_2_10.

2007-09-14 08:08  csoutheren

	* include/sip/sdp.h, src/sip/sdp.cxx: Fix problems with incorrect
	  parsing of "c=" lines Clamp ptime to 60 so Ciscos will work

2007-09-14 03:26  csoutheren

	* src/h323/: h323caps.cxx, h450pdu.cxx: Fixed warnings

2007-09-13 16:21  hfriederich

	* include/sip/sipep.h, src/sip/sipep.cxx: Allow to force the
	  creation of a new handler when registering, even if there already
	  exists a handler for the target

2007-09-13 07:57  rjongbloed

	* include/opal/endpoint.h, include/sip/handlers.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/opal/endpoint.cxx, src/opal/manager.cxx,
	  src/sip/handlers.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Rewrite of SIP transaction handling to:	a)
	  use PSafeObject and safe collections	 b) only one database of
	  transactions, remove connection copy	 c) cleaning up only occurs
	  in the existing garbage collection

2007-09-13 07:41  rjongbloed

	* include/codec/opalpluginmgr.h, include/codec/rfc4175.h,
	  include/h323/h323caps.h, include/opal/mediafmt.h,
	  include/opal/transcoders.h, samples/openphone/ReadMe.txt,
	  samples/openphone/main.cxx, samples/simple/main.cxx,
	  src/codec/opalpluginmgr.cxx, src/codec/rfc4175.cxx,
	  src/codec/vidcodec.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323pdu.cxx, src/iax2/iax2con.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/mediastrm.cxx,
	  src/opal/transcoders.cxx, src/rtp/rtp.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/win32/opal_lib_2005.vcproj: Merge from HEAD

2007-09-13 01:02  rjongbloed

	* src/codec/opalpluginmgr.cxx: Code clean up, thanks Hannes.

2007-09-12 21:08  ykiryanov

	* src/codec/opalpluginmgr.cxx: Because I have various versions of
	  strcasecmp for WCE based platforms, such as strcasecmp(char*,
	  char*) or strcasecmp(wchar_t*, char), or strcasecmp(PString,
	  char*), which is under UNICODE are all different, I have added
	  cast of some variables to (const char*). Should we NOT use
	  strcasecmp and go with PString comparisons instead?

2007-09-12 13:59  hfriederich

	* include/sip/handlers.h, include/sip/sipcon.h,
	  include/sip/sippdu.h, src/sip/handlers.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Fix RFC3263 support for
	  connections. Code cleanup

2007-09-12 11:19  rjongbloed

	* src/h323/h323.cxx: Fixed H.323 channel not using merged media
	  format, so not obeying remote TCS.

2007-09-12 09:46  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Fied Yuri's breakage of the Win32
	  debug configuration.

2007-09-12 07:55  csoutheren

	* src/codec/rfc4175.cxx: Fixed SIP fmtp options for rfc 4175

2007-09-12 06:35  rjongbloed

	* samples/openphone/ReadMe.txt: Added extra info on expat

2007-09-12 06:19  rjongbloed

	* include/codec/opalpluginmgr.h, include/h323/h323caps.h,
	  include/opal/mediafmt.h, src/codec/opalpluginmgr.cxx,
	  src/h323/h323caps.cxx: CHanges to avoid creation of long duration
	  OpalMediaFormat instances, eg in   the plug in capabilities, that
	  then do not get updated values from the master   list, or worse
	  from the user modified master list, causing much confusion.

2007-09-12 05:51  rjongbloed

	* samples/openphone/main.cxx: Changed to avoid display of
	  non-existent memory leak.

2007-09-11 17:48  csoutheren

	* include/codec/rfc4175.h, src/codec/rfc4175.cxx: Implemented
	  RC4175 RGB

2007-09-11 16:41  hfriederich

	* include/sip/handlers.h, include/sip/sippdu.h,
	  src/sip/handlers.cxx, src/sip/sipcon.cxx, src/sip/sippdu.cxx: Add
	  basic RFC3263 support. Does not yet work for connection based
	  transactions.

2007-09-11 15:42  csoutheren

	* src/opal/manager.cxx: Add logging for IP address translation

2007-09-11 15:41  csoutheren

	* include/codec/rfc4175.h, src/codec/rfc4175.cxx: Fully implemented
	  RFC 4175 codec with YCrCb420 encoding

2007-09-11 11:18  rjongbloed

	* samples/: openphone/main.cxx, simple/main.cxx: Added full dump of
	  all codecs and their options to trace log.

2007-09-10 20:08  ykiryanov

	* src/win32/opal_lib_2005.vcproj: Added Windows Mobile 6
	  Professional build target

2007-09-10 05:15  rjongbloed

	* include/codec/opalpluginmgr.h, include/opal/transcoders.h,
	  src/codec/opalpluginmgr.cxx, src/opal/mediafmt.cxx,
	  src/opal/transcoders.cxx, src/sip/sipep.cxx: Fixed issues in
	  creating and subsequently using correctly unique   payload types
	  in OpalMediaFormat instances and transcoders.

2007-09-10 02:16  rjongbloed

	* src/opal/mediafmt.cxx: Fixed allocating dynamic payload types to
	  media formats maked as internal via	having an
	  IllegalPayloadType Added extra fields to the PrintOptions()
	  function.

2007-09-10 02:11  rjongbloed

	* include/opal/mediafmt.h, samples/openphone/main.cxx,
	  samples/simple/main.cxx, src/h323/h323.cxx,
	  src/opal/mediastrm.cxx, src/sip/sdp.cxx, src/sip/sipcon.cxx:
	  AddedOpalMediaFormat::IsTransportable() function as better test
	  than simply	checking the payload type, condition is more
	  complex.

2007-09-10 01:46  rjongbloed

	* src/codec/vidcodec.cxx: There is no encoding name for internal
	  formats

2007-09-10 01:44  rjongbloed

	* src/codec/rfc4175.cxx: Fixed payload type and encoding name

2007-09-10 01:37  rjongbloed

	* src/: h323/h323caps.cxx, h323/h323pdu.cxx, iax2/iax2con.cxx,
	  rtp/rtp.cxx: Fixed confusion over MaxPayloadType meaning

2007-09-08 14:01  rjongbloed

	* samples/simple/main.cxx: Improved memory checking (leaks etc),
	  especially when using MSVC debug library.

2007-09-08 12:15  hfriederich

	* configure, include/sip/handlers.h, include/sip/sipep.h,
	  src/sip/handlers.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx: Fix
	  propagation of transaction failures (timeouts, retries exceeded)
	  and some code cleanup

2007-09-07 19:49  ykiryanov

	* include/codec/opalpluginmgr.h: File was missing transcoders.h
	  include. This had an effect while building code with no video.

2007-09-07 14:56  hfriederich

	* include/sip/handlers.h, include/sip/sdp.h, include/sip/sipep.h,
	  src/sip/handlers.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Backports from HEAD

2007-09-07 13:21  hfriederich

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Backports from HEAD

2007-09-07 13:08  hfriederich

	* include/opal/mediastrm.h, include/opal/patch.h,
	  include/opal/transports.h, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx, src/opal/transports.cxx: Backports from
	  HEAD

2007-09-07 10:51  hfriederich

	* include/h323/h323caps.h, include/h323/h323pdu.h,
	  src/h323/channels.cxx, src/h323/gkclient.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323neg.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx,
	  src/h323/h323trans.cxx: Backports from HEAD

2007-09-07 07:44  rjongbloed

	* include/opal/transports.h, src/opal/transports.cxx: Fixed
	  initialisation of SSL context in both OpalListenerTCPS
	  contructors.

2007-09-07 07:40  rjongbloed

	* src/opal/mediafmt.cxx: Fixed issue where OpalMediaOptions are
	  lost when an OpalMediaFormat	  is added to an
	  OpalMediaFormatList.	Also fixes a memory leak in
	  GetAllRegisteredMediaFormats().

2007-09-06 06:58  csoutheren

	* src/sip/sdp.cxx: Fix problem with SDP parsing

2007-09-05 16:19  csoutheren

	* src/opal/transcoders.cxx: Remove warning on Windows

2007-09-05 16:03  csoutheren

	* src/sip/sipcon.cxx: Applied 1783448 - Removing media streams when
	  releasing session Thanks to Borko Jandras

2007-09-05 16:00  csoutheren

	* src/rtp/rtp.cxx: Applied 1783430 - Closing jitter buffer when
	  releasing a session Thanks to Borko Jandras

2007-09-05 15:58  csoutheren

	* src/rtp/jitter.cxx: Applied 1783417 - Restarting the jitter
	  buffer thread Thanks to Borko Jandras

2007-09-05 15:47  csoutheren

	* src/h323/q931.cxx: Applied 1749010 - Fix Q.931 Channel
	  Information for D-Channel only Thanks to Simon Zwahlen

2007-09-05 15:45  csoutheren

	* src/sip/sippdu.cxx: Applied 1748937 - SIP support for combined
	  Via header Thanks to Simon Zwahlen

2007-09-05 15:43  csoutheren

	* include/opal/patch.h, src/opal/patch.cxx: Applied 1748637 - RTP
	  payload translation Thanks to Borko Jandras

2007-09-05 15:36  csoutheren

	* src/opal/transcoders.cxx: Applied 1748268 - Linear-16
	  coder/decoder bug Thanks to Hrvoje Zeba

2007-09-05 15:32  csoutheren

	* src/h323/: gkclient.cxx, h323trans.cxx: Applied 1743378 -
	  Gatekeeper TryAlternate Thanks to Borko Jandras

2007-09-05 15:23  csoutheren

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx: Applied 1704162 - Opal mediastrm.cxx added
	  IsOpen check to SetPatch Thanks to Drazen Dimoti

2007-09-05 15:10  csoutheren

	* src/h323/h323.cxx: Applied 1686620 - Couple of locks in
	  H323Connection class Thanks to Borko Jandras

2007-09-05 15:06  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Applied 1720918 - Track
	  marker packets sent/received Thanks to Josh Mahonin

2007-09-05 09:56  csoutheren

	* src/opal/mediafmt.cxx: Change default frame size for PCM-16 to 1

2007-09-05 09:53  csoutheren

	* src/sip/sdp.cxx: Repaired parsing of parameters for codecs with
	  dynamic payload types

2007-09-05 07:39  csoutheren

	* src/sip/sdp.cxx: Fix problem with parsing a= lines with no
	  attribute values

2007-09-05 06:13  rjongbloed

	* src/h323/h323caps.cxx: Fixed getting same media packetization
	  information in TCS multiple times.

2007-09-05 06:04  csoutheren

	* include/iax2/frame.h, include/iax2/ies.h, src/sip/sdp.cxx: Fixed
	  spelling mistakes

2007-09-05 05:57  csoutheren

	* src/h323/: h323.cxx: Fixed problem with slow start H.323 channels
	  and AnswerCallAlertWithMedia

2007-09-05 03:36  rjongbloed

	* include/h323/h323pdu.h, src/h323/h323caps.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx: Added media
	  packetization fields to H.323 TCS.

2007-09-04 13:54  csoutheren

	* include/sip/handlers.h: Fixed compilation on Linux

2007-09-04 10:27  rjongbloed

	* include/sip/sdp.h, src/sip/sdp.cxx: Added ptime and maxptime SDP
	  attributes.

2007-09-04 10:24  rjongbloed

	* src/opal/transcoders.cxx: Fixed being able to transmit more than
	  one frame per packet audio.

2007-09-04 09:46  csoutheren

	* include/opal/ivr.h, src/opal/ivr.cxx: Fixed tts

2007-09-04 09:12  rjongbloed

	* samples/openphone/main.cxx: Fixed crash when change a media
	  format option after moving it in dialog.

2007-09-04 08:31  rjongbloed

	* src/opal/pcss.cxx: Fixed correct return of "Busy" if PCSS devices
	  are already in use.

2007-09-04 08:22  rjongbloed

	* samples/openphone/main.cxx: Fixed OpenPhone auto answer
	  (threading issue)

2007-09-04 07:42  rjongbloed

	* include/sip/handlers.h, src/sip/handlers.cxx: Added
	  OnRegistrationStatus() call back function so can distinguish
	  between initial registration and refreshes.  Fixed handler states
	  so Refreshing state is actually used!

2007-09-04 07:40  rjongbloed

	* include/sip/sipep.h, samples/openphone/main.cxx,
	  samples/openphone/main.h, src/sip/sipep.cxx: Added
	  OnRegistrationStatus() call back function so can distinguish
	  between initial registration and refreshes.

2007-09-04 07:36  csoutheren

	* src/opal/ivr.cxx: Add tone generator capability to IVR

2007-09-04 06:48  csoutheren

	* include/opal/ivr.h, src/opal/ivr.cxx: Fix state machine problems

2007-09-04 05:10  rjongbloed

	* src/sip/sippdu.cxx: Make sure late arriving 1xx responses do not
	  "reset" the transaction state when   it is already completed.
	  Also assure a completed transaction only passes the	response
	  that did the completion on to connection/endpoint so multiple
	  responses do not confuse higher level logic.

2007-09-04 04:21  rjongbloed

	* include/: codec/opalplugin.h, lids/lidplugin.h: Allow for plug in
	  API versions other than zero.

2007-09-04 04:05  rjongbloed

	* include/codec/opalplugin.h: Fixed benign warning trace on API
	  level for codec plug ins.

2007-09-03 11:48  rjongbloed

	* samples/openphone/main.cxx: Fixed assert when run OpenPhone for
	  first time.

2007-09-03 08:40  rjongbloed

	* src/opal/patch.cxx: Assured data frame has zero payload size so
	  if source media stream does not   alter it the default will be to
	  ignore the frame.

2007-09-02 14:00  dominance

	* configure.ac: * Improved x264 and libavcodec detection: version
	  check & library name check * changed BOOL to bool in mpeg4 (
	  completion of previous commit)

	  patch received from and thus thanks goes to Matthias Schneider.

2007-08-31 13:36  csoutheren

	* src/: h323/channels.cxx, sip/sipcon.cxx: Fix usage of
	  GetOtherPartyConnection without PSafePtr

2007-08-31 09:56  dsandras

	* src/codec/vidcodec.cxx: Applied patch from Matthias Schneider
	  <ma30002000 yahoo de> : * allow higher resolutions * code cleanup
	  Thanks!

2007-08-31 07:28  rjongbloed

	* src/sip/sdp.cxx: Allow for boolean FMTP parameters to not include
	  the =1 part, its mere presence is a "true".

2007-08-29 02:45  csoutheren

	* include/codec/rfc4175.h, src/codec/rfc4175.cxx: Change base class
	  for RFC4175 transcoder

2007-08-26 22:17  hfriederich

	* src/opal/transports.cxx: Allow to filter interfaces based on
	  destination address

2007-08-26 22:04  hfriederich

	* src/opal/transports.cxx: Allow to filter interfaces based on
	  destination address

2007-08-25 19:04  hfriederich

	* include/codec/vidcodec.h, include/h323/h323con.h,
	  include/opal/connection.h, include/opal/mediafmt.h,
	  include/opal/mediastrm.h, include/sip/sipcon.h,
	  include/sip/sippdu.h, src/codec/opalpluginmgr.cxx,
	  src/codec/rfc2833.cxx, src/codec/vidcodec.cxx,
	  src/h323/channels.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx,
	  src/opal/connection.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx, src/opal/transports.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Backport from HEAD

2007-08-24 11:35  rjongbloed

	* samples/openphone/main.cxx: Fixed GNU compiler compatibility.

2007-08-24 09:47  csoutheren

	* include/opal/connection.h, src/sip/sipcon.cxx: Get access to
	  called URL

2007-08-24 08:46  rjongbloed

	* samples/openphone/ReadMe.txt: Updates to OpenPhone ReadMe.txt
	  file on how to build with wxWidgets 2.8

2007-08-24 08:38  csoutheren

	* include/sip/sippdu.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx: Add
	  way to get empty DisplayName without always using default

2007-08-22 11:01  csoutheren

	* include/sip/sipcon.h, src/h323/h323pdu.cxx, src/sip/sipcon.cxx,
	  src/sip/sippdu.cxx: Allow setting of explicit From field in SIP

2007-08-22 07:18  rjongbloed

	* src/codec/opalpluginmgr.cxx: Changed size of RTP packet to be
	  slightlysmaller, the true MTU for ethernet.  Also some code clean
	  ups.

2007-08-22 07:09  rjongbloed

	* src/h323/h323caps.cxx: Improved logging

2007-08-22 03:32  csoutheren

	* src/h323/h323.cxx: Don't set an empty called destination name to
	  string form of transport address

2007-08-21 15:42  rjongbloed

	* opal_2005.sln: Deprecated vidcodectest application for general
	  codectest

2007-08-21 05:12  csoutheren

	* src/sip/sipep.cxx: Fix problem with From having wrong protocol

2007-08-21 02:19  rjongbloed

	* src/h323/channels.cxx: Fixed previous check in which mysteriously
	  changed a flag.

2007-08-20 08:36  rjongbloed

	* opal_samples_2005.sln: Fixed dependency

2007-08-20 08:30  rjongbloed

	* src/opal/transcoders.cxx: Don't validate input paylaod type if
	  transcoding from raw media.

2007-08-20 08:28  rjongbloed

	* opal_samples.sln, samples/.cvsignore: Added new application to
	  test audio and video codecs by taking real media   (camera/YUV
	  file/microphone/WAV file etc) encoding it, decoding it and
	  playing   back on real output device (screen/speaker etc)

2007-08-19 04:05  rjongbloed

	* samples/openphone/: main.cxx, main.h: Made sure deregister from
	  previous regisrar when changed in options dialog.

2007-08-17 13:14  csoutheren

	* include/codec/vidcodec.h, src/codec/vidcodec.cxx: Add
	  OnLostPicture and OnLostPartialPicture commands

2007-08-17 11:00  csoutheren

	* src/h323/channels.cxx: Remove commented-out code

2007-08-17 10:59  csoutheren

	* src/codec/rfc2833.cxx: Changed logging message

2007-08-17 09:55  rjongbloed

	* src/sip/sippdu.cxx: Added more error reporting.

2007-08-17 09:50  dsandras

	* src/opal/mediafmt.cxx: Applied patch from Matthias Schneider
	  <ma30002000 yahoo.de>. Thanks!

2007-08-17 09:39  rjongbloed

	* src/opal/patch.cxx: Removed extraneous piece of code and fixed
	  formatting.

2007-08-17 09:01  csoutheren

	* src/opal/mediafmt.cxx: Shortcut media format copy when src and
	  dest are the same

2007-08-16 05:13  rjongbloed

	* src/h323/h323rtp.cxx: Added H.323 Media Packetization OLC field,
	  sourced from an OpalMediaOption   so plug ins can provide it as
	  required.

2007-08-16 05:10  rjongbloed

	* src/h323/: channels.cxx, h323.cxx: Fixed setting of dynamic RTP
	  in OLC on rx channel for slow start, only worked for fast
	  cononect.  Also fixed sending dynamic RTP type in OLC for Tx
	  channel.

2007-08-16 02:47  rjongbloed

	* src/codec/opalpluginmgr.cxx: Also bad boy Craig for leaving
	  debugging in the code. :-)

2007-08-16 02:22  csoutheren

	* src/codec/opalpluginmgr.cxx: Fixed cut and paste error. Thanks to
	  Matthias Schneider for noticing the problem, and Robert Jongbloed
	  for providing the fix. Bad boy Craig for making it

2007-08-15 11:51  dsandras

	* src/sip/sippdu.cxx: Backport from prePresenceBranch.

2007-08-15 11:51  dsandras

	* src/sip/sippdu.cxx: Backport from PrePresenceBranch.

2007-08-15 08:21  csoutheren

	* include/codec/opalpluginmgr.h: Fix link problem on old compilers
	  caused by PWLib change

2007-08-14 15:14  csoutheren

	* src/sip/sippdu.cxx: Guard against ridiculous values in SIP
	  headers

2007-08-13 18:19  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  src/h323/channels.cxx, src/h323/h323.cxx,
	  src/opal/connection.cxx: Ensure CreateMediaStream is only called
	  *once* for each stream in H.323 calls

2007-08-13 13:50  csoutheren

	* src/sip/sippdu.cxx: Guard against ridiculous values in SIP
	  headers

2007-08-13 08:07  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx:
	  Expose more functions

2007-08-13 06:24  csoutheren

	* include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  src/iax2/callprocessor.cxx, src/iax2/iax2con.cxx,
	  src/iax2/iax2ep.cxx: Normalise IAX2 answer logic

2007-08-13 06:02  csoutheren

	* src/: h323/h323.cxx, iax2/iax2con.cxx, sip/sipcon.cxx,
	  sip/sippdu.cxx: Allow override of SIP display name using
	  StringOptions Normalise setting of local party name

2007-08-11 02:03  rjongbloed

	* src/h323/h323caps.cxx: Fixed incorrect cast in H.323 request
	  mode.

2007-08-10 11:30  rjongbloed

	* include/opal/mediafmt.h: Fixed typos in comments

2007-08-10 11:04  rjongbloed

	* include/codec/opalplugin.h: Fixed numerous spelling errors.
	  Added extra symbols for backward compatibility.  Removed unused
	  (and commented out) code.

2007-08-10 00:15  dereksmithies

	* include/iax2/iax2ep.h: Formatting tidyup. No functional
	  difference.

2007-08-09 10:22  csoutheren

	* src/codec/rfc2833.cxx: Fix typo

2007-08-09 10:21  csoutheren

	* src/codec/opalpluginmgr.cxx: Add missing braces

2007-08-09 10:20  csoutheren

	* src/sip/sippdu.cxx: Fix problem with incorrect contact address
	  being used

2007-08-09 02:54  csoutheren

	* src/codec/opalpluginmgr.cxx: Removed unused code

2007-08-08 19:35  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx: Final
	  plugin manager changes

2007-08-08 14:43  rjongbloed

	* src/opal/transports.cxx: Incorrect test for STUN local address.

2007-08-08 13:18  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx: Fixed
	  Linux compile errors

2007-08-08 13:17  csoutheren

	* src/opal/mediafmt.cxx: Removed warning

2007-08-08 10:59  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx: More
	  plugin manager changes, as the last approach dead-ended :(

2007-08-08 09:12  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx:
	  #ifdef out unused code - to be removed later if nobody complains
	  :)

2007-08-07 21:44  dsandras

	* src/sip/sipep.cxx: Fixed typo. Ideally, the NAT binding refresh
	  code should move to OpalTransportUDP.

2007-08-07 19:23  hfriederich

	* src/sip/sipep.cxx: Re-enable NAT binding refreshes.

2007-08-07 11:04  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx:
	  Export more functions

2007-08-07 10:25  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx:
	  Expose plugin media format classes

2007-08-07 05:10  dereksmithies

	* src/iax2/: callprocessor.cxx, iax2ep.cxx, transmit.cxx: Modify
	  comments. Reduce some of the verbosity of the PTRACE messages.

2007-08-07 03:38  csoutheren

	* include/opal/mediafmt.h: Fix problem with rtpEncodingName member
	  going out of scope

2007-08-07 02:13  csoutheren

	* src/codec/opalpluginmgr.cxx: Fix compile error on Windows

2007-08-06 17:05  csoutheren

	* src/: codec/opalpluginmgr.cxx, opal/mediastrm.cxx: Fix problem
	  with media format settings not being applied to plugin video
	  transcoders on startup

2007-08-06 09:14  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx: Fix
	  logging Correct matching of H.263 capabilities

2007-08-06 00:34  hfriederich

	* configure: Merge from MediaTypeBranch.

	  New features: - Session ID replaced by OpalMediaType class -
	  Dynamic session ID assignment in H.323 according to H.245 -
	  Attempt to dynamically handle different media types (audio /
	  video /    / fax / H.224 etc) instead of hardcoded in the core
	  classes.    (not completed yet)  - Improved propagation of media
	  formats / options between connections - New media command
	  implementation, uses chain-like propagation - SDP 'Capabilities'
	  to ease handling of complex SDP parameters   (like FMTP) - New
	  SIP Transaction handling, avoiding race conditions - Re-written
	  H.224 implementation as an example how to add additional   media
	  types without adding code to the base classes   (connection /
	  endpoint / manager etc)

	  This commit breaks the following code: - T38Fax implementation.
	  - Recently added FMTP handling in MediaFormat/Option and SDP.

2007-08-05 15:12  hfriederich

	* include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/codec/rfc2833.h, include/h323/gkserver.h,
	  include/h323/h323caps.h, include/h323/h323ep.h,
	  include/h323/h323pdu.h, include/opal/buildopts.h.in,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  include/opal/patch.h, include/opal/transcoders.h,
	  include/opal/transports.h, include/rtp/rtp.h,
	  include/sip/handlers.h, include/sip/sdp.h, include/sip/sipcon.h,
	  include/sip/sipep.h, include/sip/sippdu.h,
	  src/codec/opalpluginmgr.cxx, src/codec/rfc2833.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323pdu.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/opalmixer.cxx,
	  src/opal/patch.cxx, src/opal/pcss.cxx, src/opal/transcoders.cxx,
	  src/opal/transports.cxx, src/rtp/rtp.cxx, src/sip/handlers.cxx,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Backport from HEAD - Changes since last
	  commit

2007-08-03 20:43  dsandras

	* src/opal/transports.cxx: Fixed remaining STUN issues.

2007-08-03 13:00  dsandras

	* src/opal/transports.cxx: Removed comment. Ooops.

2007-08-03 12:54  dsandras

	* src/opal/transports.cxx: Fixed warning on GNU/Linux.

2007-08-03 10:23  csoutheren

	* src/codec/opalpluginmgr.cxx: Cleanups

2007-08-03 10:04  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx: Add
	  PrintOn for plugin video caps

2007-08-03 09:21  csoutheren

	* src/codec/rfc4175.cxx: Remove warnings

2007-08-03 09:20  csoutheren

	* src/codec/opalpluginmgr.cxx: Add extra constructor
	  initialisations for plugin capabilities with multiple ancestors

2007-08-03 05:41  csoutheren

	* src/codec/opalpluginmgr.cxx: Fixed usage of tolower in codec
	  control parsing Ensure plugin media options can override existing
	  values Add extra logging

2007-08-03 04:31  rjongbloed

	* src/iax2/iax2ep.cxx: Duelling patches! Removed previous code.

2007-08-03 03:43  rjongbloed

	* src/iax2/iax2ep.cxx: Added missing function implementation to
	  IAX2 code so DLL can link.

2007-08-03 03:24  dereksmithies

	* include/iax2/iax2ep.h: Tidyups so it compiles...

2007-08-03 03:00  rjongbloed

	* samples/openphone/main.h: Fixed compile on DevStudio 2003

2007-08-03 01:25  dereksmithies

	* include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  src/iax2/callprocessor.cxx, src/iax2/iax2con.cxx,
	  src/iax2/iax2ep.cxx: Rework iax2 handling of incoming calls. This
	  should ensure that woomera/simpleopal etc will correctly advise
	  on receiving an incoming call.

2007-08-02 09:54  csoutheren

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Add function to
	  print options on media format

2007-08-02 01:56  csoutheren

	* src/opal/manager.cxx: Add extra logging

2007-08-01 15:10  csoutheren

	* src/sip/sipcon.cxx: Fix problem with early shutdown SIP call not
	  returning response code

2007-08-01 10:37  csoutheren

	* include/opal/patch.h, src/opal/patch.cxx: Add function to lock
	  sink transcoders so options can be set

2007-08-01 07:16  dereksmithies

	* src/iax2/: callprocessor.cxx, iax2con.cxx: Work on getting the
	  different phases right.

2007-08-01 06:30  dereksmithies

	* src/iax2/iax2con.cxx: When connecting a call (at the iax layer),
	  make sure the Opal layer knows about the state change to
	  connected.

2007-08-01 04:20  dereksmithies

	* include/iax2/iax2con.h, src/iax2/iax2con.cxx: Change the way we
	  accept/reject incoming iax2 calls. This change makes us more
	  compliant to the OPAL standard. Thanks Craig for pointing this
	  out.

2007-08-01 01:17  dereksmithies

	* src/iax2/iax2con.cxx: Add code to set payload size, which enables
	  it to work. This is required because we are generating
	  RTP_DataFrames so we can use the OpalJitterBuffer

2007-08-01 01:15  dereksmithies

	* src/iax2/frame.cxx: Reduce verbosity in generated log file.

2007-07-27 07:56  csoutheren

	* src/sip/sipcon.cxx: Fix problem with SIP NAT detection

2007-07-27 03:42  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added cut, copy, paste and
	  most important DELETE of speed dials.

2007-07-26 13:39  rjongbloed

	* src/rtp/rtp.cxx: Removed redundent code

2007-07-26 03:08  rjongbloed

	* opal_samples_2005.sln: Removed extraneous check in of t38
	  project.

2007-07-26 03:05  rjongbloed

	* src/sip/sipcon.cxx: Code tidy up.

2007-07-26 03:03  csoutheren

	* samples/simple/main.cxx: Remove debug code

2007-07-26 02:42  csoutheren

	* samples/simple/main.cxx: Don't send zero length tones

2007-07-26 02:41  csoutheren

	* include/h323/h323con.h, src/h323/h323.cxx: Remove functions which
	  are identical to ancestor

2007-07-26 02:38  csoutheren

	* include/codec/rfc2833.h, include/opal/connection.h,
	  include/rtp/rtp.h, src/codec/rfc2833.cxx,
	  src/opal/connection.cxx, src/rtp/rtp.cxx: Make transmission of
	  RFC2833 independent of the media stream

2007-07-25 05:42  csoutheren

	* src/sip/sipcon.cxx: Fix extraction of remote signal address from
	  Contact field

2007-07-25 03:16  csoutheren

	* opal_samples_2005.sln, src/sip/sipcon.cxx: Fix problem with
	  reinvite and loop detection

2007-07-25 03:14  csoutheren

	* include/t38/t38proto.h, src/t38/t38proto.cxx: Add support for
	  receiving faxes into a TIFF file

2007-07-24 15:46  rjongbloed

	* include/opal/transports.h, src/h323/gkclient.cxx,
	  src/opal/transports.cxx, src/sip/sipcon.cxx: Fixed correct
	  selection of interface after forked INVITE reply arrives on
	  bundled socket.

2007-07-24 14:59  rjongbloed

	* src/codec/opalpluginmgr.cxx: Fixed G.723.1 plug in capability
	  matching, should not include Annex A option.	Made sure all
	  integer OpalMediaOptions are unsigned so is compatible with H.245
	  generic capabilities.

2007-07-24 14:57  rjongbloed

	* src/: opal/mediafmt.cxx, t38/t38proto.cxx: Made sure all integer
	  OpalMediaOptions are unsigned so is compatible with H.245 generic
	  capabilities.

2007-07-24 14:55  rjongbloed

	* src/h323/h323caps.cxx: Fixed correct setting of outgoing bit rate
	  in H.245 generic capabilities.

2007-07-24 14:51  rjongbloed

	* include/opal/mediafmt.h: Fixed odd problem where need to allow
	  for sign bit on an unsigned enum in a struct bitfield.

2007-07-23 08:34  csoutheren

	* src/sip/: sdp.cxx, sipcon.cxx: Stop re-creation of new RTP
	  sessions after SIP authentication fails Do not create video RTP
	  sessions if no video media formats

2007-07-23 08:32  csoutheren

	* src/opal/transports.cxx: Temporary hack to avoid problem with new
	  bundle code.	This change results in PDUs being sent on multiple
	  interfaces and will be removed once further debugging has been
	  performed

2007-07-23 06:58  csoutheren

	* src/sip/sipcon.cxx: Always check return value of
	  OnOpenSourceMediaStreams

2007-07-22 15:02  rjongbloed

	* include/sip/sipep.h, src/sip/handlers.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Cleaned up selection of
	  registered name usage of URL versus host name.

2007-07-22 14:25  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Removed redundent mutex

2007-07-22 13:18  rjongbloed

	* src/sip/sippdu.cxx: Fixed crash if get "unusual" User-Agent
	  field.

2007-07-22 07:07  rjongbloed

	* src/sip/handlers.cxx: Fixed incorrect disable of time to live
	  timer when get unauthorised error.

2007-07-22 06:03  rjongbloed

	* include/opal/transports.h, src/opal/transports.cxx: Fixed issues
	  with STUN usage in socket bundling, now OpalTransport indicates
	  if it wants local or NAT address/port for inclusion to outgoing
	  PDUs.

2007-07-22 05:25  rjongbloed

	* src/sip/sipep.cxx: Assured that if no expiry time is specified
	  for REGISTER, the endpoint default is used.

2007-07-22 05:22  rjongbloed

	* src/opal/manager.cxx: Added INADDR_ANY to addressess that qualify
	  as "local" for NAT purposes.

2007-07-20 07:50  rjongbloed

	* samples/openphone/main.cxx: Added member variable for stun server
	  name in OpalManager, so can be remembered   in original form so
	  change in IP address or temporary STUN server failures do not
	  lose the server being selected by the user.  Tidied the look of
	  the main window while searching for STUN server.

2007-07-20 07:49  rjongbloed

	* include/opal/manager.h, src/opal/manager.cxx: Added member
	  variable for stun server name in OpalManager, so can be
	  remembered   in original form so change in IP address or
	  temporary STUN server failures do not   lose the server being
	  selected by the user.

2007-07-20 07:46  rjongbloed

	* src/h323/h323caps.cxx: Fixed incorrect maxBitRate field in
	  Generic Audio Capabilities.  Implemented
	  H323GenericCapabilityInfo::OnReceivedGenericPDU()

2007-07-20 07:45  rjongbloed

	* src/codec/opalpluginmgr.cxx: Fixed incorrect maxBitRate field in
	  Generic Audio Capabilities

2007-07-19 05:48  csoutheren

	* src/t38/t38proto.cxx: Ensure fake padding RTP packets are handled
	  correctly

2007-07-17 05:16  csoutheren

	* src/t38/t38proto.cxx: Ensure fake padding RTP packets are handled
	  correctly

2007-07-16 08:26  csoutheren

	* src/opal/transcoders.cxx: Better organise payload type checks
	  Remove bug whereby 2048 byte RTP packets are send when payload
	  types are incorrect Add two-stage transcoders for video codecs

2007-07-16 07:52  csoutheren

	* src/t38/t38proto.cxx: Set payload type and SSRC for fake RTP
	  packets Set PDU size before populating RTP fields to avoid memory
	  overrun

2007-07-16 07:33  csoutheren

	* src/opal/transcoders.cxx: Better organise payload type checks
	  Remove bug whereby 2048 byte RTP packets are send when payload
	  types are incorrect Add two-stage transcoders for video codecs

2007-07-16 07:31  csoutheren

	* src/t38/t38proto.cxx: Set payload type and SSRC for fake RTP
	  packets Set PDU size before populating RTP fields to avoid memory
	  overrun

2007-07-10 08:46  csoutheren

	* src/sip/sipcon.cxx: Remove all vestiges of sentTrying variable
	  and fix transmission of 180 Trying when using AnswerCallDeferred

2007-07-10 08:28  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Remove all vestiges of
	  sentTrying variable and fix transmission of 180 Trying when using
	  AnswerCallDeferred

2007-07-10 08:25  csoutheren

	* src/rtp/rtp.cxx: Allow any number of SSRC changes if
	  ignoreOtherSources is set to false

2007-07-10 08:20  csoutheren

	* src/h323/h323.cxx: Fix problem with compiling without H.450

2007-07-10 07:51  csoutheren

	* src/h323/h323.cxx: Fix compilation when H450 not enabled

2007-07-09 08:25  csoutheren

	* src/rtp/rtp.cxx: Allow any number of SSRC changes if
	  ignoreOtherSources is set to false

2007-07-08 15:12  rjongbloed

	* samples/openphone/main.cxx: Fixed being able to make a call to
	  arbitrary address from dialog.

2007-07-08 15:11  rjongbloed

	* src/sip/sipcon.cxx: Fixed accepting re-INVITE from the side of
	  call that did not send the original INVITE.

2007-07-06 14:53  dsandras

	* src/codec/vic/p64.cxx: Added guard against NULL pointer (Ekiga
	  report #367981).

2007-07-06 09:45  dsandras

	* configure: Regenerated configure.

2007-07-06 09:01  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Fixed borken re-INVITE
	  handling (Hold and Retrieve)

2007-07-06 02:40  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-07-05 08:57  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols.

2007-07-05 08:36  rjongbloed

	* src/codec/rfc4175.cxx: Fixed MSVC compiler warning.

2007-07-05 08:33  rjongbloed

	* configure.ac: Added RFC4175 build option for Win32

2007-07-05 08:32  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Added configure.ac to project for
	  convenience.

2007-07-05 08:25  rjongbloed

	* src/: codec/rfc4175.cxx, sip/sipcon.cxx: Fixed GNU compiler
	  warnings.

2007-07-05 07:44  rjongbloed

	* src/sip/sipep.cxx: Simplified the default local party name,
	  prevents it from ever returning 0.0.0.0 as host.

2007-07-05 07:42  rjongbloed

	* src/sip/sippdu.cxx: Removed extraneous transport multiple
	  transmit end connection, not needed	with new socket bundling
	  changes.

2007-07-05 07:40  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Changes to correctly
	  distinguish between INVITE types: normal, forked and re-INVITE
	  these are all handled slightly differently for handling request
	  and responses.  Tidied the translation of SIP status codes and
	  OPAL call end types and Q.931 cause codes.  Fixed (accidental?)
	  suppression of 180 responses on alerting.

2007-07-05 05:58  rjongbloed

	* src/sip/sippdu.cxx: Cleaned up some odd looking code

2007-07-03 18:27  dsandras

	* src/sip/handlers.cxx: Fixed bug reported by Anand R Setlur :
	  crash when registering to non existant domain (ie no transport).

2007-07-03 10:54  rjongbloed

	* src/opal/transports.cxx: Fixed spurios error log when dropping
	  interface.

2007-07-02 20:53  csoutheren

	* include/codec/opalpluginmgr.h, src/codec/opalpluginmgr.cxx:
	  Exposed classes

2007-07-02 06:07  rjongbloed

	* include/sip/sipcon.h, include/sip/sippdu.h, src/sip/sippdu.cxx:
	  Added hooks to get at PDU strings being read/written.

2007-07-01 14:15  dsandras

	* src/sip/handlers.cxx: Fixed cut/paste error. Thanks Robert for
	  noticing this!

2007-06-30 18:43  dsandras

	* src/sip/sipep.cxx: Improved exit sequence.

2007-06-30 18:43  dsandras

	* src/sip/handlers.cxx, include/sip/handlers.h: Make sure
	  transactions are completed before allowing destruction using
	  WaitForTransactionCompletion. If we have a timeout while
	  unsusbscribing, then allow deleting the handler.

2007-06-30 16:00  dsandras

	* include/codec/rfc4175.h, src/codec/rfc4175.cxx: Fixed previous
	  commit so that things at least compile. Untested.

2007-06-30 02:16  csoutheren

	* src/h323/h323.cxx: Fix use of wrong session id

2007-06-30 02:14  csoutheren

	* opal_2005.sln, src/sip/sipcon.cxx: Remove warning from unused
	  variable

2007-06-30 01:34  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Add support for SIP 183
	  messages

2007-06-30 01:24  csoutheren

	* include/codec/rfc4175.h, src/codec/rfc4175.cxx: More RFC4175
	  implementation

2007-06-30 00:20  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Add support for SIP 183
	  commands

2007-06-29 09:20  rjongbloed

	* src/sip/sippdu.cxx: Small clean up of User-Agent string.

2007-06-29 08:59  rjongbloed

	* include/h323/gkserver.h, include/h323/h323ep.h,
	  include/h323/h323pdu.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/sip/sipep.h, include/sip/sippdu.h, src/h323/gkserver.cxx,
	  src/h323/h323.cxx, src/h323/h323caps.cxx, src/h323/h323ep.cxx,
	  src/h323/h323pdu.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx, src/opal/pcss.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx,
	  src/t38/t38proto.cxx: Major improvement to the "product info",
	  normalising H.221 and User-Agent mechanisms.

2007-06-29 04:49  rjongbloed

	* src/: h323/gkserver.cxx, opal/manager.cxx: Added
	  PString::FindSpan() function (strspn equivalent) with slightly
	  nicer semantics.

2007-06-28 14:08  rjongbloed

	* include/opal/connection.h, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/opal/call.cxx, src/opal/connection.cxx,
	  src/sip/sipcon.cxx: Simplified mutex strategy to avoid some wierd
	  deadlocks. All locking of access   to an OpalConnection must be
	  via the PSafeObject locks.

2007-06-28 14:06  rjongbloed

	* samples/openphone/main.cxx: Fixed endless search for "user"
	  endpoint.

2007-06-27 20:19  csoutheren

	* configure, configure.ac, include/opal/buildopts.h.in,
	  include/sip/sipcon.h, src/codec/opalpluginmgr.cxx,
	  src/opal/opalglobalstatics.cxx, src/sip/sipcon.cxx: Fix compile
	  when video disabled

2007-06-27 14:39  rjongbloed

	* samples/openphone/: main.cxx, main.h: Further de-synchronising
	  OPAL callbacks and GUI to avoid deadlocks.

2007-06-27 14:29  rjongbloed

	* include/codec/opalplugin.h, src/codec/opalpluginmgr.cxx: Add new
	  OpalMediaOption for octet strings (simple block of bytes).

2007-06-27 10:14  rjongbloed

	* src/win32/: .cvsignore, CopyDTF_2003.bat, opal_2005.dtf,
	  opald_2005.dtf, opaln_2005.dtf, CopyDTF_2005.bat: Update symbols.

2007-06-27 09:56  rjongbloed

	* include/opal/mediafmt.h, src/h323/h323caps.cxx,
	  src/opal/mediafmt.cxx: Add new OpalMediaOption for octet strings
	  (simple block of bytes).

2007-06-26 13:42  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf,
	  CopyDTF_2003.bat: Update symbols

2007-06-25 23:04  csoutheren

	* src/h323/h323.cxx: Ensure non-fastStart media channels start when
	  using AnswerAlertingWithMedia

2007-06-25 08:13  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols.

2007-06-25 07:44  rjongbloed

	* include/opal/transports.h, src/opal/transports.cxx: Fixed
	  numerous issues with "bound" managed socket, ie associating
	  listeners to a specific named interface.

2007-06-25 07:16  rjongbloed

	* include/sip/sipep.h, src/opal/endpoint.cxx, src/sip/sipep.cxx:
	  Changed GetDefaultTransport() so can return multiple transport
	  names eg udp$ AND tcp$.  Changed listener start up so if no
	  transport is mentioned in the "interface" to listen on   then
	  will listen on all transports supplied by GetDefaultTransport()

2007-06-25 06:04  rjongbloed

	* src/codec/opalpluginmgr.cxx: Fixed compile after change to
	  anonymous structure in header (for GCC).

2007-06-22 19:58  csoutheren

	* include/codec/opalplugin.h: Added explicit names to union in
	  plugin defn for gcc

2007-06-22 08:29  rjongbloed

	* include/h323/h323caps.h, src/codec/g711.c,
	  src/codec/opalpluginmgr.cxx: Fixed GCC warnings.

2007-06-22 07:49  rjongbloed

	* include/h323/h323caps.h, src/h323/h323.cxx,
	  src/h323/h323caps.cxx: Major codec API update:   Automatically
	  map OpalMediaOptions to SIP/SDP FMTP parameters.    Automatically
	  map OpalMediaOptions to H.245 Generic Capability parameters.
	  Largely removed need to distinguish between SIP and H.323 codecs.
	  New mechanism for setting OpalMediaOptions from within a plug
	  in.  Fixed removal of H.323 capabilities just because media
	  format name is a   substring of capability name.  Fixed
	  inadequacies in H.245 Generic Capabilities (must be able to
	  distinguish between TCS, OLC and ReqMode).

2007-06-22 07:48  rjongbloed

	* src/codec/opalpluginmgr.cxx: Major codec API update:
	  Automatically map OpalMediaOptions to SIP/SDP FMTP parameters.
	  Automatically map OpalMediaOptions to H.245 Generic Capability
	  parameters.	 Largely removed need to distinguish between SIP
	  and H.323 codecs.    New mechanism for setting OpalMediaOptions
	  from within a plug in.  Fixed setting of output RTP payload types
	  on plug in video codecs.

2007-06-22 07:47  rjongbloed

	* include/opal/transcoders.h, src/opal/transcoders.cxx: Fixed
	  setting of output RTP payload types on plug in video codecs.

2007-06-22 07:41  rjongbloed

	* include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/opal/mediafmt.h, include/sip/sdp.h,
	  src/opal/mediafmt.cxx, src/sip/sdp.cxx, src/sip/sipcon.cxx: Major
	  codec API update:   Automatically map OpalMediaOptions to SIP/SDP
	  FMTP parameters.    Automatically map OpalMediaOptions to H.245
	  Generic Capability parameters.    Largely removed need to
	  distinguish between SIP and H.323 codecs.    New mechanism for
	  setting OpalMediaOptions from within a plug in.

2007-06-22 04:09  rjongbloed

	* src/lids/lidep.cxx: Removed asserts where is a valid, though
	  unusual, case.

2007-06-22 04:04  rjongbloed

	* src/opal/pcss.cxx: Removed asserts where is a valid, though
	  unusual, case.

2007-06-22 04:02  rjongbloed

	* src/opal/call.cxx: Removed extraneous logging.

2007-06-22 00:16  csoutheren

	* src/h323/h323.cxx: Ensure non-fastStart media channels start when
	  using AnswerAlertingWithMedia

2007-06-21 10:18  rjongbloed

	* samples/openphone/OpenPhone_2005.vcproj,
	  src/win32/opal_dll_2005.vcproj: Added creation of DevStudio
	  browse info.

2007-06-21 10:16  rjongbloed

	* samples/openphone/: main.cxx, main.h: Fixed various
	  multi-threaded GUI issues.

2007-06-16 23:36  dsandras

	* include/opal/mediafmt.h, src/codec/opalpluginmgr.cxx,
	  src/opal/mediafmt.cxx: Added H.264 support thanks to Matthias
	  Schneider <ma30002000 yahoo de>.  Thanks a lot !

	  Baseline Profile: no B-frames We make use of the baseline profile
	  (which is the designated profile for interactive vide) , that
	  means: no B-Frames (too much latency in interactive video) CBR
	  (we want to get the max. quality making use of all the bitrate
	  that is available) We allow one exeption: configuring a bitrate
	  of > 786 kbit/s

	  This plugin implements - Single Time Aggregation Packets A -
	  Single NAL units - Fragmentation Units like described in RFC3984

	  It requires x264 and ffmpeg.

2007-06-16 16:39  hfriederich

	* include/opal/audiorecord.h, include/opal/opalmixer.h,
	  src/opal/opalmixer.cxx: add missing files to branch

2007-06-14 15:07  csoutheren

	* Makefile.in, opal_inc.mak.in: Fix problem with linking system
	  Speex statically

2007-06-14 15:06  csoutheren

	* configure, configure.ac: Clean up output while checking Speex
	  versions

2007-06-14 03:51  csoutheren

	* src/sip/sipcon.cxx: Remove warnings on Linux

2007-06-14 02:43  csoutheren

	* Makefile.in: Fixed Makefile for new socket bundle code

2007-06-13 06:40  csoutheren

	* src/opal/mediastrm.cxx: Backport from head

2007-06-13 06:35  csoutheren

	* src/opal/mediastrm.cxx: Leave room for RTP header when grabbing
	  video

2007-06-12 18:29  hfriederich

	* include/sip/handlers.h, src/sip/handlers.cxx: Add to
	  MediaTypeBranch

2007-06-12 18:29  hfriederich

	* include/opal/buildopts.h.in, include/opal/transports.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/h323/h323.cxx, src/h323/h323trans.cxx,
	  src/opal/transports.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: (Backport from HEAD) Major rework of how SIP
	  utilises sockets, using new "socket bundling"   subsystem Several
	  other bugfixes

2007-06-12 14:06  hfriederich

	* src/lids/lidep.cxx: (Backport from HEAD) Fixed some bugs in the
	  LID code so USB handsets work correctly Reviewed and adjusted
	  PTRACE log levels Fixed CreateCall usage so correct function
	  (with userData) is called on	 incoming connections.

2007-06-12 13:54  hfriederich

	* include/rtp/rtp.h, src/rtp/rtp.cxx: (Backport from HEAD) Add
	  Reset function so we can reload used control frames

2007-06-10 15:06  rjongbloed

	* src/win32/: opal_2005.dtf, opal_lib_2005.vcproj, opald_2005.dtf,
	  opaln_2005.dtf: Major rework of how SIP utilises sockets, using
	  new "socket bundling" subsystem.

2007-06-10 10:55  rjongbloed

	* include/opal/transports.h, include/sip/handlers.h,
	  include/sip/sharedtransports.h, include/sip/sipcon.h,
	  include/sip/sipep.h, include/sip/sippdu.h, src/h323/h323.cxx,
	  src/h323/h323trans.cxx, src/opal/transports.cxx,
	  src/sip/handlers.cxx, src/sip/sipcon.cxx,
	  src/sip/sharedtransports.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx, src/win32/opal_2003.dtf,
	  src/win32/opal_lib.vcproj, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Major rework of how SIP utilises
	  sockets, using new "socket bundling" subsystem.

2007-06-10 10:25  rjongbloed

	* src/lids/lidpluginmgr.cxx: Fixed race condition with tones on LID
	  handset.

2007-06-09 18:08  dsandras

	* src/sip/sippdu.cxx: Backport from HEAD (routing of ACK requests).

2007-06-09 17:40  dsandras

	* src/sip/: sipcon.cxx, sippdu.cxx: Fixed routing of ACK PDUs. Only
	  an ACK sent for a non 2XX response needs to copy the Route header
	  from the original request.

2007-06-09 09:37  rjongbloed

	* src/lids/: lidep.cxx, lidpluginmgr.cxx: Fixed some bugs in the
	  LID code so USB handsets work correctly.

2007-06-09 08:06  rjongbloed

	* samples/simple/main.cxx: Added check that --srcep parameter has
	  endpoing type existing before selection.

2007-06-06 11:08  rjongbloed

	* samples/openphone/: main.cxx, main.h: Fixed deadlocks in
	  OpenPhone Timer/GUI interaction.

2007-06-05 23:37  dsandras

	* src/sip/: sipcon.cxx, sippdu.cxx: Use the route set directly from
	  the PDU instead of using the route set from the connection. Make
	  sure the route set is being used when routing all types of PDUs.

2007-06-05 02:30  rjongbloed

	* src/win32/opal_dll_2005.vcproj: Fixed incorrect exclusion DEF
	  file from PWLib

2007-06-04 14:37  rjongbloed

	* src/win32/opal_dll.vcproj: Utilise new MergeSym feature to no
	  longer overwrite the source .DEF file when building DLLs.  This
	  makes CVS updates much, MUCH faster at the expense of slightly
	  slower (ten seconds or so) builds of the DLLs and a manual
	  process for the maintainers (me) to update the CVS periodically.

2007-06-04 11:19  dsandras

	* src/sip/sipcon.cxx: Backport from HEAD. (Removed redundant
	  locking, patch from Robert).

2007-06-04 11:12  rjongbloed

	* src/sip/sipcon.cxx: Removed too tightly specified connection for
	  I-Frame request, was only for   PCSS connections which precludes
	  gateways etc.  Also removed some redundent locking.

2007-06-04 11:11  rjongbloed

	* src/win32/opal_dll_2005.vcproj: Utilise new MergeSym feature to
	  no longer overwrite the source .DEF file when building DLLs.
	  This makes CVS updates much, MUCH faster at the expense of
	  slightly slower (ten seconds or so) builds of the DLLs and a
	  manual process for the maintainers (me) to update the CVS
	  periodically.

2007-06-02 15:38  dsandras

	* Makefile.in, configure, configure.ac, opal_inc.mak.in: Fixed
	  build on linux which was broken due to partial commit of the
	  RFC4175 code.

2007-06-01 06:23  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Added handling for SIP
	  video update request as per
	  draft-levin-mmusic-xml-media-control-10.txt

2007-05-31 16:11  csoutheren

	* include/opal/buildopts.h.in, include/codec/rfc4175.h,
	  src/codec/rfc4175.cxx, src/opal/opalglobalstatics.cxx,
	  src/win32/opal_lib_2005.vcproj: Add initial support for RFC 4175
	  uncompressed video encoding

2007-05-30 10:40  hfriederich

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: (Backport from HEAD) Changes since May 1,
	  2007. Including Presence code

2007-05-29 23:36  dsandras

	* src/sip/sippdu.cxx: Sanity check Content-Length field.  Backport
	  from HEAD.

2007-05-29 23:34  dsandras

	* src/h323/h323.cxx: Fixed previous commit.

2007-05-29 23:31  dsandras

	* src/sip/sdp.cxx: Fixed Assertion fail in SetAttribute() if empty
	  formats list.  Don't use deleted media session info when parsing
	  fails.  (Backports from HEAD).

2007-05-29 23:15  dsandras

	* src/h323/h323.cxx: Backport from HEAD.

2007-05-29 08:26  csoutheren

	* include/rtp/rtp.h, include/rtp/zrtp.h, src/rtp/rtp.cxx: Backports
	  from head

2007-05-29 08:26  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Add Reset function so we can
	  reload used control frames

2007-05-28 18:41  hfriederich

	* include/codec/opalplugin.h, include/h323/h323neg.h,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/opal/mediastrm.h, include/rtp/rtp.h,
	  include/t38/t38proto.h, src/codec/opalpluginmgr.cxx,
	  src/h323/h323.cxx, src/h323/h323neg.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/rtp/rtp.cxx, src/t38/t38proto.cxx: Backport from HEAD,
	  changes since May 3, 2007

2007-05-28 16:48  dominance

	* Makefile.in: fix notrace compile. We already feed the
	  OBJDIR_SUFFIX as 'n', no need to add another suffix.

2007-05-28 15:23  hfriederich

	* include/opal/buildopts.h.in: (Backport from HEAD) Fix T.38
	  compile problems on Linux

2007-05-28 10:39  csoutheren

	* src/: rtp/rtp.cxx, sip/sdp.cxx, sip/sippdu.cxx: Backports from
	  head

2007-05-28 10:38  csoutheren

	* src/sip/sippdu.cxx: Sanity check Content-Length field

2007-05-28 10:38  csoutheren

	* src/sip/sdp.cxx: Don't use deleted media session info when
	  parsing fails

2007-05-28 10:37  csoutheren

	* src/rtp/rtp.cxx: Protect against sending BYE when RTP session not
	  connected

2007-05-27 14:17  dsandras

	* src/sip/sippdu.cxx: Backport from HEAD.

2007-05-27 04:03  csoutheren

	* src/sip/sippdu.cxx: Applied Ekiga Bugzilla 368524 - Digest
	  Authentication Issues Thankls to Rui Carmo for finding and Knut
	  Omang for fixing

2007-05-23 22:52  dsandras

	* include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx: We
	  should release the current session if no ACK is received after an
	  INVITE answer for a period of 64*T1. Don't trigger the ACK timer
	  when sending an ACK, only when not receiving one.

2007-05-23 21:58  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Run garbage collector more
	  often.

2007-05-23 16:39  dsandras

	* src/opal/patch.cxx: Removed annoying output.

2007-05-23 13:10  dsandras

	* src/opal/connection.cxx, include/opal/connection.h: Added missing
	  check for PDTMFDecoder presence in PWLIB.

2007-05-23 02:32  csoutheren

	* include/h323/h323neg.h, src/h323/h323.cxx, src/h323/h323neg.cxx:
	  Back ports from HEAD

2007-05-23 02:25  csoutheren

	* include/h323/h323neg.h, src/h323/h323.cxx, src/h323/h323neg.cxx:
	  Don't increment TCS sequence number if h245InSetup ignored

2007-05-22 23:06  dsandras

	* src/sip/sharedtransports.cxx: Correctly initialize the shared
	  transport using DNS SRV if required.	This will need to be fixed
	  at the SIPHandler level when we will not using this class anymore
	  but individual transports with a sockets bundle.

2007-05-22 23:04  dsandras

	* src/sip/sipep.cxx: Fixed issue when PTRACING if the transport
	  could not be created.

2007-05-22 20:19  dsandras

	* src/sip/handlers.cxx: Added conditional check for P_EXPAT.

2007-05-22 09:33  csoutheren

	* opal_cfg.dxy, version.h: Incremented version

2007-05-21 19:45  dsandras

	* src/sip/sipep.cxx: Fixed usage of Register due to recent changes
	  in the API leading to a crash on exit (when unregistering).

2007-05-21 19:34  dsandras

	* src/sip/sipep.cxx: Added guard against NULL transport.

2007-05-21 15:41  csoutheren

	* src/sip/sipcon.cxx: Backport from head

2007-05-21 10:28  csoutheren

	* src/opal/patch.cxx: Ensure sink format can be obtained when
	  direct media patches are used

2007-05-21 06:30  dereksmithies

	* include/opal/opalmixer.h, include/rtp/zrtp.h,
	  include/sip/handlers.h, include/sip/sharedtransports.h,
	  include/sip/sipep.h, samples/opalgw/precompile.h,
	  samples/openphone/main.h: put #ifndef _PTLIB_H protection around
	  the include of ptlib.h

2007-05-20 10:16  rjongbloed

	* samples/openphone/main.cxx, src/win32/opal_2003.dtf,
	  src/win32/opal_lib.vcproj, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Added various handlers to manage
	  subscriptions for presence, message waiting indications,
	  registrations, state publishing, message conversations, ...

2007-05-18 03:20  csoutheren

	* src/sip/sipcon.cxx: Ensure remote address is set when new
	  transport created. This fixes problem with Contact field having
	  incorrect address

2007-05-18 02:35  csoutheren

	* include/sip/sipep.h, src/sip/sipep.cxx: Normalise Register
	  functions Add symbol so applications know about presence of
	  presence :)

2007-05-17 17:38  vfrolov

	* src/h323/h323.cxx: Added number to RemotePartyCallbackURL

2007-05-16 12:45  dsandras

	* include/opal/mediastrm.h: Added 2 new functions to the API thanks
	  to Matthias Schneider <ma30002000 yahoo de>. Thanks!

2007-05-16 12:25  dsandras

	* src/sip/sipep.cxx: Fixed previous commit.

2007-05-16 03:16  csoutheren

	* include/sip/sipep.h, src/sip/handlers.cxx,
	  src/sip/sharedtransports.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx, src/win32/opal_lib_2005.vcproj: Added new
	  files to Windows build Removed compiler warnings on Windows Added
	  backwards compatible SIP Register function

2007-05-15 22:48  dsandras

	* include/sip/sippdu.h, src/sip/sipcon.cxx: Added various handlers
	  to manage subscriptions for presence, message waiting
	  indications, registrations, state publishing, message
	  conversations, ...  Adds/fixes support for RFC3856, RFC3903,
	  RFC3863, RFC3265, ...  Many improvements over the original
	  SIPInfo code.  Code contributed by NOVACOM
	  (http://www.novacom.be) thanks to EuroWeb
	  (http://www.euroweb.hu).

2007-05-15 22:45  dsandras

	* include/sip/handlers.h, src/sip/handlers.cxx,
	  include/sip/sipep.h, src/sip/sipep.cxx, Makefile.in,
	  src/sip/sippdu.cxx: Added various handlers to manage
	  subscriptions for presence, message waiting indications,
	  registrations, state publishing, message conversations, ...
	  Adds/fixes support for RFC3856, RFC3903, RFC3863, RFC3265, ...
	  Many improvements over the original SIPInfo code.  Code
	  contributed by NOVACOM (http://www.novacom.be) thanks to EuroWeb
	  (http://www.euroweb.hu).

2007-05-15 22:42  dsandras

	* include/sip/sharedtransports.h, src/sip/sharedtransports.cxx:
	  Added basic class allowing to share transports between various
	  SIP handlers. This class should be deprecated soon with the new
	  OpalTransport changes. Code contributed by NOVACOM
	  (http://www.novacom.be) thanks to EuroWeb
	  (http://www.euroweb.hu).

2007-05-15 11:39  rjongbloed

	* include/codec/opalplugin.h: Fixed various OIDs for H.245 generic
	  capabilities.  Added G.722.2 OID for H.245 generic capabilities.
	  Changed the H.323 capability "extra info" pointer to be const.

2007-05-15 09:26  csoutheren

	* include/h323/h323ep.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/sip/sipcon.h, src/h323/h323.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Remove deprecated	interface to STUN server in
	  H323Endpoint Change UseNATForIncomingCall to IsRTPNATEnabled
	  Various cleanups of messy and unused code

2007-05-15 07:24  csoutheren

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, src/h323/h323.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/sip/sipcon.cxx: Add
	  UseNATForIncomingCall override so applications can optionally
	  implement their own NAT activation strategy

2007-05-15 03:48  csoutheren

	* include/opal/buildopts.h.in, src/t38/t38proto.cxx: Fix T.38
	  compile problems on Linux

2007-05-14 12:44  rjongbloed

	* include/rtp/rtp.h, src/rtp/rtp.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Added PrintOn
	  function to RTP_DataFrame

2007-05-14 01:51  dereksmithies

	* src/t38/t38proto.cxx: If t38 is disabled, minimise the work done
	  to compile this file.

2007-05-12 05:57  rjongbloed

	* src/codec/opalpluginmgr.cxx: Fixed transcoder from plug in not
	  being created correctly due to media format not yet being
	  registered.

2007-05-11 00:35  rjongbloed

	* src/win32/: opaln_2003.dtf, opal_2003.dtf, opald_2003.dtf: Update
	  symbols

2007-05-10 07:34  csoutheren

	* include/t38/t38proto.h, src/codec/opalpluginmgr.cxx,
	  src/t38/t38proto.cxx: Ensure fax transmission works with
	  reasonable size audio blocks

2007-05-10 07:01  csoutheren

	* src/opal/manager.cxx: Increase default number of RTP ports
	  because sometimes, 100 ports is not enough :)

2007-05-10 06:45  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Change CSEQ storage to be an atomic integer Fix hole in
	  transaction mutex handling

2007-05-10 03:03  rjongbloed

	* samples/openphone/: OpenPhone_2005.vcproj, main.cxx: Updated
	  build for wxWidgets 2.8.x

2007-05-09 16:57  hfriederich

	* include/h323/: h323con.h: Make SetRemotePartyInfo() virtual

2007-05-09 14:39  csoutheren

	* src/opal/connection.cxx: Backport from head

2007-05-09 03:41  csoutheren

	* src/sip/sipcon.cxx: Ensure CANCEL is sent if incoming call hungup
	  before ACK is received

2007-05-09 03:39  csoutheren

	* include/opal/mediastrm.h, src/opal/call.cxx: Remove redundant
	  patch for NULL source streams

2007-05-09 00:48  rjongbloed

	* src/win32/: opal_2003.dtf, opal_lib.vcproj, opald_2003.dtf,
	  opaln_2003.dtf: Add call record capability

2007-05-08 11:31  csoutheren

	* Makefile.in, include/opal/opalmixer.h: Removed warnings on Unix

2007-05-07 16:15  csoutheren

	* samples/simple/main.cxx: Add z and Z commands to start and stop
	  call recording

2007-05-07 16:13  csoutheren

	* include/opal/audiorecord.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/manager.h,
	  include/opal/opalmixer.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx,
	  src/opal/opalmixer.cxx, src/win32/opal_lib_2005.vcproj: Add call
	  record capability

2007-05-04 17:32  vfrolov

	* src/h323/h323rtp.cxx: Enabled OLC and OLCAck w/o
	  mediaControlChannel for DefaultDataSessionID

2007-05-04 17:24  vfrolov

	* src/sip/sdp.cxx: Fixed Assertion fail in SetAttribute() if empty
	  formats list

2007-05-04 17:09  vfrolov

	* src/opal/mediastrm.cxx: Added missing initialization of
	  defaultDataSize

2007-05-04 11:51  hfriederich

	* include/sip/sdp.h, include/sip/sipcon.h, include/sip/sipep.h,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Backport from HEAD - Changes since Apr 1,
	  2007

2007-05-04 10:17  hfriederich

	* include/t38/t38proto.h, src/t38/h323t38.cxx,
	  src/t38/t38proto.cxx: Fix compilation

2007-05-04 09:41  hfriederich

	* include/t38/t38proto.h, src/t38/t38proto.cxx: Port to MediaType
	  architecture. Needs testing

2007-05-03 14:25  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-05-03 12:37  hfriederich

	* include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323neg.h, include/opal/buildopts.h.in,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  include/opal/mediastrm.h, include/opal/pcss.h, include/rtp/rtp.h,
	  include/rtp/srtp.h, src/codec/opalpluginmgr.cxx,
	  src/codec/rfc2833.cxx, src/codec/vidcodec.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323neg.cxx,
	  src/h323/h323rtp.cxx, src/h323/h450pdu.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx, src/opal/pcss.cxx,
	  src/opal/transcoders.cxx, src/opal/transports.cxx,
	  src/rtp/rtp.cxx: Backport from HEAD.	All changes since Apr 1,
	  2007

2007-05-02 06:36  csoutheren

	* src/opal/mediastrm.cxx: Fixed incorrect divisor in delay for
	  OpalFileMediaStream

2007-05-02 06:13  csoutheren

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Add delay to
	  OpalFileMediaStream::ReadData and OpalFileMediaStream::WriteData

2007-05-01 07:35  rjongbloed

	* src/sip/sippdu.cxx: Print received SIP PDU as early as possible,
	  in case of crash.

2007-05-01 07:33  rjongbloed

	* src/t38/t38proto.cxx: Fixed compiler warning

2007-05-01 07:32  rjongbloed

	* samples/simple/main.cxx: Added display of active SIP listeners

2007-05-01 07:29  csoutheren

	* src/sip/sipep.cxx: Fix problem with bad delete of SIPConnection
	  when transport not available

2007-04-28 14:06  vfrolov

	* src/h323/h323.cxx: Fixed Assertion fail if received
	  h2250LogicalChannelParameters w/o mediaControlChannel

2007-04-26 09:01  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  include/opal/mediastrm.h, src/h323/h323.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/sip/sipcon.cxx: Add extra code to
	  deal with getting media formats from connections early enough to
	  do proper gatewaying between calls. The SIP and H.323 code need
	  to have the handing of the remote and local formats standardized,
	  but this will do for now

2007-04-25 09:49  csoutheren

	* src/h323/h323.cxx: Fix problem with external RTP channels for
	  incoming H.323 calls

2007-04-24 09:58  csoutheren

	* configure, configure.ac, src/codec/g711.c: Applied 1668556 -
	  Optimize and correct linear2ulaw conversion Thanks to Stefan
	  Brns

2007-04-23 03:18  csoutheren

	* src/sip/sipcon.cxx: Removed warnings on Windows

2007-04-23 00:39  dereksmithies

	* src/iax2/iax2ep.cxx: Lower verbosity of PTRACE statements.  Get
	  G711 to work. NOTE - iax2 requires no silence suppression.

2007-04-23 00:37  dereksmithies

	* src/iax2/: callprocessor.cxx, frame.cxx, iax2con.cxx: Lower
	  verbosity of PTRACE statements.

2007-04-21 15:48  dsandras

	* include/sip/sdp.h, src/sip/sdp.cxx: Allow a different connect
	  address per media description. Fixes Ekiga bug #430870.

2007-04-21 13:05  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Fixed more interoperability
	  problems due to bugs in Cisco Call Manager.  Do not clear calls
	  if the video transport can not be established.  Only reinitialize
	  the registrar transport if required (STUN is being used and the
	  public IP address has changed).

2007-04-21 12:43  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Fixed more interoperability
	  problems due to bugs in Cisco Call Manager.  Do not clear calls
	  if the video transport can not be established.  Only reinitialize
	  the registrar transport if required (STUN is being used and the
	  public IP address has changed).

2007-04-20 09:08  rjongbloed

	* src/sip/sipep.cxx: Fixed compiler warning

2007-04-20 08:57  rjongbloed

	* src/rtp/rtp.cxx: Fixed various log levels

2007-04-20 08:49  csoutheren

	* include/opal/buildopts.h.in: Really disable video code when video
	  is turned off

2007-04-20 08:48  csoutheren

	* src/sip/sipcon.cxx: Fix typo

2007-04-20 08:46  csoutheren

	* src/opal/mediastrm.cxx: Remove compile warning

2007-04-20 06:34  csoutheren

	* src/rtp/rtp.cxx: Only swallow initial RTP packets for audio

2007-04-20 04:39  rjongbloed

	* src/opal/connection.cxx: Attempt to fix one of the possible
	  deadlock scenarios between the   connections in a call, now locks
	  whole call instead of each individual   connection.

2007-04-19 08:34  csoutheren

	* include/opal/mediastrm.h, include/rtp/rtp.h,
	  include/sip/sipcon.h, src/codec/opalpluginmgr.cxx,
	  src/opal/mediastrm.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx:
	  Applied 1703206 - OpalVideoFastUpdatePicture over SIP Thanks to
	  Josh Mahonin

2007-04-19 08:17  csoutheren

	* include/iax2/callprocessor.h, include/iax2/frame.h,
	  include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  include/iax2/iax2jitter.h, include/iax2/iedata.h,
	  include/iax2/ies.h, include/iax2/processor.h,
	  include/iax2/receiver.h, include/iax2/regprocessor.h,
	  include/iax2/remote.h, include/iax2/safestrings.h,
	  include/iax2/sound.h, include/iax2/specialprocessor.h,
	  include/iax2/transmit.h, include/rtp/srtp.h,
	  src/h323/h235auth.cxx: Fixes for precompiled headers with gcc

2007-04-18 10:19  ykiryanov

	* src/win32/: opal_dll_2005.vcproj, opal_lib_2005.vcproj: [no log
	  message]

2007-04-18 05:23  rjongbloed

	* include/sip/sipep.h, src/sip/sipep.cxx: Moved large chunk of code
	  from header to source file.

2007-04-18 02:00  csoutheren

	* include/opal/connection.h, include/opal/manager.h,
	  src/opal/connection.cxx, src/opal/manager.cxx: Add hooks for
	  recording call audio

2007-04-18 01:45  csoutheren

	* include/: rtp/srtp.h, opal/buildopts.h.in: Fix name of SRTP
	  libraries on Windows

2007-04-17 23:49  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx, src/sip/sippdu.cxx: Fixed
	  Via field in previous commit.  Make sure the correct port is
	  being used.  Improved FindSIPInfoByDomain.

2007-04-17 08:43  ykiryanov

	* src/win32/: opal_2005_wm.dtf, opald_2005_wm.dtf,
	  opaln_2005_wm.dtf: DTF files for Windows Mobile 5.0 SDK

2007-04-17 01:05  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-04-16 12:48  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-04-16 08:48  rjongbloed

	* include/opal/call.h: Added virtual to OpalCall::GetMediaFormats
	  to allow user override.

2007-04-16 06:12  rjongbloed

	* samples/simple/main.cxx: Added ability to set transmitted video
	  frame size (qcif etc).  Added ability to set any media format
	  option.

2007-04-16 05:32  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-04-15 12:10  dsandras

	* src/opal/transcoders.cxx: Do not try converting frames with a
	  payload size of 0.

2007-04-15 12:09  dsandras

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Some systems like CISCO Call Manager do not
	  like having a Contact field in INVITE PDUs which is different to
	  the one being used in the original REGISTER request.	Added code
	  to use the same Contact field in both cases if we can determine
	  that we are registered to that specific account and if there is a
	  transport running.  Fixed problem where the SIP connection was
	  not released with a BYE PDU when the ACK is received while we are
	  already in EstablishedPhase.

2007-04-15 11:55  dsandras

	* src/opal/transcoders.cxx: Do not try converting input frames with
	  a payload size of 0.

2007-04-15 11:54  dsandras

	* src/sip/sipcon.cxx, src/sip/sipep.cxx, include/sip/sipep.h,
	  src/sip/sippdu.cxx: Some systems like CISCO Call Manager do like
	  having a Contact field in INVITE PDUs which is different to the
	  one being used in the original REGISTER request.  Added code to
	  use the same Contact field in both cases if we can determine that
	  we are registered to that specific account and if there is a
	  transport running.  Fixed problem where the SIP connection was
	  not released with a BYE PDU when the ACK is received while we are
	  already in EstablishedPhase.

2007-04-13 09:27  rjongbloed

	* src/opal/mediastrm.cxx: Changed to use sound device factory to
	  create PSoundChannel for   use by endpoint. Allows use of new WAV
	  file sound device.  Changed hard coded numbers for video frame
	  size to use symbols.

2007-04-13 09:26  rjongbloed

	* src/opal/pcss.cxx: Changed to use sound device factory to create
	  PSoundChannel for   use by endpoint. Allows use of new WAV file
	  sound device.

2007-04-13 09:25  rjongbloed

	* src/opal/manager.cxx: Changed hard coded numbers for video frame
	  size to use symbols.

2007-04-13 09:20  rjongbloed

	* samples/simple/simpleDLL_2005.vcproj: Removed static link symbol
	  on DLL build.

2007-04-12 12:59  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-04-11 20:09  dsandras

	* opal_cfg.dxy, version.h: Incremented version number.

2007-04-10 21:00  hfriederich

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/opal/endpoint.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Reorganization of the way transaction and
	  transaction transitions are	handled. More testing needed.

2007-04-10 08:44  rjongbloed

	* samples/simple/main.cxx: Cosmetic change, removed non-wire media
	  formats from print out of "Available Media Formats". Also
	  resorted and removed formats as per -P and -D.

2007-04-10 07:15  rjongbloed

	* include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323neg.h, include/opal/mediafmt.h,
	  include/sip/sdp.h, samples/simple/main.cxx,
	  src/codec/opalpluginmgr.cxx, src/codec/vidcodec.cxx,
	  src/h323/h323.cxx, src/h323/h323caps.cxx, src/h323/h323neg.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/sip/sdp.cxx, src/t38/t38proto.cxx,
	  src/win32/opal_2005.dtf, src/win32/opald_2005.dtf,
	  src/win32/opaln_2005.dtf: Fixed issue with use of static C string
	  variables in DLL environment,   must use functional interface for
	  correct initialisation.

2007-04-09 10:35  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-04-08 07:38  ykiryanov

	* src/win32/opal_dll_2005.vcproj: Changes to Windows Mobile 5.0 SDK
	  Port to make opal.dll built

2007-04-08 04:59  ykiryanov

	* opal_2005.sln, src/win32/dllmain.cxx,
	  src/win32/opal_dll_2005.vcproj, src/win32/opal_lib_2005.vcproj:
	  [no log message]

2007-04-05 04:41  rjongbloed

	* include/rtp/rtp.h, src/rtp/rtp.cxx, src/win32/opal_2005.dtf,
	  src/win32/opald_2005.dtf, src/win32/opaln_2005.dtf: Added ability
	  to have non-dynamic allocation of memory in RTP data frames.

2007-04-05 04:16  rjongbloed

	* src/opal/manager.cxx: Fixed validation of video devices set on
	  OpalManager, especially in regard to video file driver.

2007-04-04 04:37  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-04-04 04:12  rjongbloed

	* src/: codec/echocancel.cxx, codec/opalpluginmgr.cxx,
	  codec/rfc2833.cxx, codec/silencedetect.cxx, h323/channels.cxx,
	  h323/gkclient.cxx, h323/gkserver.cxx, h323/h235auth.cxx,
	  h323/h235auth1.cxx, h323/h323.cxx, h323/h323caps.cxx,
	  h323/h323ep.cxx, h323/h323neg.cxx, h323/h323rtp.cxx,
	  h323/h323trans.cxx, h323/h450pdu.cxx, h323/peclient.cxx,
	  h323/svcctrl.cxx, lids/lid.cxx, lids/lidep.cxx, opal/call.cxx,
	  opal/connection.cxx, opal/endpoint.cxx, opal/ivr.cxx,
	  opal/manager.cxx, opal/mediastrm.cxx, opal/patch.cxx,
	  opal/pcss.cxx, opal/transports.cxx, rtp/jitter.cxx, rtp/rtp.cxx,
	  sip/sdp.cxx, sip/sipcon.cxx, sip/sipep.cxx, sip/sippdu.cxx:
	  Reviewed and adjusted PTRACE log levels   Now follows
	  1=error,2=warn,3=info,4+=debug

2007-04-04 00:05  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-04-03 15:04  rjongbloed

	* samples/simple/main.cxx, src/opal/manager.cxx: Added driverName
	  to PVideoDevice::OpenArgs (so can select YUVFile) Added new
	  statics to create correct video input/output device object
	  given a PVideoDevice::OpenArgs structure.  Fixed incorrect
	  initialisation of default video input device.  Fixed last calls
	  video size changing the default value.

2007-04-03 14:49  rjongbloed

	* samples/simple/simpleDLL.vcproj: Fied output directory for
	  simpleOPAL executable

2007-04-03 09:59  rjongbloed

	* include/opal/pcss.h, samples/openphone/main.cxx,
	  samples/openphone/main.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/opal/pcss.cxx: Warning: API change to
	  PCSS callbacks:   changed return on OnShowIncoming to BOOL, now
	  agrees with	  documentation and allows UI to abort calls early.
	  added BOOL to AcceptIncomingConnection indicating the
	  supplied token is invalid.	removed redundent
	  OnGetDestination() function, was never required.

2007-04-03 09:40  rjongbloed

	* src/: h323/h323ep.cxx, iax2/iax2ep.cxx, lids/lidep.cxx,
	  sip/sipep.cxx: Fixed CreateCall usage so correct function (with
	  userData) is called on   incoming connections.

2007-04-03 09:13  rjongbloed

	* src/opal/manager.cxx: Fixed SetUpCall() so actually passes
	  userData to CreateCall()

2007-04-03 07:27  rjongbloed

	* include/opal/call.h, include/opal/connection.h,
	  include/sip/sipcon.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/opal/call.cxx, src/sip/sipcon.cxx:
	  Cleaned up somewhat confusing usage of the OnAnswerCall() virtual
	  function. The name is innaccurate and exists as a legacy from
	  the	OpenH323 days. it now only indicates how alerting is done
	  (with/without media) and does not actually answer the call.

2007-04-03 06:46  rjongbloed

	* samples/simple/: simpleDLL_2005.vcproj, simple_2005.vcproj:
	  Changed executable name to simpleOPAL.exe so more obvious what it
	  is when copying it around to be used on other systems.

2007-04-02 08:13  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-04-02 07:51  rjongbloed

	* src/: codec/opalpluginmgr.cxx, h323/gkclient.cxx, h323/h323.cxx,
	  h323/h323annexg.cxx, h323/h323ep.cxx, h323/h450pdu.cxx,
	  h323/peclient.cxx, opal/connection.cxx, opal/manager.cxx,
	  opal/mediastrm.cxx, opal/patch.cxx, rtp/jitter.cxx, rtp/rtp.cxx:
	  Tidied some trace logs to assure all have a category (bit before
	  a tab character) set.

2007-04-01 00:48  hfriederich

	* src/sip/sipcon.cxx: Ensure capabilities are initialized before
	  building the SDP reply

2007-04-01 00:28  hfriederich

	* src/sip/sipcon.cxx: Fix logical error.  Ensure that media streams
	  are present when received final response

2007-03-31 05:28  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-30 20:09  dsandras

	* opal_cfg.dxy, version.h: Incremented version number

2007-03-30 16:45  hfriederich

	* include/sip/sipep.h, include/sip/sippdu.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Reorganization of hte way
	  transactions are handled. Delete transactions   in garbage
	  collector when they're terminated. Update destructor code   to
	  improve safe destruction of SIPEndPoint instances.

2007-03-30 15:56  hfriederich

	* include/sip/sipep.h, include/sip/sippdu.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Reorganization of the way
	  transactions are handled. Delete transactions   in garbage
	  collector when they're terminated. Update destructor code   to
	  improve safe destruction of SIPEndPoint instances.

2007-03-30 08:45  hfriederich

	* src/sip/sipcon.cxx: Fixed GCC warning

2007-03-30 08:44  hfriederich

	* include/opal/endpoint.h, src/h323/h323ep.cxx,
	  src/iax2/iax2ep.cxx, src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/sip/sipep.cxx:
	  (Backport from HEAD) Tidied some code when a new connection is
	  created by an endpoint. Now	if someone needs to derive a
	  connectino class they can create it without	needing to remember
	  to do any more than the new.	Fixed various GCC warnings

2007-03-30 08:16  hfriederich

	* src/rtp/rtp.cxx: (Backport from HEAD) Fixed log message about
	  swallowing UDP packets so only prints out if	 non-zero packets
	  were swallowed.

2007-03-30 04:18  csoutheren

	* src/t38/t38proto.cxx: Fix obvious error (thanks to Robert)

2007-03-30 04:09  rjongbloed

	* src/: h323/h450pdu.cxx, lids/lid.cxx, opal/connection.cxx,
	  sip/sipcon.cxx: Fixed various GCC warnings

2007-03-30 02:30  rjongbloed

	* .cvsignore: Added ignorance

2007-03-30 02:00  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-03-30 01:55  rjongbloed

	* include/opal/endpoint.h, src/h323/h323ep.cxx,
	  src/iax2/iax2ep.cxx, src/lids/lidep.cxx, src/opal/endpoint.cxx,
	  src/opal/ivr.cxx, src/sip/sipep.cxx: Tidied some code when a new
	  connection is created by an endpoint. Now   if someone needs to
	  derive a connection class they can create it without	 needing to
	  remember to do any more than the new.

2007-03-30 01:53  rjongbloed

	* src/rtp/rtp.cxx: Fixed log message about swallowing UDP packets
	  so only prints out   if non-zero packets were swallowed.

2007-03-30 01:13  rjongbloed

	* src/t38/t38proto.cxx: Fixed MSVC warning

2007-03-30 00:11  hfriederich

	* src/opal/transports.cxx: (Backport from HEAD) Fixed deadlock in
	  UDP multi-interface connect algorithm

2007-03-30 00:07  hfriederich

	* include/opal/transcoders.h, src/opal/patch.cxx,
	  src/opal/transcoders.cxx: (Backport from HEAD) Add extra logging

2007-03-30 00:00  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-29 23:47  hfriederich

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: (Backport from HEAD) Various fixes on the way
	  SIPInfo objects are being handled. Wait for	transports to be
	  closed before being deleted. Added missing mutexes.	 Added
	  garbage collector.  Pass OpalConnection to OpalMediaSream
	  constructor Add ID to OpalMediaStreams so that transcoders can
	  match incoming and   outgoing codecs

2007-03-29 23:45  hfriederich

	* include/opal/ivr.h, include/opal/mediastrm.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/ivr.cxx,
	  src/opal/mediastrm.cxx, src/opal/pcss.cxx: (Backport from HEAD)
	  Pass OpalConnection to OpalMediaSream constructor Add ID to
	  OpalMediaStreams so that transcoders can match incoming and
	  outgoing codecs

2007-03-29 23:37  hfriederich

	* include/lids/lidep.h, src/lids/lidep.cxx: (Backport from HEAD)
	  Pass OpalConnection to OpalMediaSream constructor Add ID to
	  OpalMediaStreams so that transcoders can match incoming and
	  outgoing codecs

2007-03-29 23:31  hfriederich

	* include/h323/channels.h, src/h323/channels.cxx,
	  src/h323/h323.cxx: (Backport from HEAD) Pass OpalConnection to
	  OpalMediaSream constructor Add ID to OpalMediaStreams so that
	  transcoders can match incoming and   outgoing codecs

2007-03-29 23:23  hfriederich

	* include/iax2/iax2medstrm.h, src/iax2/iax2con.cxx,
	  src/iax2/iax2medstrm.cxx: (Backport from HEAD) Pass
	  OpalConnection to OpalMediaStream constructor Add ID to
	  OpalMediaStreams so that transcoders can match incoming and
	  outgoing codecs

2007-03-29 22:06  hfriederich

	* include/rtp/rtp.h, src/rtp/rtp.cxx: (Backport from HEAD) Add
	  virtual function to wait for incoming data Swallow RTP packets
	  that arrive on the socket before session starts

2007-03-29 20:08  hfriederich

	* include/opal/endpoint.h, src/opal/endpoint.cxx: (Backport from
	  HEAD) Added functions to find an active comms listener for an
	  interface,   and remove/stop it.

2007-03-29 12:17  rjongbloed

	* src/win32/opal_lib.vcproj: Add ZRTP and opalplugin.h

2007-03-29 10:32  csoutheren

	* samples/simple/main.cxx: Pause before dialing when using two
	  endpoint mode

2007-03-29 10:31  csoutheren

	* include/t38/t38proto.h, src/t38/t38proto.cxx: Fix media formats
	  for T.38 endpoint

2007-03-29 10:30  csoutheren

	* src/opal/patch.cxx: Avoid problem with T.38 codecs

2007-03-29 09:36  dsandras

	* src/opal/transports.cxx: Backport from HEAD (fixed possible
	  deadlock when getting a SIP retry before completion.

2007-03-29 09:07  rjongbloed

	* src/opal/transports.cxx: Fixed deadlock in UDP multi-interface
	  connect algorithm, and getting a SIP retry before completion.

2007-03-29 07:24  csoutheren

	* samples/simple/: main.cxx, main.h: Add support for T.38

2007-03-29 07:22  csoutheren

	* include/opal/transcoders.h, src/opal/patch.cxx,
	  src/opal/transcoders.cxx: Add extra logging

2007-03-29 07:19  csoutheren

	* include/t38/t38proto.h, src/codec/opalpluginmgr.cxx,
	  src/opal/opalglobalstatics.cxx, src/t38/t38proto.cxx: Implement
	  T.38 and fax

2007-03-29 07:15  csoutheren

	* include/h323/channels.h, include/iax2/iax2medstrm.h,
	  include/lids/lidep.h, include/opal/ivr.h,
	  include/opal/mediastrm.h, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/iax2/iax2con.cxx,
	  src/iax2/iax2medstrm.cxx, src/lids/lidep.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/ivr.cxx,
	  src/opal/mediastrm.cxx, src/opal/pcss.cxx, src/sip/sipcon.cxx,
	  src/sip/sippdu.cxx: Pass OpalConnection to OpalMediaSream
	  constructor Add ID to OpalMediaStreams so that transcoders can
	  match incoming and outgoing codecs

2007-03-29 07:07  csoutheren

	* src/rtp/rtp.cxx: Removed annoying comment

2007-03-29 07:05  csoutheren

	* src/win32/opal_lib_2005.vcproj: Add ZRTP and opalplugin.h

2007-03-28 16:09  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-28 08:00  hfriederich

	* include/sip/sdpcaps.h, src/sip/sdpcaps.cxx: Fix incorrect memory
	  management when using factory

2007-03-28 07:25  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Add virtual function to wait
	  for incoming data Swallow RTP packets that arrive on the socket
	  before session starts

2007-03-28 01:26  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-03-28 00:30  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-27 23:51  dsandras

	* src/sip/: sipep.cxx: Added more PTRACE statements

2007-03-27 23:00  dsandras

	* include/sip/sipep.h: Removed cout.

2007-03-27 22:35  dsandras

	* src/sip/sipep.cxx: More checks for transport validity.

2007-03-27 22:23  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added Garbage collector.
	  Make sure the transport is closed before deleting it. Better
	  handling of SIPInfo objects.

2007-03-27 22:18  dsandras

	* src/sip/sippdu.cxx: Added missing mutex.

2007-03-27 22:16  dsandras

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Temporarily removed use of shared transports
	  as it could have unexpected side effects on the routing of PDUs.
	  Various fixes on the way SIPInfo objects are being handled. Wait
	  for transports to be closed before being deleted. Added missing
	  mutexes.  Added garbage collector.

2007-03-21 17:12  hfriederich

	* src/opal/manager.cxx: Use CallEndReason from connection if call
	  setup fails (Backport from HEAD)

2007-03-21 17:10  hfriederich

	* src/opal/manager.cxx: Use CallEndReason from connection if call
	  setup fails

2007-03-21 07:21  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-03-21 07:15  rjongbloed

	* include/opal/endpoint.h, src/opal/endpoint.cxx: Added functions
	  to find an active comms listener for an interface,	and
	  remove/stop it.

2007-03-20 13:56  hfriederich

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Backport from HEAD

2007-03-20 10:34  hfriederich

	* include/rtp/zrtp.h, src/rtp/zrtp.cxx: Add ZRTP files

2007-03-20 10:33  hfriederich

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/manager.h,
	  include/opal/mediafmt.h, include/opal/pcss.h,
	  src/opal/connection.cxx, src/opal/endpoint.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx, src/opal/pcss.cxx:
	  (Backport from HEAD) Simple but messy changes to allow compile
	  time removal of protocol options   such as H.450 and H.460.  Fix
	  MakeConnection overrides

2007-03-20 10:32  hfriederich

	* include/rtp/rtp.h, src/rtp/rtp.cxx: (Backport from HEAD) Don't
	  send BYE twice or when channel is closed

2007-03-20 09:38  hfriederich

	* include/opal/buildopts.h.in: (Backport from HEAD) Simple but
	  messy changes to allow compile time removal of protocol options
	  such as H.450 and H.460

2007-03-20 09:29  hfriederich

	* include/lids/lidep.h, src/lids/lidep.cxx: Move to MediaType
	  architecture Fix MakeConnection overrides

2007-03-20 09:19  hfriederich

	* src/iax2/iax2ep.cxx: Fix typo in previous commit

2007-03-20 09:17  hfriederich

	* include/iax2/iax2ep.h, src/iax2/iax2ep.cxx: (Backport from HEAD)
	  Fix MakeConnection overrides

2007-03-20 09:12  hfriederich

	* include/iax2/iax2con.h, include/iax2/iax2medstrm.h,
	  src/iax2/iax2con.cxx, src/iax2/iax2medstrm.cxx: Move to MediaType
	  architecture

2007-03-20 09:00  hfriederich

	* src/h323/h323.cxx: Fix previous commit

2007-03-20 08:52  hfriederich

	* src/h323/: channels.cxx, h323.cxx, h323ep.cxx: (Backport from
	  HEAD) Add ability to remove H.450 Remove warnings/errors when
	  compiling with various turned off

2007-03-20 03:31  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Don't send BYE twice or when
	  channel is closed

2007-03-20 01:46  hfriederich

	* include/h323/: h323con.h, h323ep.h: (Backport from HEAD) Simple
	  but messy changes to allow compile time removal of protocol
	  options such as H.450 and H.460 Fix MakeConnection overrides

2007-03-20 01:32  hfriederich

	* src/h323/h450pdu.cxx: (Backport from HEAD) Add ability to remove
	  H.450

2007-03-20 01:18  hfriederich

	* src/t38/t38proto.cxx: Move to MediaType architecture

2007-03-20 01:14  hfriederich

	* src/t120/t120proto.cxx: Move to MediaType architecture

2007-03-20 00:54  hfriederich

	* include/codec/rfc2833.h, src/codec/rfc2833.cxx: (Backport from
	  HEAD) Add support for Cisco NSE

2007-03-20 00:39  hfriederich

	* src/t120/h323t120.cxx: (Backport from HEAD) Add ability to remove
	  T.120

2007-03-20 00:31  hfriederich

	* Makefile.in: Add new SDP and H.224 files

2007-03-20 00:21  hfriederich

	* configure.ac: (Backport from HEAD) Start of support for ZRTP Fix
	  Opal's pwlib detection. Thanks to Tim Bishop Add options to
	  remove H.450 and H.460

2007-03-19 23:47  hfriederich

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx: Allow
	  to share OpalTransport instances between endpoint and connections
	  if connecting to same remote address

2007-03-19 04:56  csoutheren

	* src/sip/sipcon.cxx: Fix problem with outgoing SDP on retry

2007-03-19 02:38  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-03-19 02:31  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Fixed DevStudio 2005 linker
	  warnings

2007-03-19 02:10  rjongbloed

	* src/sip/sipcon.cxx: Fixed compiler warning

2007-03-18 23:38  hfriederich

	* src/codec/opalpluginmgr.cxx: Fix plugins and MediaType. To be
	  tested.

2007-03-18 22:44  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-18 20:35  hfriederich

	* include/codec/opalplugin.h: (Backport from HEAD) Add new code
	  plugin types (backport from OpenH323)

2007-03-18 20:24  hfriederich

	* src/rtp/rtp.cxx: (Backport from HEAD) Fix typo and increase
	  readability

2007-03-18 20:20  hfriederich

	* include/rtp/rtp.h: (Backport from HEAD) Added virtual to
	  functions

2007-03-18 20:17  hfriederich

	* include/sip/sipep.h, src/sip/sipep.cxx: (Backport from HEAD)
	  Improved locking Take the remote port into account when
	  unregistering Keept the transport open for a longer time when
	  doing text conversations.

2007-03-18 20:08  hfriederich

	* src/opal/call.cxx: (Backport from HEAD) improved locking

2007-03-17 15:59  dsandras

	* src/sip/: sipep.cxx: Keep the transport open for a longer time
	  when doing text conversations.

2007-03-15 22:23  dsandras

	* src/sip/sipcon.cxx: Make sure lastTransportAddress is correctly
	  initialized even when uncompliant SIP PDUs are received.

2007-03-15 22:19  dsandras

	* src/sip/sipcon.cxx: Make sure lastTransportAddress is correctly
	  initialized even when uncompliant SIP PDUs are received.

2007-03-15 00:08  csoutheren

	* src/h323/h323.cxx: Backport fix from head for H.323 problem with
	  known payload types

2007-03-14 23:40  csoutheren

	* src/h323/h323.cxx: Fix H.323 problem with payload map and known
	  payload types

2007-03-13 22:23  dsandras

	* src/sip/sipep.cxx: Backport from HEAD.

2007-03-13 22:22  dsandras

	* src/sip/sipep.cxx: Take the remote port into account when
	  unregistering.

2007-03-13 04:34  csoutheren

	* include/h323/h323con.h: Fixed use of wrong ifdef

2007-03-13 03:16  csoutheren

	* include/h323/h323con.h, src/h323/channels.cxx, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx: Remove warnings/errors when
	  compiling with various turned off

2007-03-13 01:32  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/iax2/iax2ep.h, include/lids/lidep.h,
	  include/opal/buildopts.h.in, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/ivr.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  include/opal/pcss.h, include/sip/sdp.h, src/iax2/iax2ep.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/pcss.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx: Simple but messy changes to allow compile
	  time removal of protocol options such as H.450 and H.460 Fix
	  MakeConnection overrides

2007-03-13 00:41  csoutheren

	* src/h323/h323.cxx: Undo unwanted edit

2007-03-13 00:36  csoutheren

	* include/codec/rfc2833.h, src/codec/rfc2833.cxx: Add support for
	  Cisco NSE

2007-03-13 00:35  csoutheren

	* src/t120/h323t120.cxx: Add ability to remove T.120

2007-03-13 00:33  csoutheren

	* include/rtp/rtp.h: Added virtual to functions

2007-03-13 00:22  csoutheren

	* src/h323/: h323.cxx, h323ep.cxx, h450pdu.cxx: Add ability to
	  remove H.450

2007-03-13 00:17  csoutheren

	* include/codec/opalplugin.h: Add new code plugins types (backport
	  from OpenH323)

2007-03-13 00:15  csoutheren

	* configure.ac: Add options to remove H.450 and H.460

2007-03-13 00:05  csoutheren

	* src/rtp/rtp.cxx: Fix typo and increase readability

2007-03-13 00:03  csoutheren

	* src/rtp/: srtp.cxx, zrtp.cxx: Disable warnings on Windows

2007-03-12 09:10  hfriederich

	* src/h323/h323.cxx: Fix fast start for media types and non-default
	  session ID assignment

2007-03-11 19:05  hfriederich

	* include/opal/buildopts.h.in: Fix typo in previous commit

2007-03-11 16:29  hfriederich

	* include/h323/h323con.h, src/h323/h323.cxx: Only start the
	  roundTripDelayTimer when the roundTripDelay request was actually
	  sent out

2007-03-11 13:26  hfriederich

	* include/opal/patch.h, src/opal/patch.cxx: Add rtp payload map for
	  sinks without transcoders.

2007-03-11 12:55  hfriederich

	* src/: codec/vidcodec.cxx, h323/h323.cxx, opal/mediafmt.cxx,
	  opal/mediastrm.cxx, opal/transcoders.cxx, rtp/rtp.cxx,
	  sip/sdp.cxx: Make MaxPayloadType a valid type, use
	  IllegalPayloadType for internal media   formats.  If possible,
	  use the payload type specified by the media format

2007-03-11 12:42  hfriederich

	* include/h323/h323con.h: Fix session ID info in H225_RTPSession

2007-03-11 11:56  dsandras

	* opal_cfg.dxy, version.h: Incremented version to 2.2.7.

2007-03-11 11:45  dsandras

	* opal_cfg.dxy, version.h: Changed back version to 2.2.6 to redo
	  the tag.

2007-03-11 10:25  hfriederich

	* src/h323/h323rtp.cxx: Fix session ID info in H225_RTPSession

2007-03-10 18:56  dsandras

	* src/opal/call.cxx, include/sip/sipep.h, src/sip/sipep.cxx:
	  Improved locking.

2007-03-10 17:58  dsandras

	* version.h: Incremented version.

2007-03-10 17:48  dsandras

	* include/sip/sipep.h, src/opal/call.cxx, src/sip/sipep.cxx:
	  Improved locking.

2007-03-10 17:47  dsandras

	* configure, configure.ac, src/h323/h323.cxx: Backported fix from
	  HEAD.

2007-03-10 12:19  hfriederich

	* include/h323/h323con.h, include/h323/h323ep.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx: (Backport from HEAD) Fixed backward
	  compatibility of OnIncomingConnection() Use correct dynamic
	  payload type for H.323 calls Ensure codec mask is applied on
	  local caps Use local jitter buffer values rather than getting
	  direct from OpalManager Allow OpalConnection string options to be
	  set during incoming calls

2007-03-10 11:50  hfriederich

	* src/h323/channels.cxx: (Backport from HEAD) Use local jitter
	  buffer values rather than getting direct from OpalManager

2007-03-10 11:43  hfriederich

	* include/codec/vidcodec.h: (Backport from HEAD) Change flag used
	  so H.323 capabilities if H.323 was enabled when the library was
	  configured

2007-03-10 11:05  hfriederich

	* include/rtp/rtp.h, include/rtp/srtp.h, src/rtp/rtp.cxx,
	  src/rtp/srtp.cxx: (Backport from HEAD) SRTP/ZRTP improvements

2007-03-10 09:34  hfriederich

	* include/sip/sipcon.h, include/sip/sipep.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: (Backport from HEAD) Connection-specific
	  jitter buffer values	 Thanks to Borko Jandras Added
	  OnIncomingMediaChannels so incoming calls can optionally be
	  handled   in two stages Fixed backward compatibility of
	  OnIncomingConnection() Don't send multiple 100 Trying Guard
	  against inability to create transports Added missing locking

2007-03-10 08:49  hfriederich

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/pcss.h, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/pcss.cxx: (Backport from HEAD) Fixed backward
	  compatibility of OnIncomingConnection() virtual functions   on
	  various classes. If an old override returned FALSE then it will
	  now	abort the call as it used to.  Backports some other fixes
	  from HEAD.

2007-03-10 08:45  hfriederich

	* src/opal/call.cxx: (Backport from HEAD) Do not use ReadWrite
	  locks when not required. Fixes potential deadlocks in weird
	  conditions.

2007-03-10 08:36  hfriederich

	* include/opal/buildopts.h.in: (Backport from HEAD) Start of
	  support for ZRTP

2007-03-09 21:03  hfriederich

	* src/opal/patch.cxx: (Backport from HEAD) Ignore packets with no
	  payload emitted by jitter buffer when no input available

2007-03-09 20:52  hfriederich

	* src/opal/transports.cxx: Backport from HEAD

2007-03-09 20:30  hfriederich

	* src/h323/channels.cxx: Fix previous commit. Session ID is
	  guaranteed to be greater than 0.  Reject OLC Ack if master
	  doesn't specify session ID.

2007-03-09 20:15  hfriederich

	* include/h323/channels.h, include/h323/h323con.h,
	  src/h323/channels.cxx, src/h323/h323.cxx, src/h323/h323rtp.cxx:
	  Correctly handle non-default session ID values based on
	  master/slave status

2007-03-08 05:36  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Add flag to close RTP session
	  when RTCP BYE received

2007-03-08 05:00  csoutheren

	* configure: Updated due to 1630417

2007-03-08 04:57  csoutheren

	* configure.ac: Applied 1630417 - Fix Opal's pwlib detection in
	  configure.ac Thanks to Tim Bishop

2007-03-08 04:55  csoutheren

	* src/sip/sipcon.cxx: Applied 1674008 - Connection-specific jitter
	  buffer values Thanks to Borko Jandras

2007-03-08 00:47  csoutheren

	* src/h323/h323.cxx: Use correct dynamic payload type for H.323
	  calls

2007-03-04 20:25  dsandras

	* src/opal/call.cxx: Do not use ReadWrite locks when not required.
	  Fixes potential deadlocks in weird conditions.

2007-03-04 20:20  dsandras

	* src/opal/call.cxx: Do not use ReadWrite locks when not required.
	  Fixes potential deadlocks in weird conditions.

2007-03-03 02:53  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-03-02 11:18  dsandras

	* src/opal/patch.cxx: Temporarily commented out patch that breaks
	  audio calls.

2007-03-01 07:43  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2007-03-01 07:16  rjongbloed

	* src/opal/: endpoint.cxx, manager.cxx: Fixed DevStudio 2005
	  warning

2007-03-01 06:51  rjongbloed

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/iax2/iax2ep.h, include/lids/lidep.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/pcss.h, include/sip/sipcon.h,
	  include/sip/sipep.h, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx, src/lids/lidep.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/pcss.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Fixed backward compatibility of
	  OnIncomingConnection() virtual   functions on various classes. If
	  an old override returned FALSE   then it will now abort the call
	  as it used to.

2007-03-01 06:07  csoutheren

	* samples/simple/main.cxx: Only include video code when video
	  enabled

2007-03-01 06:05  csoutheren

	* include/opal/connection.h, src/opal/connection.cxx: Fixed problem
	  with override of OnIncomingConnection

2007-03-01 04:55  csoutheren

	* src/opal/connection.cxx: Remove old code

2007-03-01 04:52  csoutheren

	* include/opal/connection.h, src/h323/h323.cxx,
	  src/opal/connection.cxx: Use local jitter buffer values rather
	  than getting direct from OpalManager Allow OpalConnection string
	  options to be set during incoming calls

2007-03-01 04:42  csoutheren

	* src/opal/manager.cxx: Don't use yuvfile as a default video device

2007-03-01 04:37  csoutheren

	* include/opal/manager.h: Fix typo

2007-03-01 04:36  csoutheren

	* src/h323/channels.cxx: Use local jitter buffer values rather than
	  getting direct from OpalManager

2007-03-01 04:31  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Remove spurious zero bytes
	  from the end of RTCP SDES packets Fix format of RTCP BYE packets

2007-03-01 04:28  csoutheren

	* src/opal/patch.cxx: Backport from head Ignore packets with no
	  payload emitted by jitter buffer when no input available

2007-03-01 04:23  csoutheren

	* src/opal/patch.cxx: Ignore packets with no payload emitted by
	  jitter buffer when no input available

2007-02-27 22:22  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added missing locking.
	  Fixes Ekiga report #411438.

2007-02-23 09:06  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx, src/rtp/zrtp.cxx: More
	  implementation of ZRTP (not yet complete)

2007-02-23 08:10  csoutheren

	* src/opal/connection.cxx: Fixed problem with new reason code

2007-02-23 06:24  csoutheren

	* include/opal/buildopts.h.in, src/rtp/srtp.cxx, src/rtp/zrtp.cxx:
	  Fixed problem linking with ZRTP on Windows

2007-02-23 02:01  csoutheren

	* include/opal/connection.h, src/opal/connection.cxx: Added abilty
	  to set Q.931 codes through normal OpalConnection::CallEndReason

2007-02-21 03:34  csoutheren

	* src/h323/h323.cxx: Ensure codec mask is applied on local caps

2007-02-20 22:35  csoutheren

	* src/rtp/rtp.cxx: Fixed stupid typo in RTP open

2007-02-20 08:15  csoutheren

	* src/sip/: sipcon.cxx, sipep.cxx: Second attempt at sane 180
	  handling

2007-02-20 05:26  csoutheren

	* include/rtp/srtp.h, src/rtp/rtp.cxx, src/rtp/srtp.cxx: Ensure
	  outgoing and incoming SSRC are set for SRTP sessions Fixed
	  problem with sending secure RTCP packets

2007-02-19 09:35  csoutheren

	* src/opal/call.cxx: Fix typo

2007-02-19 09:35  csoutheren

	* src/opal/transports.cxx: Add better way to fliter interfaces

2007-02-19 09:30  csoutheren

	* src/opal/transports.cxx: Only allow use of loopback interface
	  when destination is also on the loopback interface

2007-02-19 05:42  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  include/sip/sipcon.h, src/h323/h323.cxx, src/opal/connection.cxx,
	  src/sip/sipcon.cxx: Added OnIncomingMediaChannels so incoming
	  calls can optionally be handled in two stages

2007-02-19 05:40  csoutheren

	* src/sip/sipep.cxx: Don't send multple 100 Trying Guard against
	  inability to create transports

2007-02-16 11:43  hfriederich

	* include/sip/sdp.h, include/sip/sdpcaps.h, include/sip/sipcon.h,
	  src/sip/sdp.cxx, src/sip/sdpcaps.cxx, src/sip/sipcon.cxx: -
	  Extend SDP capability system for merging local / remote format
	  parameters.  - Propagate media format options to the media
	  streams

2007-02-16 08:56  dereksmithies

	* include/codec/vidcodec.h: Change flag used so H.323 capabiliites
	  are included	if H.323 was enabled when the library was
	  configured.

2007-02-15 10:43  hfriederich

	* include/sip/sipep.h: Make CreateTransport() virtual

2007-02-14 09:34  hfriederich

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: (Backport from
	  HEAD) Extended FindFormat to allow finding multiple matching
	  formats

2007-02-14 09:29  hfriederich

	* src/opal/transports.cxx: (Backport from HEAD) Allow use of
	  localhost for incoming calls

2007-02-14 09:26  hfriederich

	* src/opal/connection.cxx: (Backport from HEAD) Fix problem with
	  using SIP connections that have no StringOptions

2007-02-14 07:51  csoutheren

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Extended
	  FindFormat to allow finding multiple matching formats

2007-02-14 01:18  dereksmithies

	* src/iax2/callprocessor.cxx: Fix no response timer, so calls can
	  last for more than 1 minute.

2007-02-14 00:38  csoutheren

	* src/opal/transports.cxx: Allow use of localhost for incoming
	  calls

2007-02-14 00:36  csoutheren

	* src/opal/connection.cxx: Fix problem with using SIP connections
	  that have no StringOptions

2007-02-13 12:30  hfriederich

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Return media
	  format by reference instead of value

2007-02-13 12:29  hfriederich

	* src/opal/patch.cxx: Return sink stream format if no transcoder is
	  present

2007-02-13 05:16  csoutheren

	* configure.exe: Updated to latest configure.exe

2007-02-13 00:55  dereksmithies

	* src/lids/lidpluginmgr.cxx: Fix GCC warnings about unused
	  enumeration values in switch statements.

2007-02-12 20:38  hfriederich

	* include/h323/h323caps.h, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/h323/h323neg.cxx: Give capabilities only
	  access to OLC media packetization parameters.  Ensure these
	  callbacks are called before a channel is created

2007-02-12 16:34  hfriederich

	* src/h323/channels.cxx: Re-enable media command notifier

2007-02-12 16:32  hfriederich

	* include/opal/mediastrm.h, include/opal/patch.h,
	  include/opal/transcoders.h, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx: Revision of the
	  Opal media command implementation.  Building a media command
	  chain where commands are passed on until consumed.

2007-02-12 12:28  csoutheren

	* opal_cfg.dxy, version.h: Updated to 2.2.5

2007-02-12 03:44  csoutheren

	* configure.ac, opal_2005.sln, include/opal/buildopts.h.in,
	  include/opal/connection.h, include/opal/patch.h,
	  include/rtp/rtp.h, include/rtp/srtp.h, include/rtp/zrtp.h,
	  src/rtp/rtp.cxx, src/rtp/srtp.cxx, src/rtp/zrtp.cxx: Start of
	  support for ZRTP

2007-02-11 12:59  hfriederich

	* src/opal/patch.cxx: (backport from HEAD - original commit by
	  dsandras) Fixed potential deadlock if ReadPacket takes time to
	  return or does not return. Thanks to Hannes Friederich for the
	  proposal and the SUN Team for the bug report (Ekiga #404904)

2007-02-11 12:46  hfriederich

	* include/h323/h323con.h, src/h323/h323.cxx: Allow subclasses to
	  create custom instances of H323_RTPChannel

2007-02-11 10:41  hfriederich

	* include/h323/h323caps.h, src/h323/channels.cxx,
	  src/h323/h323caps.cxx: Give capabilities access to media
	  packetization information when sending TCS and OLC

2007-02-11 09:25  hfriederich

	* src/h323/h323rtp.cxx: Only add silence suppression parameter if
	  really sending audio

2007-02-11 00:07  hfriederich

	* include/h323/h323caps.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  src/h323/h323.cxx, src/h323/h323caps.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx: Allow to adjust
	  media formats between connections.  Allow H323 capabilities to
	  update their state based on media formats.

2007-02-10 22:48  dsandras

	* src/opal/: patch.cxx: Fixed potential deadlock if ReadPacket
	  takes time to return or does not return. Thanks to Hannes
	  Friederich for the proposal and the SUN Team for the bug report
	  (Ekiga #404904).

2007-02-10 19:15  hfriederich

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: (Backport from
	  HEAD) Add copy constructor to have consistent code with
	  assignment operator.	Only make options unique when they actually
	  differ

2007-02-10 19:14  hfriederich

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Add copy
	  constructor to have consistent code with assignment operator.
	  Only make options unique when they actually differ

2007-02-09 10:25  hfriederich

	* include/sip/sipcon.h: Make BuildSDP() virtual so it can be
	  overridden by subclasses

2007-02-07 10:31  hfriederich

	* include/sip/sdpcaps.h, src/sip/sdpcaps.cxx: Add new SDPCapability
	  class to ease translation between FMTP and media format
	  representation.

2007-02-07 09:51  hfriederich

	* include/h323/channels.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h323neg.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/manager.h,
	  include/opal/mediafmt.h, include/opal/mediastrm.h,
	  include/opal/pcss.h, include/opal/transcoders.h,
	  include/rtp/rtp.h, include/sip/sdp.h, include/sip/sipcon.h,
	  include/sip/sippdu.h, src/codec/opalpluginmgr.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323neg.cxx,
	  src/h323/h323rtp.cxx, src/opal/call.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/mediastrm.cxx, src/opal/pcss.cxx,
	  src/opal/transcoders.cxx, src/rtp/rtp.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx, src/sip/sippdu.cxx: New branch with major
	  revision of the core Opal media format handling system.

	  - Session IDs have been replaced by new OpalMediaType class.	-
	  The creation of H.245 TCS and SDP media descriptions have been
	  extended   to dynamically handle all available media types - The
	  H.224 code has been rewritten for better integration into the
	  Opal	 system. It takes advantage of the new media type system
	  and removes	all hooks found in the core Opal classes.

	  More work will follow as the current version breaks lots of
	  important code.

2007-02-05 20:50  dsandras

	* Makefile.in: Fixed uninstallation of plugins.

2007-02-05 20:43  dsandras

	* include/opal/patch.h, src/opal/patch.cxx: Added additional mutex
	  to prevent temporary deadlock when nothing is received on the
	  remote media stream during the establishment phase.

2007-02-05 05:23  csoutheren

	* src/h323/h323.cxx: Check status on starting both read and write
	  channels

2007-02-05 05:13  csoutheren

	* src/h323/h323.cxx: Add check for return value from logical
	  channel start

2007-02-01 07:43  csoutheren

	* include/rtp/rtp.h: Added virtual to functions

2007-01-25 12:48  hfriederich

	* include/opal/manager.h, include/opal/mediastrm.h,
	  include/opal/patch.h, src/opal/call.cxx, src/opal/manager.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx: OpalMediaPatch code
	  refactorization.  Split into OpalMediaPatch (using a thread) and
	  OpalPassiveMediaPatch (not using a thread). Also adds the
	  possibility for source streams to push frames down to the sink
	  streams instead of having a patch thread around.

2007-01-25 04:30  csoutheren

	* src/opal/manager.cxx: Fix problem with calling
	  OpalConnection::OnIncomingConnection twice

2007-01-24 05:02  csoutheren

	* src/lids/lidpluginmgr.cxx: Removed warnings on Linux

2007-01-24 05:00  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/iax2/iax2con.h, include/iax2/iax2ep.h, opal_2005.sln,
	  include/lids/lidep.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/ivr.h, include/opal/pcss.h,
	  include/sip/sipcon.h, include/sip/sipep.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/pcss.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Arrrghh. Changing OnIncomingConnection turned out to have a lot
	  of side-effects Added some pure viritual functions to prevent old
	  code from breaking silently New OpalEndpoint and OpalConnection
	  descendants will need to re-implement OnIncomingConnection. Sorry
	  :)

2007-01-24 01:28  csoutheren

	* src/opal/: connection.cxx, endpoint.cxx, manager.cxx: Fixed
	  overrides of OnIncomingConnection

2007-01-23 03:10  dereksmithies

	* src/iax2/: frame.cxx, iax2ep.cxx, processor.cxx, remote.cxx,
	  transmit.cxx:  Handle Vnak frames correctly.	Handle iseqno and
	  oseqno correctly.

2007-01-23 03:08  dereksmithies

	* include/iax2/: frame.h, processor.h, remote.h, transmit.h: Handle
	  Vnak frames correctly. handle iseqno and oseqno correctly.

2007-01-23 01:59  csoutheren

	* include/opal/endpoint.h, src/opal/endpoint.cxx: Fix problem with
	  providing backwards compatible overrides for
	  OpalEndpoint::MakeConnection

2007-01-22 03:09  csoutheren

	* src/sip/sipcon.cxx: Fix mistake that crashes incoming calls

2007-01-20 03:51  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-01-19 11:38  csoutheren

	* opal_cfg.dxy, version.h: Changed to 2.2.4

2007-01-18 13:49  csoutheren

	* include/h323/h323ep.h, src/h323/h323.cxx, src/sip/sipcon.cxx,
	  src/t38/h323t38.cxx, src/t38/t38proto.cxx: Add ability to disable
	  T.38 in compile

2007-01-18 13:25  csoutheren

	* src/opal/connection.cxx: Add ability to set H.323 call-id via
	  options

2007-01-18 05:45  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/iax2/callprocessor.h, include/iax2/iax2con.h,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/sip/sipcon.h, include/sip/sipep.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/h323/h323pdu.cxx,
	  src/iax2/callprocessor.cxx, src/iax2/iax2con.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Messy, but simple change to add additional options argument to
	  OpalConnection constructor This allows the provision of
	  non-trivial arguments for connections

2007-01-18 03:30  csoutheren

	* src/win32/opal_lib_2005.vcproj: Added new IAX files

2007-01-17 23:27  dereksmithies

	* include/iax2/callprocessor.h, include/iax2/safestrings.h,
	  src/iax2/callprocessor.cxx, src/iax2/safestrings.cxx: Correctly
	  sends DTMF to remote node. Tidy up string handling.

2007-01-17 04:48  dereksmithies

	* include/iax2/callprocessor.h, include/iax2/frame.h,
	  include/iax2/iax2con.h, include/iax2/processor.h,
	  include/iax2/regprocessor.h, include/iax2/specialprocessor.h,
	  src/iax2/callprocessor.cxx, src/iax2/frame.cxx,
	  src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/processor.cxx, src/iax2/regprocessor.cxx,
	  src/iax2/specialprocessor.cxx: Tidy up comments, remove leaks,
	  improve reporting of packet types.

2007-01-16 04:17  dereksmithies

	* include/iax2/callprocessor.h, include/iax2/frame.h,
	  include/iax2/processor.h, src/iax2/callprocessor.cxx,
	  src/iax2/frame.cxx, src/iax2/processor.cxx: tidyup of comments.
	  Remove unused variables.  Guarantee that media frames are sent
	  with a monotonically increasing timestamp

2007-01-15 23:16  dsandras

	* include/opal/mediastrm.h, include/opal/transports.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/opal/call.cxx, src/opal/manager.cxx, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/transports.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Backported patches improving stability from HEAD to Phobos.

2007-01-15 23:14  dsandras

	* src/sip/sipep.cxx: Added missing mutexes.

2007-01-15 23:13  dsandras

	* src/sip/sipcon.cxx: Make sure we do not ignore SIP reINVITEs.

2007-01-15 23:12  dsandras

	* include/sip/sipcon.h: Added missing mutex.

2007-01-15 22:32  rjongbloed

	* src/rtp/jitter.cxx: Fixed minor (and generally benign) bug in
	  jitter buffer SetDelay, should use same time base as
	  constructor for calculating number of buffers

2007-01-14 22:06  dereksmithies

	* src/iax2/iax2jitter.cxx: Fix a memory leak. The RTP_DataFrame
	  class does need to be handled more efficiently, but this will do
	  for now.

2007-01-13 01:18  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2007-01-13 01:04  rjongbloed

	* src/iax2/: iax2ep.cxx, iax2jitter.cxx: Fixed compilation on
	  DevStudio 2003

2007-01-13 01:03  rjongbloed

	* src/win32/opal_lib.vcproj: Added Derek's new IAX2 jitter buffer
	  to MSVC build

2007-01-12 03:48  dereksmithies

	* include/iax2/iax2con.h, src/iax2/iax2con.cxx,
	  src/iax2/iax2ep.cxx: Make the iax2callprocessor a more permanent
	  variable in the iax2connection.

2007-01-12 03:39  dereksmithies

	* include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/processor.cxx, src/iax2/regprocessor.cxx: Remove the
	  notion of srcProcessors and dstProcessor lists from the ep.
	  Ensure that the connection looks after the callProcessor.

2007-01-11 04:24  dereksmithies

	* Makefile.in: It now references the new file to compile,
	  iax2/iax2jitter.cxx

2007-01-11 04:07  dereksmithies

	* include/iax2/: iax2jitter.h, jitter.h: Remove the jitter.h file,
	  which was erroneously added. Replace it with the correct
	  iax2jitter.h file.

2007-01-11 04:02  dereksmithies

	* include/iax2/callprocessor.h, include/iax2/iax2con.h,
	  include/iax2/iax2medstrm.h, include/iax2/jitter.h,
	  include/iax2/processor.h, src/iax2/callprocessor.cxx,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/iax2jitter.cxx, src/iax2/iax2medstrm.cxx,
	  src/iax2/processor.cxx, src/iax2/receiver.cxx,
	  src/iax2/remote.cxx, src/iax2/transmit.cxx: Remove the previous
	  audio buffering code, and switch to using the jitter buffer
	  provided in Opal. Reduce the verbosity of the log mesasges.

2007-01-11 03:46  dereksmithies

	* src/rtp/jitter.cxx: Minor reporting issues.

2007-01-10 10:16  csoutheren

	* src/: h323/channels.cxx, h323/h323.cxx, iax2/iax2medstrm.cxx,
	  sip/sipcon.cxx, sip/sippdu.cxx: Allow compilation with video
	  disabled

2007-01-10 02:47  dereksmithies

	* src/rtp/jitter.cxx: Fix a close down situation, for those cases
	  when this class is used elsewhere.

2007-01-10 00:04  dereksmithies

	* include/rtp/jitter.h, src/rtp/jitter.cxx: Abstract out the
	  jitterbuffer. This enables the use of the jitter buffer in quite
	  different circumstances (such as iax2 and test programs).

2007-01-09 04:32  dereksmithies

	* include/iax2/iax2ep.h, include/iax2/receiver.h,
	  include/iax2/transmit.h, src/iax2/callprocessor.cxx,
	  src/iax2/iax2ep.cxx, src/iax2/processor.cxx,
	  src/iax2/receiver.cxx, src/iax2/regprocessor.cxx,
	  src/iax2/transmit.cxx: Tidy up and improve the close down process
	  - make it more robust.  Alter level of several PTRACE statements.
	  Add Terminate() method to transmitter and receiver.

2007-01-09 01:59  csoutheren

	* src/h323/h323.cxx: Fix problem with sense of NAT detection

2007-01-08 21:10  dereksmithies

	* src/iax2/processor.cxx: Lower trace levels statements.

2007-01-08 21:02  dereksmithies

	* src/iax2/processor.cxx: Add license statement, and  cvs log
	  statement.

2007-01-08 05:06  dereksmithies

	* src/iax2/: frame.cxx, iax2ep.cxx, receiver.cxx: Modify logging
	  level, and improve the comments.

2007-01-08 02:26  dereksmithies

	* src/iax2/iax2ep.cxx: Get it to make an iax2 call correctly.
	  Addjust some PTRACE levels.

2007-01-04 23:09  dsandras

	* src/sip/: sipep.cxx: Make sure we do not strip a > when stripping
	  parameters from the From field when receiving a MESSAGE.

2007-01-02 18:28  dsandras

	* src/sip/: sipcon.cxx: Do not create a new RTPSessionManager when
	  authenticating an INVITE, because it will use new UDP ports which
	  is not needed and causes bad behaviors with some broken SIP
	  Proxies. (Ekiga report #359971)

2007-01-02 16:26  dsandras

	* include/sip/: sipep.h: Added DNS Fallback for realm
	  authentication if the classical comparison doesn't work. Fixes
	  problems with broken SIP proxies. (Ekiga report #377346)

2006-12-31 18:00  dsandras

	* src/opal/: call.cxx, transcoders.cxx: Do not try transcoding RTP
	  frames if they do not correspond to the formats for which the
	  transcoder was created.

2006-12-20 05:40  csoutheren

	* src/h323/h323.cxx: Fixed typo in last checkin

2006-12-20 05:38  csoutheren

	* src/opal/pcss.cxx: Ensure tokens are still generated whe no audio
	  devices are present

2006-12-19 08:21  csoutheren

	* src/h323/h323.cxx: Fix problem with not adjusting H.245 addresses
	  for NAT

2006-12-18 04:18  csoutheren

	* opal_2005.sln, include/h323/h323con.h, include/h323/h323ep.h,
	  include/iax2/iax2ep.h, include/lids/lidep.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/manager.h, include/opal/pcss.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/iax2/iax2ep.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/pcss.cxx, src/rtp/srtp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx,
	  src/win32/opal_lib_2005.vcproj: Messy but simple fixes   - Add
	  access to SIP REGISTER timeout   - Ensure OpalConnection options
	  are correctly progagated

2006-12-13 06:01  csoutheren

	* include/h323/h323ep.h: Applied 1613992 - fixes a feature set
	  memory leak Thanks to Drazen Dimoti

2006-12-13 05:59  csoutheren

	* src/opal/transports.cxx: Applied 1613084 - Memory leak in
	  internal transports handling Thanks to Drazen Dimoti

2006-12-10 20:15  dsandras

	* src/sip/: sipep.cxx: Fixed typo.

2006-12-10 19:31  dsandras

	* src/sip/sipep.cxx: Synced with Phobos.

2006-12-10 19:29  dsandras

	* src/sip/sipep.cxx: Fixed previous revert.

2006-12-08 08:33  csoutheren

	* include/opal/mediafmt.h, src/codec/opalpluginmgr.cxx,
	  src/opal/mediafmt.cxx, src/opal/pcss.cxx: Fix problem with
	  wideband audio plugins and sound channel

2006-12-08 07:27  csoutheren

	* include/opal/manager.h, include/opal/mediastrm.h,
	  include/sip/sippdu.h, src/codec/vidcodec.cxx,
	  src/codec/speex/libspeex/lsp.h, src/lids/ixjwin32.cxx,
	  src/lids/vblasterlid.cxx, src/opal/connection.cxx,
	  src/opal/mediastrm.cxx, src/opal/opalvxml.cxx, src/opal/pcss.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx: Fix
	  compilation problem caused by bad patch backports Allow
	  compilation with latest PWLib

2006-12-08 06:39  csoutheren

	* include/opal/mediastrm.h, src/opal/endpoint.cxx,
	  src/opal/mediastrm.cxx: Remove warnings under Windows

2006-12-08 06:13  csoutheren

	* include/opal/mediastrm.h, src/opal/patch.cxx: Applied 1603783 -
	  To allow media streams to handle more then one patch Thanks to
	  jmatela

2006-12-08 06:10  csoutheren

	* include/opal/endpoint.h, src/opal/endpoint.cxx,
	  src/opal/transports.cxx: Applied 1608002 - Callback for
	  OpalTransportUDP multiple interface handling Thanks to Hannes
	  Friederich

2006-12-08 06:08  csoutheren

	* Makefile.in, configure, configure.ac, opal.pc.in, opal.spec.in,
	  opal_cfg.dxy, opal_cfg.dxy.in: Applied 1589270 - spec, pkgconfig,
	  doxygen Thanks to Frederic Heem

2006-12-08 05:53  csoutheren

	* src/h323/h323.cxx: Applied 1609966 - Small fix for H.323
	  hold/retrieve Thanks to Simon Zwahlen

2006-12-08 05:24  csoutheren

	* src/sip/sipcon.cxx: Applied 1604554 - SIP remote hold
	  improvements Thanks to Simon Zwahlen

2006-12-08 05:22  csoutheren

	* include/opal/connection.h, include/opal/manager.h,
	  src/opal/connection.cxx: Applied 1589261 - new release cause for
	  fxo endpoints Thanks to Frederic Heem

2006-12-08 05:12  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Applied 1589274 - better rtp
	  error handling of malformed rtcp packet Thanks to frederich

2006-12-08 05:02  csoutheren

	* src/sip/sipep.cxx: Applied 1575788 - Fix a crash in ~SIPInfo due
	  to an open transport Thanks to Drazen Dimoti

2006-12-03 17:56  dsandras

	* src/sip/sippdu.cxx: Backported fix from HEAD (Ekiga report
	  #379801).

2006-12-03 17:54  dsandras

	* src/sip/sippdu.cxx: Do not allow contentLength to be negative in
	  order to prevent crashes when receiving malformed PDUs. Fixes
	  Ekiga report #379801.

2006-12-01 23:59  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-12-01 09:33  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-11-29 07:31  csoutheren

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Add support fort RTP BYE

2006-11-29 07:28  csoutheren

	* include/opal/transcoders.h, src/codec/opalpluginmgr.cxx,
	  src/opal/transcoders.cxx: Add ability call codec control
	  functions on all transcoders

2006-11-28 21:26  dsandras

	* src/sip/sipcon.cxx: Backported fix from HEAD.

2006-11-28 21:24  dsandras

	* src/sip/sipcon.cxx: Fixed crash when calling himself due to
	  transport deletion.

2006-11-27 12:11  csoutheren

	* src/h323/h323.cxx: Apply 1588592 - Fixes for H.245 tunneling
	  Thanks to Simon Zwahlen

2006-11-23 22:38  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-11-23 09:08  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-11-21 02:02  csoutheren

	* include/opal/buildopts.h.in: Use correct pathnames for libSRTP
	  libraries in debug and release mode

2006-11-21 02:00  csoutheren

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx, src/sip/sdp.cxx:
	  Ensure SDP only uses codecs that are valid for SIP

2006-11-20 08:27  csoutheren

	* include/rtp/jitter.h: Fix compilation problem on Linux

2006-11-20 04:56  csoutheren

	* src/opal/opalglobalstatics.cxx: Fix usage of define

2006-11-20 04:37  csoutheren

	* include/opal/buildopts.h.in, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/rtp/jitter.h, include/rtp/rtp.h, include/rtp/srtp.h,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/rtp/srtp.cxx: Allow optional inclusion of RTP aggregation

2006-11-19 07:06  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added override for dialing
	  on a LID to use unique speed dial code immediately.

2006-11-19 07:02  rjongbloed

	* include/opal/endpoint.h, include/opal/manager.h,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Moved
	  function that reads User Input into a destination address to
	  OpalManager so can be easily overidden in applications.

2006-11-19 05:58  rjongbloed

	* src/lids/lidpluginmgr.cxx: Fixed being able to restart tones on
	  LIDs

2006-11-14 19:25  dsandras

	* configure, configure.ac: Use AC_MSG_ERROR where appropriate
	  instead of using a combination of echo and exit.

2006-11-12 04:52  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-11-12 04:39  rjongbloed

	* samples/openphone/: main.cxx, openphone.wxg, openphone.xrc: Fixed
	  setting and saving of LID country code from Options dialog.

2006-11-12 04:36  rjongbloed

	* src/lids/lidpluginmgr.cxx: Fixed setting country code on LIDs
	  that do not directly support them.

2006-11-11 13:23  hfriederich

	* include/h323/h323con.h, include/opal/connection.h,
	  include/sip/sipcon.h, src/h323/h323.cxx, src/opal/connection.cxx,
	  src/sip/sipcon.cxx: Code reorganisation to improve RFC2833
	  handling for both SIP and H.323. Thanks Simon Zwahlen for the
	  idea

2006-11-11 10:43  hfriederich

	* src/h323/h323.cxx: Remove tab from previous commit

2006-11-11 10:40  hfriederich

	* src/h323/h323.cxx: Don't send RFC2833 if already sent User Input
	  via other mode

2006-11-11 09:44  hfriederich

	* src/h323/h323.cxx: Apply patch #1575071 fix RFC2833 handler's
	  filter stage. Thanks to Borko Jandras

2006-11-11 00:19  hfriederich

	* src/sip/sipcon.cxx: Don't send RFC2833 if already sent INFO

2006-11-10 13:40  csoutheren

	* src/rtp/rtp.cxx: Fix RTP payload extension size calculation
	  Thanks to Viktor Krikun

2006-11-09 19:24  hfriederich

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Ensures that responses to received INVITE get sent out on the
	  same network interface as where the INVITE was received. Remove
	  cout statement

2006-11-09 19:02  hfriederich

	* src/sip/sipcon.cxx: Prevent sending OK if already releasing, thus
	  having sent a final response. Modify call end reason if media
	  format list empty

2006-11-09 18:54  hfriederich

	* include/sip/sdp.h: Allow matching of fixed RTP payload type media
	  formats if no rtpmap attribute is present in the received SDP

2006-11-06 14:57  dsandras

	* src/: opal/call.cxx, sip/sipep.cxx: Use readonly locks as
	  suggested by Robert as we are not writing to the collection.
	  Fixes deadlock on SIP when reinvite.

2006-11-06 00:34  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-11-05 06:04  rjongbloed

	* include/lids/lid.h, include/lids/lidplugin.h,
	  include/lids/lidpluginmgr.h, src/lids/lid.cxx,
	  src/lids/lidpluginmgr.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Improved the
	  terminal LID line ringing, epecially for country emulation.

2006-11-03 09:35  dsandras

	* src/codec/rfc2833.cxx: Backported fix from HEAD.

2006-11-02 22:17  hfriederich

	* src/codec/rfc2833.cxx: Set marker bit at the beginning of an
	  event

2006-11-02 12:26  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-11-02 10:31  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-11-02 10:08  rjongbloed

	* src/iax2/iax2con.cxx: Fixed compiler warning

2006-11-02 04:09  csoutheren

	* src/sip/sippdu.cxx: Changed to use correct timeout when sending
	  PDUs Thanks to Peter Kocsis

2006-11-01 18:47  dsandras

	* src/opal/mediastrm.cxx: Fixed initialization thanks to Brian Lu
	  <brian lu sun com>.

2006-11-01 15:40  dsandras

	* src/opal/call.cxx: Applied fix from Hannes Friederich to prevent
	  deadlock. Thanks!

2006-11-01 07:57  csoutheren

	* include/codec/opalplugin.h, src/codec/vidcodec.cxx,
	  src/opal/mediastrm.cxx: Fixed usage of YUV frame header

2006-11-01 01:46  csoutheren

	* samples/simple/main.cxx: Implement video output file device

2006-10-31 05:41  csoutheren

	* samples/simple/main.cxx: Add support for new methods needed for
	  vidfiledevices

2006-10-31 05:14  csoutheren

	* src/opal/mediastrm.cxx: Fixed problem with uninitialised variable
	  when getting video frames

2006-10-29 04:27  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-10-28 18:41  dsandras

	* include/opal/connection.h, include/rtp/rtp.h,
	  src/opal/connection.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx:
	  Backported patch from HEAD to fix SIP reinvite without breaking
	  H.323 calls.

2006-10-28 18:40  dsandras

	* include/opal/connection.h, include/rtp/rtp.h,
	  src/opal/connection.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx:
	  Fixed SIP reinvite without breaking H.323 calls.

2006-10-28 02:42  rjongbloed

	* samples/simple/.cvsignore: Ignorance

2006-10-28 02:39  rjongbloed

	* samples/simple/main.cxx: Added argument to set country on LID

2006-10-28 02:38  rjongbloed

	* src/lids/: lid.cxx, lidpluginmgr.cxx: Fixed setting of country
	  tones.  Added initialisation of country tones.  Fixed playing of
	  country tones in generic sound driver LID (eg TigerJet) Added
	  some more country tone information.

2006-10-27 00:52  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-10-26 06:42  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-10-26 00:26  rjongbloed

	* include/lids/lid.h, include/lids/lidplugin.h, src/lids/lid.cxx,
	  src/lids/lidpluginmgr.cxx: Changed LID tone handling to use new
	  tone generation for accurate country based tones.

2006-10-25 15:02  rjongbloed

	* src/opal/connection.cxx: Fixed compiler error due to tone
	  subsystem upgrade

2006-10-24 06:18  csoutheren

	* include/rtp/rtp.h, include/rtp/srtp.h, src/rtp/rtp.cxx,
	  src/rtp/srtp.cxx: Added support for encrypted RTCP

2006-10-23 03:53  csoutheren

	* src/h323/h323.cxx: Fix for H.323 tunneling change

2006-10-22 14:42  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-10-22 14:09  rjongbloed

	* samples/simple/main.cxx: Fixed minor error in user output string.

2006-10-22 14:08  rjongbloed

	* include/lids/lidplugin.h, include/lids/lidpluginmgr.h,
	  src/lids/lidpluginmgr.cxx: Major change so that sound card based
	  LIDs, eg USB handsets. are handled in   common code so not
	  requiring lots of duplication.

2006-10-22 14:05  rjongbloed

	* include/lids/lid.h, include/lids/lidep.h, src/lids/lid.cxx,
	  src/lids/lidep.cxx: Fixed correct usage of read/write buffer
	  sizes in LID endpoints.

2006-10-21 13:48  hfriederich

	* include/opal/transports.h: Allow to find out how many interfaces
	  are used before calling WriteConnect()

2006-10-18 01:55  csoutheren

	* src/codec/opalpluginmgr.cxx: Changed to match new enum in
	  opalplugin.h

2006-10-17 17:36  shorne

	* src/codec/opalpluginmgr.cxx: Missed line removal in last commit

2006-10-17 15:04  shorne

	* include/codec/opalplugin.h: comments were accidently truncated

2006-10-17 06:10  shorne

	* src/codec/opalpluginmgr.cxx: Corrected h245 generic parameter
	  identifiers

2006-10-17 06:09  shorne

	* include/codec/opalplugin.h: Corrected generic parameter
	  identifiers & added generic codec identifiers

2006-10-16 23:30  dsandras

	* Makefile.in: Applied patch from Brian Lu <brian lu sun com> to
	  fix compilation issues on OpenSolaris. Thanks!

2006-10-15 08:29  rjongbloed

	* include/lids/lidplugin.h: Added more error codes

2006-10-15 08:27  rjongbloed

	* include/lids/lid.h, src/lids/lid.cxx: Fixed problem with
	  duplicate registrations of LID plug ins.  Added code to remember
	  if line audio was enabled/disabled, helps with LID endpoint
	  logic.

2006-10-15 08:23  rjongbloed

	* include/opal/ivr.h, include/opal/pcss.h, src/lids/lidep.cxx,
	  src/opal/ivr.cxx, src/opal/manager.cxx, src/opal/pcss.cxx: Fixed
	  the mechanism where both A-party and B-party are indicated by the
	  application. This now works	for LIDs as well as PC endpoint,
	  wheich is the only one that was used before.

2006-10-15 08:12  rjongbloed

	* samples/simple/main.cxx: Fixed correct local A-Party endpoint
	  type depending on compiler flags and command line arguments.
	  Fixed being able to select IVR via wildcard (routing table order)
	  on source endpoint type.  Fixed correctly trimming spaces from
	  POTS device name.

2006-10-14 01:11  rjongbloed

	* src/win32/opal_lib.vcproj: Fixed typo in previous check in

2006-10-13 15:27  rjongbloed

	* src/win32/opal_lib.vcproj: Added PWLIB_CONFIGURE_OPTIONS
	  environment variable for Win32 builds so   can do things like
	  have --no-search as default for a particular builder.

2006-10-11 03:22  csoutheren

	* src/sip/sipcon.cxx: Applied 1565585 - SIP changed codec order
	  (compatibility to Mediatrix) Thanks to Simon Zwahlen

2006-10-11 03:15  csoutheren

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Applied 1552449
	  - Always use max RTP buffer size Thanks to Simon Zwahlen

2006-10-11 02:55  csoutheren

	* src/h323/h323.cxx: Only open H.245 channel is tunnelling is not
	  specified

2006-10-11 02:40  csoutheren

	* src/sip/sipcon.cxx: Fix problem introduced in v1.162 that prevent
	  external RTP from working properly

2006-10-10 12:59  csoutheren

	* src/rtp/srtp.cxx: Fix SRTP compilation on old compilers

2006-10-10 12:12  csoutheren

	* Makefile.in: Allow correct operation if subdirs are missing

2006-10-10 09:18  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  include/opal/buildopts.h.in, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/opal/mediastrm.h, include/opal/pcss.h,
	  samples/simple/main.cxx, src/codec/opalpluginmgr.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/pcss.cxx: Allow compilation with
	  and without various options

2006-10-09 12:26  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Added PWLIB_CONFIGURE_OPTIONS
	  environment variable for Win32 builds so   can do things like
	  have --no-search as default for a particular builder.

2006-10-09 09:21  csoutheren

	* src/codec/opalwavfile.cxx: Fix problem with reading last block of
	  uLaw/ALaw files

2006-10-08 15:25  dsandras

	* src/sip/sipep.cxx, include/sip/sipep.h: Fixed previous commit.

2006-10-06 11:08  dsandras

	* src/sip/: sipep.cxx: Added autodetection of the realm from the
	  challenge response.

2006-10-06 10:18  dsandras

	* src/opal/patch.cxx: Backported fix from HEAD.

2006-10-06 10:16  dsandras

	* src/sip/sipcon.cxx: Backported fix from HEAD for RFC2833 support.

2006-10-06 07:33  hfriederich

	* src/: opal/patch.cxx, sip/sipcon.cxx: Fix RFC2833 for SIP
	  connections

2006-10-05 09:11  csoutheren

	* Makefile.in, configure, configure.ac, samples/simple/main.cxx,
	  samples/simple/main.h, src/opal/opalglobalstatics.cxx: Add
	  --disable-lid option

2006-10-04 09:05  csoutheren

	* include/opal/buildopts.h.in: Fix build problem on Windows

2006-10-04 08:33  csoutheren

	* src/opal/transcoders.cxx: Add compliant handling for multiples
	  speex frames per packet

2006-10-04 08:19  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  src/rtp/srtp.cxx: Fixed SRTP configuration for Linux

2006-10-04 06:19  rjongbloed

	* .cvsignore: Ignore autoconf cache

2006-10-04 05:45  csoutheren

	* src/rtp/srtp.cxx: Fixed SRTP transmission

2006-10-03 11:42  rjongbloed

	* configure, configure.ac, include/opal/buildopts.h.in: Start of
	  unix support for LID plug ins

2006-10-03 03:13  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-10-03 03:06  rjongbloed

	* src/: lids/lidpluginmgr.cxx, opal/transcoders.cxx: Fixed GNU
	  compiler compatibility.

2006-10-03 03:05  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Added LID plug ins

2006-10-03 03:00  rjongbloed

	* src/rtp/srtp.cxx: Fixed ability to compile without SRTP support.

2006-10-03 00:17  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-10-02 15:30  rjongbloed

	* Makefile.in, include/codec/allcodecs.h,
	  include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/lids/lid.h, include/lids/lidplugin.h,
	  include/lids/lidpluginmgr.h, include/lids/QTIoctl.h,
	  include/lids/alllids.h, include/lids/ixjDefs.h,
	  include/lids/ixjidb.h, include/lids/ixjlid.h,
	  include/lids/sangomalid.h, include/lids/vblasterlid.h,
	  include/lids/vpbapi.h, include/lids/vpblid.h,
	  samples/opalgw/main.cxx, samples/openphone/main.cxx,
	  samples/simple/main.cxx, src/codec/opalpluginmgr.cxx,
	  src/lids/lid.cxx, src/lids/lidep.cxx, src/lids/lidpluginmgr.cxx,
	  src/lids/ixjwin32.cxx, src/lids/sangomalid.cxx,
	  src/lids/vblasterlid.cxx, src/lids/vpblid.cxx,
	  src/opal/opalglobalstatics.cxx, src/win32/dllmain.cxx,
	  src/win32/opal_lib.vcproj: Added LID plug ins

2006-10-01 19:16  hfriederich

	* include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx:
	  Ensures that an ACK is sent out for every final response to
	  INVITE

2006-09-28 09:42  csoutheren

	* include/codec/opalpluginmgr.h, include/opal/buildopts.h.in,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, include/rtp/srtp.h,
	  src/asn/h235_srtp.cxx, src/codec/opalpluginmgr.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/iax2/iax2ep.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/opalglobalstatics.cxx, src/opal/transports.cxx,
	  src/rtp/rtp.cxx, src/rtp/srtp.cxx, src/sip/sipep.cxx,
	  src/win32/opal_lib_2005.vcproj: Merge of useful SRTP
	  implementation

2006-09-26 11:45  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-09-22 02:58  csoutheren

	* include/sip/sippdu.h, src/codec/vidcodec.cxx, src/sip/sippdu.cxx:
	  Fix usages of PAtomicInteger

2006-09-22 02:33  csoutheren

	* include/iax2/: callprocessor.h, processor.h: Changed
	  PAtomicInteger to BOOL

2006-09-21 12:27  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf:
	  Migrated GUID functions to PWLib

2006-09-20 07:07  csoutheren

	* include/opal/guid.h, src/opal/guid.cxx: Changed to use
	  PGloballyUniqueID

2006-09-20 02:02  csoutheren

	* src/asn/h235.cxx: Fixed pragma problem

2006-09-19 03:52  csoutheren

	* src/h323/h323ep.cxx: Fixed parsing for explicit address and ports
	  when using a GK

2006-09-18 10:41  rjongbloed

	* Makefile.in: Added simple OPAL sample to default build.  Added
	  check that Makefile may need to be rebuilt from configure script.

2006-09-18 10:38  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-09-16 06:20  rjongbloed

	* opal_samples.sln, samples/openphone/OpenPhone.vcproj,
	  samples/openphone/main.cxx, samples/openphone/main.h,
	  samples/openphone/openphone.wxg, samples/openphone/openphone.xrc:
	  Fixed crash when entering opetions dialog.  Added recent calls
	  list to Call dialog.	Added "no trace" version.

2006-09-15 01:04  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-09-13 06:07  csoutheren

	* opal.sln, src/win32/opal_lib.vcproj: Added new IAX2 files

2006-09-13 02:22  csoutheren

	* src/opal/connection.cxx: Fix reentrancy problems in Release

2006-09-13 02:20  csoutheren

	* src/iax2/: callprocessor.cxx, iax2con.cxx, processor.cxx,
	  specialprocessor.cxx: Fixed warnings under VS.net

2006-09-13 01:56  csoutheren

	* src/win32/opal_lib_2005.vcproj: Added new IAX2 files

2006-09-12 20:35  dsandras

	* src/h323/h323.cxx: Disallow forbidden media formats. Thanks
	  Craig!

2006-09-12 10:08  csoutheren

	* include/opal/manager.h, src/opal/endpoint.cxx: Add manager
	  default value for security mode

2006-09-12 09:47  csoutheren

	* include/rtp/srtp.h, src/h323/h323ep.cxx, src/rtp/srtp.cxx:
	  Changed to use seperate incoming and outgoing keys

2006-09-12 09:06  csoutheren

	* include/h323/channels.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/rtp/srtp.h,
	  samples/simple/main.cxx, src/h323/h323ep.cxx,
	  src/opal/connection.cxx, src/opal/opalglobalstatics.cxx,
	  src/rtp/srtp.cxx: More implementation of SRTP and general call
	  security

2006-09-11 22:44  dereksmithies

	* Makefile.in: Fix spacing at end of line for two iax files.

2006-09-11 22:13  dsandras

	* Makefile.in: Fixed IAX2 build thanks to Stephen Cook <siti orcon
	  net nz>.

2006-09-11 06:54  csoutheren

	* src/: codec/opalpluginmgr.cxx, opal/mediafmt.cxx: Backport from
	  CVS head

2006-09-11 06:48  csoutheren

	* src/: codec/opalpluginmgr.cxx, opal/mediafmt.cxx: Fixed problem
	  with cloning plugin media formats

2006-09-11 05:12  dereksmithies

	* include/iax2/specialprocessor.h, src/iax2/specialprocessor.cxx:
	  Add logging and MPL license statements.

2006-09-11 05:08  dereksmithies

	* src/iax2/callprocessor.cxx, src/iax2/iax2con.cxx,
	  src/iax2/iax2ep.cxx, src/iax2/iax2medstrm.cxx,
	  src/iax2/processor.cxx, src/iax2/specialprocessor.cxx,
	  include/iax2/callprocessor.h, include/iax2/iax2con.h,
	  include/iax2/iax2ep.h, include/iax2/ies.h,
	  include/iax2/processor.h, include/iax2/specialprocessor.h: Add
	  fixes from Stephen Cook (sitiveni@gmail.com) for new patches to
	  improve call handling. Notably, IAX2 call transfer. Many thanks.
	  Thanks also to the Google summer of code for sponsoring this
	  work.

2006-09-08 08:23  csoutheren

	* include/asn/h235_srtp.h, include/codec/opalpluginmgr.h,
	  include/h323/channels.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/h323rtp.h,
	  include/opal/buildopts.h.in, include/opal/connection.h,
	  include/opal/endpoint.h, opal_2005.sln, include/opal/manager.h,
	  include/rtp/srtp.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/asn/h235_srtp.cxx,
	  src/codec/opalpluginmgr.cxx, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/h323/h323rtp.cxx,
	  src/iax2/iax2ep.cxx, src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/pcss.cxx, src/opal/transports.cxx, src/rtp/jitter.cxx,
	  src/rtp/srtp.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/win32/opal_dll_2005.vcproj, src/win32/opal_lib_2005.vcproj:
	  Implement initial support for SRTP media encryption and
	  H.235-SRTP support This code currently inserts SRTP offers into
	  outgoing H.323 OLC, but does not yet populate capabilities or
	  respond to negotiations. This code to follow

2006-09-08 07:12  csoutheren

	* src/rtp/rtp.cxx: Reverted previous patch as this breaks H.323
	  calls

2006-09-07 12:09  rjongbloed

	* samples/openphone/main.cxx: Linux/GNU compiler compatibility

2006-09-07 12:05  rjongbloed

	* Makefile.in: Added "make update" target to do cvs update and
	  rebuild

2006-09-07 11:05  csoutheren

	* src/: codec/opalpluginmgr.cxx, opal/mediafmt.cxx: Fix case
	  significance in IsValidForProtocol

2006-09-07 06:10  csoutheren

	* include/asn/h235.h, src/asn/h235.asn, src/asn/h235.cxx: Update
	  H.235 ASN

2006-09-07 05:46  csoutheren

	* include/asn/h235_srtp.h, src/asn/h235_srtp.asn,
	  src/asn/h235_srtp.cxx: Add support for H323_SRTP (also known as
	  H235.8)

2006-09-07 00:36  csoutheren

	* src/: codec/opalpluginmgr.cxx, opal/mediafmt.cxx: Fix problem
	  with IsValidForProtocol on video codecs

2006-09-06 00:50  csoutheren

	* src/opal/mediafmt.cxx: Make sure codecs match full name if
	  specified, or not at all

2006-09-05 08:21  csoutheren

	* src/opal/mediafmt.cxx: Add useful comment

2006-09-05 08:18  csoutheren

	* configure.ac, include/opal/buildopts.h.in, include/rtp/rtp.h,
	  include/rtp/srtp.h, src/rtp/rtp.cxx, src/rtp/srtp.cxx: Start
	  bringing in SRTP code for libSRTP

2006-08-31 01:37  csoutheren

	* opal_cfg.dxy, version.h: Incremented version numbers

2006-08-30 02:31  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-08-30 02:10  rjongbloed

	* samples/mfc/mfc.cpp: Fixed DevStudio 2005 warning

2006-08-29 20:38  dsandras

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Added function to better deal
	  with reinvites.

2006-08-29 15:23  rjongbloed

	* src/win32/opaln_2003.dtf: Update symbols

2006-08-29 14:15  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf: Update symbols

2006-08-29 10:54  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added VU meters

2006-08-29 10:47  rjongbloed

	* include/lids/lidep.h, include/opal/connection.h,
	  include/opal/mediastrm.h, include/opal/pcss.h,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/mediastrm.cxx, src/opal/pcss.cxx: Added functions to get
	  average audio signal level from audio streams in   suitable
	  connection types.

2006-08-29 03:37  csoutheren

	* include/h323/h323ep.h, include/opal/transports.h,
	  samples/simple/main.cxx, samples/simple/main.h,
	  src/opal/transports.cxx: Change secure URLs to use h323s and tcps
	  to be inline with sips

2006-08-29 02:55  csoutheren

	* src/h323/h323ep.cxx: Fixed problem with parsing aliases when
	  using GKs

2006-08-29 02:55  csoutheren

	* include/opal/transports.h: Fix problem with creating TCP
	  transports associated with UDP tranports

2006-08-28 10:47  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Attempt to remove silly warnings

2006-08-28 10:07  csoutheren

	* src/opal/transports.cxx: Remove incorrect patch

2006-08-28 02:53  csoutheren

	* src/sip/sipcon.cxx: Applied 1546613 - Transport check in
	  SIPConnection::SetConnected Thanks to Drazen Dimoti

2006-08-28 02:51  csoutheren

	* include/opal/transports.h, src/opal/transports.cxx: Applied
	  1545808 - OpalTransportUDP connectSockets protection Thanks to
	  Drazen Dimoti

2006-08-28 02:42  csoutheren

	* src/sip/sippdu.cxx: Applied 1545201 - SIPTransaction - control of
	  access to SIPConnection Thanks to Drazen Dimoti

2006-08-28 02:35  csoutheren

	* src/sip/sipcon.cxx: Applied 1545205 - Usage of SetPhase in
	  SIPConnection Thanks to Drazen Dimoti

2006-08-28 02:32  csoutheren

	* src/sip/sipcon.cxx: Applied 1545191 - SIPConnection
	  invitationsMutex fix Thanks to Drazen Dimoti

2006-08-28 02:10  csoutheren

	* src/opal/call.cxx: Applied 1545126 - Deadlock fix in OpalCall
	  Thanks to Drazen Dimoti

2006-08-28 02:07  csoutheren

	* include/opal/connection.h, src/opal/connection.cxx: Applied
	  1545125 - SetPhase mutex protection and transition control Thanks
	  to Drazen Dimoti

2006-08-28 02:06  csoutheren

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx,
	  src/sip/sipcon.cxx: Applied 1545107 - MediaStream - safe access
	  to patch for adding a filter Thanks to Drazen Dimoti

2006-08-28 02:03  csoutheren

	* src/rtp/rtp.cxx: Applied 1545095 - RTP destructors patch Thanks
	  to Drazen Dimoti

2006-08-26 10:19  hfriederich

	* include/opal/mediastrm.h: Add getter method for the RTP Session

2006-08-25 08:15  csoutheren

	* src/opal/transports.cxx: Fix problem with establishing media
	  channels with secure transport

2006-08-24 04:19  csoutheren

	* src/opal/mediafmt.cxx: Fix problem with calculating the bandwidth
	  of wide-band codecs

2006-08-22 11:02  csoutheren

	* src/opal/transports.cxx: Removed left over debug code

2006-08-22 10:55  csoutheren

	* include/h323/h323con.h: Removed duplicate declaration of
	  remoteIsNAT that was hiding variable of same name in the ancestor

2006-08-22 05:08  csoutheren

	* src/codec/opalpluginmgr.cxx: Fixed compile error on gcc 4.1

2006-08-21 08:19  csoutheren

	* configure.ac, opal_2005.sln, include/opal/buildopts.h.in,
	  include/rtp/srtp.h, src/rtp/srtp.cxx: Added placeholders for SRTP
	  implementation

2006-08-21 07:30  csoutheren

	* samples/simple/: main.cxx, main.h: Add support for sh323

2006-08-21 07:29  csoutheren

	* include/h323/h323ep.h, include/h323/transaddr.h,
	  include/opal/endpoint.h, include/opal/transports.h,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/h323/h450pdu.cxx, src/h323/transaddr.cxx,
	  src/opal/endpoint.cxx, src/opal/transports.cxx,
	  src/t120/h323t120.cxx: Messy but relatively simple change to add
	  support for secure (SSL/TLS) TCP transport and secure H.323
	  signalling via the sh323 URL scheme

2006-08-21 07:24  csoutheren

	* src/rtp/rtp.cxx: Add extra trace log to allow tracking of NAT
	  detection

2006-08-21 06:52  csoutheren

	* include/h323/gkserver.h: Fixed spelling error in documentation

2006-08-21 06:51  csoutheren

	* include/h323/gkclient.h: Fixed formatting

2006-08-20 15:35  csoutheren

	* src/: h323/h323.cxx, sip/sipcon.cxx: Backported changes to
	  protect against rare error conditions

2006-08-20 06:03  csoutheren

	* configure.ac: Fix typo

2006-08-20 05:56  csoutheren

	* src/codec/opalpluginmgr.cxx: Add
	  OpalMediaFormat::IsValidForProtocol to allow plugin codecs to be
	  enabled only for certain protocols rather than relying on the
	  presence of the IANA rtp encoding name field

2006-08-20 05:45  csoutheren

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx, src/sip/sdp.cxx:
	  Add OpalMediaFormat::IsValidForProtocol to allow plugin codecs to
	  be enabled only for certain protocols rather than relying on the
	  presence of the IANA rtp encoding name field

2006-08-18 09:32  csoutheren

	* src/: h323/h323.cxx, opal/transports.cxx, sip/sipcon.cxx: Refuse
	  to create RTP sessions when only one connection in a call

2006-08-18 01:09  rjongbloed

	* include/lids/lidep.h, include/opal/connection.h,
	  include/opal/pcss.h, samples/openphone/main.cxx,
	  samples/openphone/main.h, src/lids/lidep.cxx,
	  src/opal/connection.cxx, src/opal/pcss.cxx: Added volume controls

2006-08-16 01:52  csoutheren

	* src/: codec/opalpluginmgr.cxx, sip/sdp.cxx: Ensure codecs with
	  same name but different clock rate get different payload types

2006-08-16 01:35  csoutheren

	* src/opal/mediafmt.cxx: Fixed problem with OpalMediaFormat compare
	  which stopped RTP payload map from working   which disabled iLBC
	  codec on SIP

2006-08-15 21:41  dsandras

	* Makefile.in: Only build plugins when building the library.

2006-08-15 14:10  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added local interfaces to
	  config dialog

2006-08-15 00:39  rjongbloed

	* samples/openphone/: main.cxx, main.h, openphone.wxg,
	  openphone.xrc: Added aslias to config dialog

2006-08-13 10:33  rjongbloed

	* samples/openphone/: main.cxx, main.h: Completed bandwidth
	  configuration from options dialog.

2006-08-13 06:41  rjongbloed

	* samples/openphone/main.cxx: Fixed saving of ring device name

2006-08-13 05:31  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-08-13 04:59  rjongbloed

	* src/iax2/: iax2ep.cxx, regprocessor.cxx: Fixed warning on no
	  trace build

2006-08-13 04:33  rjongbloed

	* src/win32/: opal_2003.dtf, opal_lib.vcproj, opald_2003.dtf,
	  opaln_2003.dtf: DEvStudio 2003 compatibility on IAX2 fixes

2006-08-12 06:20  csoutheren

	* include/sip/sipep.h, src/sip/sipep.cxx: Removed Windows warning
	  and fixed timeout in SIP PING code

2006-08-12 06:09  csoutheren

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Applied 1538497 - Add the PING method Thanks to Paul Rolland

2006-08-12 06:00  csoutheren

	* src/h323/q931.cxx: Added additional Q.931 message types Thanks to
	  ii7@bk.ru

2006-08-12 05:55  csoutheren

	* include/h323/h323con.h: Applied 1538066 - Make H323
	  StartControlNegotiations virtual Thanks to Adam Butcher

2006-08-12 05:23  csoutheren

	* src/sip/sipcon.cxx: Fixed sending SIP INFO application/dtmf

2006-08-11 10:09  csoutheren

	* src/opal/transcoders.cxx: Fix incorrect handling of variable
	  output frame sizes - Speex plugin now works :)

2006-08-11 09:52  csoutheren

	* include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/h323/h323caps.h, include/opal/mediafmt.h,
	  src/codec/opalpluginmgr.cxx, src/h323/h323caps.cxx,
	  src/opal/opalvxml.cxx, src/opal/transcoders.cxx: Fix problem with
	  media format factory in VC 2005 Fixing problems with Speex codec
	  Remove non-portable usages of PFactory code

2006-08-11 09:30  dsandras

	* src/sip/sipcon.cxx: Backported patch from HEAD.

2006-08-11 09:25  rjongbloed

	* src/win32/: opal_2005.dtf, opald_2005.dtf, opaln_2005.dtf: Update
	  symbols

2006-08-11 09:19  rjongbloed

	* samples/openphone/main.h: Fixed DevStudio 2005 warning

2006-08-11 08:20  csoutheren

	* samples/openphone/: OpenPhone_2005.vcproj, ReadMe.txt: Updated
	  for VC 2005

2006-08-10 08:30  csoutheren

	* src/h323/h323caps.cxx: Fix problem with key type in plugin
	  factory

2006-08-10 08:05  csoutheren

	* src/codec/opalpluginmgr.cxx: Fix problem with key type in plugin
	  factory

2006-08-10 07:10  csoutheren

	* include/h323/channels.h, include/opal/connection.h,
	  src/h323/channels.cxx, src/h323/h323.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx: Various H.323
	  stability patches merged in from DeimosPrePLuginBranch

2006-08-10 06:44  csoutheren

	* src/: iax2/callprocessor.cxx, iax2/iax2ep.cxx,
	  iax2/regprocessor.cxx, win32/opal_lib_2005.vcproj: Added new IAX2
	  files to VC 2005 project Fixed compile warning on Windows

2006-08-10 06:31  csoutheren

	* src/sip/sipcon.cxx: Applied 1534444 - Lock to streamsMutex in
	  SIPConnection::InitRFC2833Handler Thanks to Drazen Dimoti

2006-08-10 06:26  csoutheren

	* src/opal/connection.cxx: Applied 1534434 -
	  OpalConnection::SetAudioJitterDelay - checking of values Thanks
	  to Drazen Dimoti

2006-08-10 06:21  csoutheren

	* src/sip/sipcon.cxx: Applied 1532444 - Small fix for
	  SIPConnection::OnReceivedPDU Thanks to Borko Jandras

2006-08-10 01:14  dereksmithies

	* Makefile.in: Add fix for compiling new iax processing files.	Big
	  thanks to Stephen Cook, (sitiveni@gmail.com) for this work.
	  Thanks also for the Google Summer of Code.

2006-08-09 14:51  csoutheren

	* configure.exe: Update to new version

2006-08-09 14:49  csoutheren

	* include/h323/channels.h, include/opal/connection.h,
	  src/h323/channels.cxx, src/h323/h323.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx: Improve stablity
	  under heavy H.323 load

2006-08-09 05:46  dereksmithies

	* include/iax2/callprocessor.h, include/iax2/frame.h,
	  include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  include/iax2/ies.h, include/iax2/processor.h,
	  include/iax2/receiver.h, src/iax2/callprocessor.cxx,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/iax2medstrm.cxx, src/iax2/processor.cxx,
	  src/iax2/receiver.cxx, src/iax2/regprocessor.cxx,
	  src/iax2/transmit.cxx, include/iax2/regprocessor.h,
	  include/iax2/remote.h: Add ability to register to a remote
	  Asterisk box. The iaxProcessor class is split into a
	  callProcessor and a regProcessor class.  Big thanks to Stephen
	  Cook, (sitiveni@gmail.com) for this work.

2006-08-08 11:16  rjongbloed

	* Makefile.in, config.guess, config.sub, configure, configure.ac,
	  src/codec/speex/libspeex/.cvsignore: Fixed building of audio
	  plugins on linux

2006-08-08 10:33  rjongbloed

	* include/h323/h4601.h: Fixed GNU warning on what very much looks
	  like incorrect code. Goes to	 prove you should not ignore
	  warnings!

2006-08-07 22:47  dsandras

	* include/sip/sippdu.h: Backported fix from HEAD.

2006-08-07 22:26  dsandras

	* include/opal/mediastrm.h: Backported fix from HEAD.

2006-08-07 22:18  dsandras

	* src/opal/: mediastrm.cxx, patch.cxx: Backported various patches
	  from HEAD.

2006-08-07 22:07  dsandras

	* src/sip/sippdu.cxx, include/sip/sippdu.h: Backported qop support
	  from HEAD.

2006-08-07 21:53  dsandras

	* src/sip/sippdu.cxx, include/sip/sippdu.h: Backported fix from
	  HEAD to add support for the opaque attribute when authenticating.

2006-08-07 21:46  hfriederich

	* src/sip/sipcon.cxx: Ensuring that no INVITE is sent if connection
	  is already in releasing phase

2006-08-07 21:46  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Backported fix from HEAD
	  to abort registration after a given amount of failures.

2006-08-07 21:15  dsandras

	* src/sip/sipcon.cxx: Backported fix from HEAD.

2006-08-07 21:13  dsandras

	* src/sip/sipcon.cxx: Backported fix from CVS HEAD to fix possible
	  crash on call release.

2006-08-03 14:43  csoutheren

	* Makefile.in, src/codec/speex/libspeex/speex_config_types.h.in:
	  Fixed compilation on Linux

2006-08-03 10:09  csoutheren

	* src/sip/sippdu.cxx: Removed another incorrect double quote

2006-08-03 10:09  csoutheren

	* src/opal/connection.cxx: Removed old code

2006-08-03 10:07  csoutheren

	* src/sip/sippdu.cxx: Backport from CVS head

2006-08-03 10:01  csoutheren

	* src/opal/: call.cxx, connection.cxx: Added additional locking for
	  media stream list to remove crashes in very busy applications

2006-08-03 06:57  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  include/rtp/rtp.h, src/h323/h323.cxx, src/opal/connection.cxx,
	  src/rtp/rtp.cxx: Port additional NAT handling logic from OpenH323
	  and extend into OpalConnection class

2006-08-01 14:46  rjongbloed

	* include/codec/h261codec.h, include/codec/h263codec.h,
	  include/h323/h323.h, samples/simple/main.cxx,
	  src/opal/mediafmt.cxx, src/opal/opalglobalstatics.cxx,
	  src/codec/gsm/COPYRIGHT, src/codec/gsm/PART_OF_TOAST,
	  src/codec/gsm/README, src/codec/gsm/inc/config.h,
	  src/codec/gsm/inc/gsm.h, src/codec/gsm/inc/private.h,
	  src/codec/gsm/inc/proto.h, src/codec/gsm/inc/unproto.h,
	  src/codec/gsm/src/add.c, src/codec/gsm/src/code.c,
	  src/codec/gsm/src/decode.c, src/codec/gsm/src/gsm_create.c,
	  src/codec/gsm/src/gsm_decode.c, src/codec/h261codec.cxx,
	  src/codec/h263codec.cxx, src/codec/gsm/src/gsm_destroy.c,
	  src/codec/gsm/src/gsm_encode.c, src/codec/gsm/src/gsm_lpc.c,
	  src/codec/gsm/src/gsm_option.c, src/codec/gsm/src/long_term.c,
	  src/codec/gsm/src/preprocess.c, src/codec/gsm/src/rpe.c,
	  src/codec/gsm/src/short_term.c, src/codec/gsm/src/table.c,
	  src/codec/iLBC/FrameClassify.c, src/codec/iLBC/FrameClassify.h,
	  src/codec/iLBC/LPCdecode.c, src/codec/iLBC/LPCdecode.h,
	  src/codec/iLBC/LPCencode.c, src/codec/iLBC/LPCencode.h,
	  src/codec/iLBC/StateConstructW.c,
	  src/codec/iLBC/StateConstructW.h, src/codec/iLBC/StateSearchW.c,
	  src/codec/iLBC/StateSearchW.h, src/codec/iLBC/anaFilter.c,
	  src/codec/iLBC/anaFilter.h, src/codec/iLBC/constants.c,
	  src/codec/iLBC/constants.h, src/codec/iLBC/createCB.c,
	  src/codec/iLBC/createCB.h, src/codec/iLBC/doCPLC.c,
	  src/codec/iLBC/doCPLC.h, src/codec/iLBC/enhancer.c,
	  src/codec/iLBC/enhancer.h, src/codec/iLBC/extract-cfile.awk,
	  src/codec/iLBC/filter.c, src/codec/iLBC/filter.h,
	  src/codec/iLBC/gainquant.c, src/codec/iLBC/gainquant.h,
	  src/codec/iLBC/getCBvec.c, src/codec/iLBC/getCBvec.h,
	  src/codec/iLBC/helpfun.c, src/codec/iLBC/helpfun.h,
	  src/codec/iLBC/hpInput.c, src/codec/iLBC/hpInput.h,
	  src/codec/iLBC/hpOutput.c, src/codec/iLBC/hpOutput.h,
	  src/codec/iLBC/iCBConstruct.c, src/codec/iLBC/iCBConstruct.h,
	  src/codec/iLBC/iCBSearch.c, src/codec/iLBC/iCBSearch.h,
	  src/codec/iLBC/iLBC_decode.c, src/codec/iLBC/iLBC_decode.h,
	  src/codec/iLBC/iLBC_define.h, src/codec/iLBC/iLBC_encode.c,
	  src/codec/iLBC/iLBC_encode.h, src/codec/iLBC/lsf.c,
	  src/codec/iLBC/lsf.h, src/codec/iLBC/packing.c,
	  src/codec/iLBC/packing.h, src/codec/iLBC/rfc3951.txt,
	  src/codec/iLBC/syntFilter.c, src/codec/iLBC/syntFilter.h,
	  src/codec/lpc10/Makefile, src/codec/lpc10/README,
	  src/codec/lpc10/bitio.c, src/codec/lpc10/bitio.h,
	  src/codec/lpc10/lpc10.h, src/codec/lpc10/makefile.unx,
	  src/codec/lpc10/nuke.c, src/codec/lpc10/nuke2.c,
	  src/codec/lpc10/sampleio.c, src/codec/lpc10/unnuke.c,
	  src/codec/lpc10/unnuke2.c, src/codec/lpc10/src/Makefile,
	  src/codec/lpc10/src/README, src/codec/lpc10/src/analys.c,
	  src/codec/lpc10/src/bsynz.c, src/codec/lpc10/src/chanwr.c,
	  src/codec/lpc10/src/dcbias.c, src/codec/lpc10/src/decode_.c,
	  src/codec/lpc10/src/deemp.c, src/codec/lpc10/src/difmag.c,
	  src/codec/lpc10/src/dyptrk.c, src/codec/lpc10/src/encode_.c,
	  src/codec/lpc10/src/energy.c, src/codec/lpc10/src/f2c.h,
	  src/codec/lpc10/src/f2clib.c, src/codec/lpc10/src/ham84.c,
	  src/codec/lpc10/src/hp100.c, src/codec/lpc10/src/invert.c,
	  src/codec/lpc10/src/irc2pc.c, src/codec/lpc10/src/ivfilt.c,
	  src/codec/lpc10/src/lpcdec.c, src/codec/lpc10/src/lpcenc.c,
	  src/codec/lpc10/src/lpcini.c, src/codec/lpc10/src/lpfilt.c,
	  src/codec/lpc10/src/makefile.dos,
	  src/codec/lpc10/src/makefile.unx, src/codec/lpc10/src/median.c,
	  src/codec/lpc10/src/mload.c, src/codec/lpc10/src/onset.c,
	  src/codec/lpc10/src/pitsyn.c, src/codec/lpc10/src/placea.c,
	  src/codec/lpc10/src/placev.c, src/codec/lpc10/src/preemp.c,
	  src/codec/lpc10/src/prepro.c, src/codec/lpc10/src/random.c,
	  src/codec/lpc10/src/rcchk.c, src/codec/lpc10/src/synths.c,
	  src/codec/lpc10/src/tbdm.c, src/codec/lpc10/src/voicin.c,
	  src/codec/lpc10/src/vparms.c,
	  src/codec/speex/libspeex/.cvsignore,
	  src/codec/speex/libspeex/Makefile.am,
	  src/codec/speex/libspeex/Makefile.in,
	  src/codec/speex/libspeex/bits.c,
	  src/codec/speex/libspeex/cb_search.c,
	  src/codec/speex/libspeex/cb_search.h,
	  src/codec/speex/libspeex/cb_search_arm4.h,
	  src/codec/speex/libspeex/cb_search_bfin.h,
	  src/codec/speex/libspeex/cb_search_sse.h,
	  src/codec/speex/libspeex/exc_10_16_table.c,
	  src/codec/speex/libspeex/exc_10_32_table.c,
	  src/codec/speex/libspeex/exc_20_32_table.c,
	  src/codec/speex/libspeex/exc_5_256_table.c,
	  src/codec/speex/libspeex/exc_5_64_table.c,
	  src/codec/speex/libspeex/exc_8_128_table.c,
	  src/codec/speex/libspeex/filters.c,
	  src/codec/speex/libspeex/filters.h,
	  src/codec/speex/libspeex/filters_arm4.h,
	  src/codec/speex/libspeex/filters_bfin.h,
	  src/codec/speex/libspeex/filters_sse.h,
	  src/codec/speex/libspeex/fixed_arm4.h,
	  src/codec/speex/libspeex/fixed_arm5e.h,
	  src/codec/speex/libspeex/fixed_bfin.h,
	  src/codec/speex/libspeex/fixed_debug.h,
	  src/codec/speex/libspeex/fixed_generic.h,
	  src/codec/speex/libspeex/gain_table.c,
	  src/codec/speex/libspeex/gain_table_lbr.c,
	  src/codec/speex/libspeex/hexc_10_32_table.c,
	  src/codec/speex/libspeex/hexc_table.c,
	  src/codec/speex/libspeex/high_lsp_tables.c,
	  src/codec/speex/libspeex/jitter.c,
	  src/codec/speex/libspeex/lbr_48k_tables.c,
	  src/codec/speex/libspeex/lpc.c, src/codec/speex/libspeex/lpc.h,
	  src/codec/speex/libspeex/lpc_bfin.h,
	  src/codec/speex/libspeex/lsp.c, src/codec/speex/libspeex/lsp.h,
	  src/codec/speex/libspeex/lsp_tables_nb.c,
	  src/codec/speex/libspeex/ltp.c, src/codec/speex/libspeex/ltp.h,
	  src/codec/speex/libspeex/ltp_arm4.h,
	  src/codec/speex/libspeex/ltp_bfin.h,
	  src/codec/speex/libspeex/ltp_sse.h,
	  src/codec/speex/libspeex/medfilter.c,
	  src/codec/speex/libspeex/medfilter.h,
	  src/codec/speex/libspeex/misc_bfin.h,
	  src/codec/speex/libspeex/modes.c,
	  src/codec/speex/libspeex/modes.h,
	  src/codec/speex/libspeex/modes_noglobals.c,
	  src/codec/speex/libspeex/nb_celp.c,
	  src/codec/speex/libspeex/nb_celp.h,
	  src/codec/speex/libspeex/pcm_wrapper.c,
	  src/codec/speex/libspeex/pcm_wrapper.h,
	  src/codec/speex/libspeex/quant_lsp.c,
	  src/codec/speex/libspeex/quant_lsp.h,
	  src/codec/speex/libspeex/sb_celp.c,
	  src/codec/speex/libspeex/sb_celp.h,
	  src/codec/speex/libspeex/speex.c,
	  src/codec/speex/libspeex/speex.h,
	  src/codec/speex/libspeex/speex_bits.h,
	  src/codec/speex/libspeex/speex_callbacks.c,
	  src/codec/speex/libspeex/speex_callbacks.h,
	  src/codec/speex/libspeex/speex_config_types.h.in,
	  src/codec/speex/libspeex/speex_header.c,
	  src/codec/speex/libspeex/speex_header.h,
	  src/codec/speex/libspeex/speex_jitter.h,
	  src/codec/speex/libspeex/speex_noglobals.h,
	  src/codec/speex/libspeex/speex_stereo.h,
	  src/codec/speex/libspeex/stack_alloc.h,
	  src/codec/speex/libspeex/stereo.c,
	  src/codec/speex/libspeex/testdenoise.c,
	  src/codec/speex/libspeex/testecho.c,
	  src/codec/speex/libspeex/testenc.c,
	  src/codec/speex/libspeex/testenc_uwb.c,
	  src/codec/speex/libspeex/testenc_wb.c,
	  src/codec/speex/libspeex/vbr.c, src/codec/speex/libspeex/vbr.h,
	  src/codec/speex/libspeex/vorbis_psy.c,
	  src/codec/speex/libspeex/vorbis_psy.h,
	  src/codec/speex/libspeex/vq.c, src/codec/speex/libspeex/vq.h,
	  src/codec/speex/libspeex/vq_arm4.h,
	  src/codec/speex/libspeex/vq_bfin.h,
	  src/codec/speex/libspeex/vq_sse.h, src/codec/vic/bsd-endian.h,
	  src/codec/vic/bv.c, src/codec/vic/config.h,
	  src/codec/vic/crdef.h, src/codec/vic/dct.cxx,
	  src/codec/vic/dct.h, src/codec/vic/encoder-h261.cxx,
	  src/codec/vic/encoder-h261.h, src/codec/vic/encoder.h,
	  src/codec/vic/grabber.h, src/codec/vic/huffcode.c,
	  src/codec/vic/p64-huff.h, src/codec/vic/p64.cxx,
	  src/codec/vic/p64.h, src/codec/vic/p64encoder.cxx,
	  src/codec/vic/p64encoder.h, src/codec/vic/transmitter.cxx,
	  src/codec/vic/transmitter.h, src/codec/vic/vid_coder.cxx,
	  src/codec/vic/vid_coder.h, src/codec/vic/videoframe.h: Added
	  build solution for plug ins Removed now redundent code due to
	  plug ins addition

2006-07-31 12:57  rjongbloed

	* samples/openphone/: main.cxx, main.h, openphone.wxg,
	  openphone.xrc: Added play of WAV file on incoming calls.

2006-07-31 12:44  rjongbloed

	* samples/openphone/ReadMe.txt: Added brief instructions on how to
	  build OpanPhone (and wxWidgets!)

2006-07-31 10:35  csoutheren

	* configure.exe: Fixed problem with excluding directories

2006-07-31 10:05  rjongbloed

	* samples/openphone/: h323phone.xpm, main.cxx, openphone.xpm,
	  otherphone.xpm, sipphone.xpm, smallphone.xpm: Fixed unix version
	  of icons.  Fixed some GNU compiler compatibility issues.

2006-07-31 10:03  rjongbloed

	* .cvsignore, src/codec/speex/libspeex/.cvsignore: More ignorance

2006-07-31 09:39  rjongbloed

	* samples/openphone/Makefile: Fixed default target to be PWlib one,
	  not just to build opephone.cxx Added OPAL directory default (no
	  OPALDIR env var) to be ../.. before	searhcing for $(HOME) and
	  /usr/local/opal

2006-07-30 13:36  hfriederich

	* src/sip/sipcon.cxx: Fixes problems with empty
	  SDPMediaDescriptions

2006-07-29 15:44  rjongbloed

	* opal.sln, opal_samples.sln, samples/mfc/mfc.vcproj,
	  samples/openphone/OpenPhone.vcproj, src/win32/.cvsignore,
	  src/win32/opal_dll.vcproj, src/win32/opal_lib.vcproj,
	  src/win32/opal_lib_2005.vcproj: Tidyed the build environment to
	  be in line with recent DevStudio 2005 changes.

2006-07-29 15:40  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-07-29 10:47  hfriederich

	* src/sip/sipep.cxx, include/sip/sipep.h: Abort the authentication
	  process after a given number of unsuccessful authentication
	  attempts to prevent infinite authentication attempts. Use not
	  UINT_MAX as GetExpires() default to fix incorrect detection of
	  registration/unregistration

2006-07-29 10:31  hfriederich

	* src/sip/sippdu.cxx: Removing invalid quotation mark after
	  algorithm=md5. Fixes problems with registration on certain
	  servers

2006-07-28 13:31  rjongbloed

	* configure.ac, opal_2005.sln, opal_samples_2005.sln,
	  samples/mfc/.cvsignore, samples/mfc/mfc_2005.vcproj,
	  samples/opalgw/.cvsignore, samples/opalgw/opalgw_2005.vcproj,
	  samples/openphone/.cvsignore,
	  samples/openphone/OpenPhone_2005.vcproj,
	  samples/simple/.cvsignore, samples/simple/simpleDLL_2005.vcproj,
	  samples/simple/simple_2005.vcproj, src/win32/.cvsignore,
	  src/win32/opal_2005.dtf, src/win32/opal_dll_2005.vcproj,
	  src/win32/opal_lib_2005.vcproj, src/win32/opald_2005.dtf,
	  src/win32/opaln_2005.dtf: Cleaned up DevStudion 2005 build system

2006-07-28 12:41  rjongbloed

	* src/: h323/gkclient.cxx, h323/h235auth.cxx, h323/h235auth1.cxx,
	  iax2/iax2ep.cxx, rtp/rtp.cxx, sip/sdp.cxx: Fixed DevStudio 2005
	  warnings on time_t conversions.

2006-07-28 00:34  rjongbloed

	* src/lids/lidep.cxx: Fixed compiler warning

2006-07-24 16:43  csoutheren

	* src/win32/opal_lib_2005.vcproj: Created VC 2005 project for
	  plugin merged code

2006-07-24 16:03  csoutheren

	* Makefile.in, configure, configure.ac, include/codec/allcodecs.h,
	  include/codec/g726codec.h, include/codec/g729codec.h,
	  include/codec/gsmcodec.h, include/codec/h261codec.h,
	  include/codec/h263codec.h, include/codec/ilbccodec.h,
	  include/codec/lpc10codec.h, include/codec/mscodecs.h,
	  include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/codec/speexcodec.h, include/codec/vidcodec.h,
	  include/h323/h323.h, include/h323/h323caps.h,
	  include/opal/buildopts.h.in, include/opal/mediafmt.h,
	  include/sip/sipep.h, samples/simple/main.cxx,
	  src/codec/g726codec.cxx, src/codec/g729codec.cxx,
	  src/codec/gsmcodec.cxx, src/codec/ilbccodec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx,
	  src/codec/opalpluginmgr.cxx, src/codec/speexcodec.cxx,
	  src/codec/vidcodec.cxx, src/codec/g726/g726_16.c,
	  src/codec/g726/g726_24.c, src/codec/g726/g726_32.c,
	  src/codec/g726/g726_40.c, src/codec/g726/g72x.c,
	  src/codec/g726/g72x.h, src/codec/g726/private.h,
	  src/h323/channels.cxx, src/h323/h323caps.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/mediafmt.cxx, src/opal/opalglobalstatics.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx: Merged in audio and video plugins from CVS
	  branch PluginBranch

2006-07-24 11:03  csoutheren

	* src/sip/sippdu.cxx: Removed suprious "response" clause in
	  authentication response

2006-07-24 00:26  rjongbloed

	* samples/simple/.cvsignore: Ignore recording.wav file

2006-07-23 15:21  csoutheren

	* opal_cfg.dxy, version.h: Incremented version number

2006-07-23 09:51  rjongbloed

	* configure.ac: Tidy up of redundent reference in configure script

2006-07-23 09:37  rjongbloed

	* opal.sln, samples/mfc/mfc.vcproj, samples/opalgw/opalgw.vcproj,
	  samples/openphone/OpenPhone.vcproj, samples/simple/simple.vcproj,
	  samples/simple/simpleDLL.vcproj, src/win32/opal_dll.vcproj,
	  src/win32/opal_lib.vcproj: Removed Console Components (aka
	  ptclib) from build and put everything into single lib/dll.

2006-07-23 08:40  csoutheren

	* opal_2005.sln, samples/simple/simple_2005.vcproj: Fixed
	  dependencies for lack of ptclib

2006-07-23 07:15  rjongbloed

	* configure.exe: Disabled some code till get a chance to amke it
	  work! Back to doing full disk searches all the time.

2006-07-23 06:44  csoutheren

	* src/codec/vic/config.h: Fixed gcc implementation of SWAP32

2006-07-22 15:48  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-07-22 15:22  rjongbloed

	* samples/mfc/StdAfx.h, src/lids/vpblid.cxx: Fixed various
	  compilation issues

2006-07-22 15:17  rjongbloed

	* src/codec/vic/: config.h, encoder-h261.cxx, p64.cxx,
	  p64encoder.cxx: Eliminate need for linking winsock just for
	  ntohl() function.

2006-07-22 08:47  rjongbloed

	* configure.exe: Changes to configure program so will process
	  dependencies before directory search so   does not search for
	  features it is not going to use.  Added dependencies so both SSL
	  libs cannot be included or searched for.

2006-07-22 06:50  shorne

	* src/asn/h225_2.cxx: supportsAssignedGK made optional field in RRQ
	  & GRQ for backwards interoperability

2006-07-22 02:24  dereksmithies

	* samples/openphone/: .cvsignore, Makefile: Add linux magic so it
	  compiles and runs on linux.  Add the command wxrc to turn the
	  openphone.xrc file into openphone.cxx Compile openphone.cxx,
	  which defines the function InitXmlResource(); Since openphone.cxx
	  is an auto generated file, get cvs to ignore this file.

2006-07-22 01:41  dereksmithies

	* samples/openphone/: main.cpp, main.cxx: Move main.cpp contents to
	  main.cxx. This fixes many issues under linux.

2006-07-21 02:44  csoutheren

	* src/iax2/iax2ep.cxx: Applied 1483216 - Opal IAX sends 2 new call
	  messages on outbound call Thanks to Mike T

2006-07-21 02:42  csoutheren

	* src/: opal/connection.cxx, sip/sipcon.cxx: Applied 1525040 - More
	  locking when changing connection's phase Thanks to Borko Jandras

2006-07-21 02:38  csoutheren

	* samples/simple/: main.cxx, main.h: Applied 1483215 - Opal
	  simpleOPAL deadlock patch & DTMF support Thanks to Mike T

2006-07-19 12:43  dereksmithies

	* samples/openphone/main.cxx: Add this file as a quick and dirty
	  dirty hack to get the pwlib make system to compile main.cpp into
	  an object file.

2006-07-19 12:41  dereksmithies

	* samples/openphone/: Makefile, main.cpp: First steps towards
	  having a unix compiled openphone.

2006-07-14 15:45  csoutheren

	* src/sip/sipcon.cxx: Applied 1522528 - fixes a crash on SIP call
	  release Thanks to Drazen Dimoti

2006-07-14 15:44  csoutheren

	* src/sip/sippdu.cxx: Fix formatting Fix compile warning on Linux

2006-07-14 09:37  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Implement qop
	  authentication.

2006-07-14 08:57  csoutheren

	* src/sip/sippdu.cxx: Fixed problem with opaque authentication

2006-07-14 07:24  csoutheren

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx: Applied 1509232 - Fix for a bug in
	  OpalMediaPatch::Close method Thanks to Borko Jandras

2006-07-14 06:22  csoutheren

	* include/opal/mediafmt.h, include/opal/mediastrm.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/opal/call.cxx, src/opal/mediafmt.cxx, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/transports.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Applied 1517397 - More
	  Phobos stability fix Thanks to Dinis Rosario

2006-07-14 03:15  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Add support for
	  "opaque" attribute in SIP authentication

2006-07-09 14:47  dsandras

	* src/sip/sipcon.cxx: Added clear cause for EndedByNoAnswer.

2006-07-09 12:18  csoutheren

	* include/opal/mediastrm.h, include/sip/sipcon.h,
	  include/sip/sippdu.h, src/opal/call.cxx, src/opal/mediastrm.cxx,
	  src/sip/sipcon.cxx, src/sip/sippdu.cxx: Applied 1517393 - Opal
	  T.38 Thanks to Drazen Dimoti

2006-07-09 12:03  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Applied 1518681 -
	  Refactoring boilerplate code Thanks to Borko Jandras

2006-07-06 22:37  dsandras

	* src/sip/sippdu.cxx: Applied patch from Brian Lu <brian lu sun
	  com> to fix compilation on opensolaris. thanks!

2006-07-06 03:11  csoutheren

	* configure.ac, configure.exe: Upgraded configure OPAL version
	  variables now set in ptbuildopts.h on Windows

2006-07-05 07:09  csoutheren

	* src/opal/connection.cxx: Applied 1494937 - Allow re-opening of
	  mediastrams Thanks to mturconi

2006-07-05 06:29  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx:
	  Applied 1495008 - Add a callback: OnCreatingINVITE Thanks to
	  mturconi

2006-07-04 02:49  csoutheren

	* configure.exe: Added capability for multiple feature dependencies

2006-07-04 02:48  csoutheren

	* src/opal/patch.cxx: New version of patch 1509246

2006-07-03 05:28  dereksmithies

	* samples/simple/main.cxx: Fix arg handling on disableui, and look
	  for args to srcep, not srcEp

2006-07-01 07:31  shorne

	* include/h323/h4601.h, src/h323/h4601.cxx: added building
	  featureset from generic data field

2006-06-30 16:55  dsandras

	* src/sip/sipcon.cxx: Reverted broken patch. Reinvites can have
	  different branch ID's.

2006-06-30 11:20  dsandras

	* src/opal/patch.cxx: Fixed wrong assertion triggering.

2006-06-30 09:38  csoutheren

	* src/opal/transports.cxx: Applied 1490817 - Fix
	  lastReceivedAddress for OpalTransportUDP Thanks to Dave Moss

2006-06-30 09:36  csoutheren

	* src/opal/patch.cxx: Applied 1495026 - Avoid deadlock if
	  mediaPatchThread has never been started Thanks to mturconi

2006-06-30 08:59  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Applied 1494417 - Add
	  check for ContentLength tag Thanks to mturconi

2006-06-30 08:49  csoutheren

	* src/: codec/vidcodec.cxx, opal/manager.cxx: Fixed disable of
	  video code to use correct #define

2006-06-30 08:49  csoutheren

	* src/opal/transcoders.cxx: Applied 1494416 - Add check for
	  sessionID in transcoder selection Thanks to mturconi

2006-06-30 07:33  csoutheren

	* src/opal/patch.cxx: Applied 1509251 - Locking rearrangement in
	  OpalMediaPatch::Main Thanks to Borko Jandras

2006-06-30 07:30  csoutheren

	* src/opal/transports.cxx: Applied 1509269 - Fix
	  OpalTransportUDP::Read-channelPointer Thanks to Borko Jandras

2006-06-30 07:26  csoutheren

	* src/h323/gkclient.cxx: Applied 1509255 - Checking whether SetSize
	  succeeds in GkClient Borko Jandras

2006-06-30 07:23  csoutheren

	* src/opal/patch.cxx: Applied 1509246 - Fix sleeping in
	  OpalMediaPatch::Main Thanks to Borko Jandras

2006-06-30 06:49  csoutheren

	* src/opal/mediastrm.cxx: Applied 1509240 -  Fix for
	  OpalMediaStream::Close deadlock Thanks to Borko Jandras

2006-06-30 03:42  csoutheren

	* src/sip/sipcon.cxx: Applied 1509216 - SIPConnection::OnReceivedOK
	  fix Thanks to Boris Pavacic

2006-06-30 03:41  csoutheren

	* samples/simple/: simple.vcproj, simple_2005.vcproj: Removed mix
	  of static and DLL libraries

2006-06-30 03:39  csoutheren

	* src/h323/h323.cxx: Applied 1509222 - H323Connection-gk-deadlock
	  Thanks to Boris Pavacic

2006-06-30 03:38  csoutheren

	* src/win32/: opal_lib.vcproj, opal_lib_2005.vcproj: Add
	  compiler-specific flags to configure

2006-06-30 03:33  csoutheren

	* include/opal/patch.h, src/opal/patch.cxx: Add function to get
	  patch sink media format

2006-06-30 03:31  csoutheren

	* opal.sln, opal_2005.sln, src/win32/opal_dll.vcproj,
	  src/win32/opal_dll_2005.vcproj: Applied 1509213 - removed Ptlib
	  from OPAL DLL link command Thanks to Boris Pavacic

2006-06-30 03:05  csoutheren

	* src/: codec/vidcodec.cxx, opal/manager.cxx: Applied 1509203 - Fix
	  compilation when video is disabled Thanks to Boris Pavacic

2006-06-30 03:05  csoutheren

	* src/sip/sippdu.cxx: Minor cleanups

2006-06-30 02:49  csoutheren

	* include/opal/call.h, src/opal/connection.cxx: Applied 1469865 -
	  remove connection from call's connection list Thanks to Frederich
	  Heem

2006-06-29 10:47  csoutheren

	* opal.dsw, opal.sln, opal_2005.sln, src/lids/lid.cxx: Removed
	  compiler warning

2006-06-28 13:35  csoutheren

	* src/opal/pcss.cxx: Patch 1494944 - added missing null pointer
	  check Thanks to mturconi

2006-06-28 13:29  csoutheren

	* include/sip/sipcon.h, src/opal/patch.cxx, src/sip/sipcon.cxx:
	  Patch 1456858 - Add mutex to transaction dictionary and other
	  stability patches Thanks to drosario

2006-06-28 13:21  csoutheren

	* src/h323/h323ep.cxx: Removed warning on gcc

2006-06-28 05:46  csoutheren

	* src/lids/: ixjwin32.cxx, vblasterlid.cxx: Fixed compile problems
	  on Windows

2006-06-27 15:50  csoutheren

	* configure, configure.ac, opal_inc.mak.in, include/lids/ixjlid.h,
	  include/lids/lid.h, include/lids/lidep.h,
	  include/lids/vblasterlid.h, include/lids/vpblid.h,
	  include/opal/buildopts.h.in, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/lids/lidep.cxx,
	  src/lids/vpblid.cxx, src/sip/sipcon.cxx: Patch 1375137 -
	  Voicetronix patches and lid enhancements Thanks to Frederich Heem

2006-06-27 15:14  csoutheren

	* src/opal/ivr.cxx: Patch 1353831 - Fixed ivr with h323 faststart
	  Thanks to Frederich Heem

2006-06-27 15:07  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/opal/connection.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/opal/connection.cxx: Patch 1374533 - add
	  h323 Progress handling Thanks to Frederich Heem

2006-06-27 14:54  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h450pdu.h, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/h323/h450pdu.cxx: Patch 1374489 - h450.7 message center
	  support Thanks to Frederich Heem

2006-06-27 14:08  csoutheren

	* src/: opal/patch.cxx, rtp/jitter.cxx: Patch 1455568 - RFC2833
	  patch Thanks to Boris Pavacic

2006-06-26 04:03  csoutheren

	* configure.exe, samples/simple/main.cxx: Fixed problem when no TTS
	  code installed

2006-06-25 14:36  csoutheren

	* opal_2005.sln: Fix compile problems under VS 2005

2006-06-25 14:32  csoutheren

	* src/: codec/speex/libspeex/lsp.h, lids/vblasterlid.cxx: Fix
	  compile problems under VS 2005

2006-06-25 14:31  csoutheren

	* opal_2005.sln, samples/simple/simple_2005.vcproj,
	  src/win32/opal_dll_2005.vcproj, src/win32/opal_lib_2005.vcproj:
	  Add project files for Visual Studio 2005

2006-06-23 09:30  csoutheren

	* src/win32/Private.def: Add extra symbols to ignore

2006-06-23 00:44  csoutheren

	* src/h323/gkclient.cxx: Fix compile problem when H.460 is disabled

2006-06-22 02:26  csoutheren

	* src/rtp/rtp.cxx: Fix formatting

2006-06-22 02:26  csoutheren

	* src/sip/sipcon.cxx: Remove warning on gcc

2006-06-22 01:43  csoutheren

	* include/opal/manager.h: Fixed comment on
	  OpalManager::SetTranslationAddress

2006-06-21 07:55  csoutheren

	* configure, configure.ac: Ensure OPAL is only built with gcc 3 or
	  later

2006-06-21 06:54  csoutheren

	* include/h323/h4601.h, include/opal/manager.h,
	  include/opal/mediastrm.h, include/opal/pcss.h,
	  src/codec/vidcodec.cxx, src/lids/ixjwin32.cxx,
	  src/opal/mediastrm.cxx, src/opal/pcss.cxx: Fixed build with
	  latest PWLib

2006-06-21 06:53  csoutheren

	* include/asn/h245.h, include/h323/h323pdu.h, src/asn/h245.asn,
	  src/asn/h245_1.cxx, src/asn/h245_3.cxx, src/h323/h323.cxx:
	  Updated H.245 to version 13

2006-06-20 07:23  csoutheren

	* src/sip/sipcon.cxx: Ignore INVITEs that arrive via different
	  route for same call Ensure CANCELs are sent for all INVITEs in
	  all cases

2006-06-20 07:22  csoutheren

	* src/opal/transports.cxx: Remove bogus warning at run-time about
	  converting "0.0.0.0"

2006-06-20 07:21  csoutheren

	* include/asn/h225.h, src/asn/h225.asn, src/asn/h225_1.cxx,
	  src/asn/h225_2.cxx, src/h323/h323.cxx, include/h323/h323pdu.h:
	  Update to ASN for H.225v6

2006-06-16 03:47  dereksmithies

	* include/iax2/iax2con.h, include/iax2/ies.h,
	  include/iax2/processor.h, include/iax2/transmit.h,
	  src/iax2/iax2con.cxx, src/iax2/processor.cxx: Get the OnHold
	  features of IAX2 to work correctly.  Thanks to Stephen Cook,
	  (sitiveni@gmail.com) for this work.

2006-06-15 19:41  dsandras

	* src/sip/sipcon.cxx: Definitely fixed recently introduced bug when
	  forwarding calls.

2006-06-15 17:34  shorne

	* include/h323/h460.h, include/h323/h4601.h, src/h323/h4601.cxx:
	  More updates

2006-06-15 02:29  csoutheren

	* src/sip/sipcon.cxx: Fixed warning on Linux

2006-06-15 02:18  csoutheren

	* src/sip/sipcon.cxx: Fixed problem with call forwarding from last
	  commit, thanks to Damien Sandras

2006-06-11 02:18  csoutheren

	* src/h323/h4601.cxx: Added pragma for old gcc versions

2006-06-10 17:40  dsandras

	* src/sip/sipep.cxx: Backported fix from HEAD.

2006-06-10 17:37  dsandras

	* src/sip/sipep.cxx: Look for the expires field in the PDU if not
	  present in the contact header.

2006-06-09 09:17  csoutheren

	* src/h323/h323.cxx: Fixed warning under gcc

2006-06-09 06:22  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  src/opal/connection.cxx, src/sip/sipcon.cxx: Implemented mapping
	  between SIP release codes and Q.931 codes as specified  by RFC
	  3398

2006-06-08 15:32  csoutheren

	* src/win32/opal_lib.vcproj: Added H4601

2006-06-08 15:27  shorne

	* include/h323/h4601.h, src/h323/h4601.cxx: Resnc Opal and OpenH323
	  versions

2006-06-08 09:06  csoutheren

	* opal_cfg.dxy: Updated doc version number

2006-06-08 09:03  csoutheren

	* Makefile.in: Changed to force docs to build even when docs
	  directory exists

2006-06-08 08:38  csoutheren

	* version.h: Incremented version number

2006-06-08 04:01  csoutheren

	* src/h323/h4601.cxx: Removed error on gcc

2006-06-08 01:41  csoutheren

	* src/h323/gkclient.cxx: Fixed compile warning on gcc

2006-06-08 01:33  csoutheren

	* include/h323/h4601.h: Removed warning on gcc 4.1.1

2006-06-05 22:13  dsandras

	* src/rtp/rtp.cxx: Backport from HEAD.

2006-06-05 22:12  dsandras

	* src/rtp/rtp.cxx: Prevent infinite loop when being unable to write
	  to the control port of the RTP session. Fixes Ekiga #339306.

2006-06-05 07:26  csoutheren

	* samples/simple/main.cxx: Added ability to test outgoing SIP INFO
	  messages

2006-06-03 14:44  shorne

	* src/win32/opal_lib.dsp: Added FECC files to build

2006-06-03 14:42  shorne

	* src/opal/patch.cxx: Fix compile error on MSVC6

2006-05-30 20:17  hfriederich

	* include/opal/buildopts.h.in: Allow compilation of H.460 support

2006-05-30 20:15  hfriederich

	* include/h323/h4601.h, src/h323/h4601.cxx: Reverting part of last
	  change and alter function call

2006-05-30 14:04  hfriederich

	* Makefile.in, configure.ac, configure, opal_inc.mak.in: Enabling
	  to build H.460

2006-05-30 13:33  hfriederich

	* include/h323/gkclient.h, include/h323/h225ras.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  src/h323/gkclient.cxx, src/h323/h225ras.cxx, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/h323/h323pdu.cxx: Porting support for
	  H.460 from OpenH323

2006-05-30 13:30  hfriederich

	* include/h323/h4601.h, src/h323/h4601.cxx: Fixing some bugs
	  introduced when porting H.460 from OpenH323 to OPAL and gcc4

2006-05-30 06:58  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/sip/sipcon.h, include/sip/sippdu.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Added suport for SIP INFO message (untested
	  as yet) Fixed some issues with SIP state machine on answering
	  calls Fixed some formatting issues

2006-05-29 01:55  csoutheren

	* version.h: Incremented version number

2006-05-27 09:24  hfriederich

	* include/h323/h460.h, include/h323/h4601.h, src/h323/h4601.cxx:
	  Initial port of H.460 files from OpenH323 to OPAL

2006-05-24 02:56  csoutheren

	* src/sip/sipcon.cxx: Fixed problem with deferred answer on SIP
	  calls

2006-05-23 19:26  dsandras

	* src/opal/connection.cxx: Reverted previous patch preventing
	  OnEstablished to be called with H.323 calls.

2006-05-16 09:23  csoutheren

	* configure, configure.ac: Removed check for RFC2190

2006-05-16 09:03  csoutheren

	* Makefile.in, samples/simple/main.cxx,
	  src/codec/opalpluginmgr.cxx: Fixed Linux compile system

2006-05-07 17:34  dsandras

	* src/opal/patch.cxx: Backported fix from HEAD.

2006-05-07 17:33  dsandras

	* src/opal/patch.cxx: Reverted the last part of the patch.

2006-05-07 16:03  dsandras

	* src/opal/patch.cxx: Backport from HEAD.

2006-05-07 16:03  dsandras

	* src/opal/patch.cxx: Reverted patch 2.21 which could cause some
	  deadlocks with H.323.

2006-05-06 18:05  dsandras

	* src/sip/sippdu.cxx: Another backport from HEAD.

2006-05-06 18:04  dsandras

	* src/sip/sippdu.cxx: Fixed GetSendAddress to handle the case where
	  the first route doesn't contain the 'lr' parameter. Fixes Ekiga
	  report #340415.

2006-05-06 05:55  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-05-04 13:17  hfriederich

	* src/sip/sippdu.cxx: improving SIPTransaction::Wait() to wait
	  until transaction is complete instead of finished

2006-05-01 11:53  dsandras

	* src/sip/sipcon.cxx: Backported change from HEAD.

2006-04-30 19:26  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Backported various HEAD
	  cleanups.

2006-04-30 19:24  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Various clean ups.

2006-04-30 18:42  dsandras

	* src/rtp/rtp.cxx: Backport from HEAD.

2006-04-30 18:41  dsandras

	* src/rtp/rtp.cxx: Allow exactly one sequence change after a call
	  to SetRemoteSocketInfo. Fixes Ekiga bug #339866.

2006-04-30 16:42  dereksmithies

	* samples/simple/main.cxx: Fix compile Sleep statement so it
	  compiles on unix.

2006-04-30 16:36  csoutheren

	* samples/simple/: main.cxx, main.h: backports from PLuginBranch

2006-04-30 16:34  csoutheren

	* include/opal/ivr.h, samples/simple/main.cxx, src/opal/ivr.cxx:
	  Backport of IVR updates from PluginBranch

2006-04-30 16:28  csoutheren

	* samples/simple/: main.cxx, main.h: Added disableui and srcep
	  options

2006-04-30 15:54  csoutheren

	* src/sip/sdp.cxx: Added handling for IPV6

2006-04-30 15:50  csoutheren

	* samples/simple/main.cxx: Add ability to set TextToSpeech
	  algorithm

2006-04-30 15:49  csoutheren

	* include/opal/ivr.h, src/opal/ivr.cxx: Add ability to set
	  TextToSpeech driver Add useful defaults for VXML handling

2006-04-30 12:36  rjongbloed

	* opal.sln, samples/openphone/H323Phone.ico,
	  samples/openphone/OpenPhone.vcproj,
	  samples/openphone/OtherPhone.ico, samples/openphone/SIPPhone.ico,
	  samples/openphone/SmallPhone.ico, samples/openphone/main.cpp,
	  samples/openphone/main.h, samples/openphone/openphone.ico,
	  samples/openphone/openphone.rc: Added icons to speed dial list.

2006-04-30 11:58  csoutheren

	* src/sip/sdp.cxx: Added IPV6 handlng to SDP

2006-04-29 23:41  csoutheren

	* configure, configure.ac: Added check for required PWLib version
	  number

2006-04-27 22:22  dsandras

	* src/sip/sipcon.cxx: Backported fix from HEAD.

2006-04-26 10:03  csoutheren

	* src/: codec/opalpluginmgr.cxx, win32/opal_lib.vcproj: H.263
	  encoding and decoding now working from plugin for both SIP and
	  H.323

2006-04-26 07:05  csoutheren

	* include/opal/mediafmt.h, src/codec/opalpluginmgr.cxx: H.263
	  decoding working via codec plugin

2006-04-25 09:48  rjongbloed

	* include/h323/gkserver.h, src/h323/gkserver.cxx,
	  src/win32/opal_2003.dtf, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Ported changes from OpenH323 gatekeeper
	  server to OPAL code base.

2006-04-25 06:06  csoutheren

	* src/h323/channels.cxx: Disable command execution for now

2006-04-25 03:14  csoutheren

	* src/codec/opalpluginmgr.cxx: Added H.263 capabilities

2006-04-25 03:06  csoutheren

	* src/: opal/call.cxx, opal/mediafmt.cxx, sip/sdp.cxx,
	  sip/sipcon.cxx, sip/sipep.cxx: Allow SIP-only codecs

2006-04-24 23:19  dsandras

	* src/sip/sipcon.cxx: Fixed previous commit.

2006-04-24 14:53  rjongbloed

	* src/win32/: opal_2003.dtf, opal_lib.vcproj, opald_2003.dtf,
	  opaln_2003.dtf: Port of H.224 Far End Camera Control to
	  DevStudio/Windows

2006-04-24 11:10  csoutheren

	* opal.sln: Added H.263-ffmpeg codec

2006-04-24 11:09  csoutheren

	* include/codec/opalplugin.h: Added LGPL license

2006-04-24 11:09  csoutheren

	* src/codec/opalpluginmgr.cxx: Added H.263 codec definitions

2006-04-24 10:16  hfriederich

	* src/codec/speex/libspeex/kiss_fft.h: Fixing problems when
	  building using Mac OS X / XCode and not using make

2006-04-24 03:50  csoutheren

	* src/opal/transcoders.cxx: Fixed problem with selecting codecs
	  from wrong sessions

2006-04-23 22:17  dsandras

	* include/sip/sdp.h, src/sip/sdp.cxx, src/sip/sipcon.cxx: Backport
	  from HEAD.

2006-04-23 22:12  dsandras

	* include/sip/sdp.h, src/sip/sdp.cxx, src/sip/sipcon.cxx: The RFC
	  tells that the SDP answer SHOULD have the same payload type than
	  the SDP offer. Added rtpmap support to allow this. Fixes problems
	  with Asterisk, and Ekiga report #337456.

2006-04-22 21:50  dsandras

	* src/sip/sipcon.cxx: Backport from HEAD.

2006-04-22 21:49  dsandras

	* src/sip/sipcon.cxx: Immediately initialize the transport with the
	  proxy address (if any) when doing the connection setup. Fixed
	  Ekiga report #334455.

2006-04-22 16:06  dsandras

	* Makefile.in: Backport from HEAD.

2006-04-22 16:05  dsandras

	* Makefile.in: When building a shared library x that references
	  symbols in libraries y, the y libraries need to be added to the
	  linker command always. Thanks to Vitaly Lipatov. (Fixes Ekiga
	  report #338310).

2006-04-22 12:49  dsandras

	* src/sip/sipcon.cxx: Backport from HEAD.

2006-04-22 12:48  dsandras

	* src/sip/sipcon.cxx: Added support for SDP offers in the OK
	  response, and SDP answer in the ACK request.

2006-04-22 11:32  dsandras

	* src/sip/sdp.cxx: Fixed compilation error with GCC on Linux.

2006-04-21 16:36  hfriederich

	* include/sip/sdp.h, src/sip/sdp.cxx: Adding ability to parse and
	  transmit simple bandwidth information

2006-04-21 07:42  csoutheren

	* src/codec/opalpluginmgr.cxx: Checked in forgotten changes to fix
	  iFrame requests

2006-04-20 18:56  hfriederich

	* Makefile.in, configure.ac, opal_inc.mak.in,
	  include/opal/buildopts.h.in: Changes to allow compilation of
	  H.224/H.281 code as well as to disable H.224 entirely

2006-04-20 18:52  hfriederich

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Adding support for
	  H.224/H.281

2006-04-19 09:52  csoutheren

	* include/codec/opalplugin.h, include/codec/vidcodec.h,
	  src/codec/opalpluginmgr.cxx, src/codec/vidcodec.cxx,
	  src/sip/sdp.cxx: Add ability to have SIP-only and H.323-only
	  codecs, and implement for H.261

2006-04-19 06:58  csoutheren

	* include/codec/allcodecs.h, include/opal/mediafmt.h,
	  src/codec/opalpluginmgr.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx: Debugging and testing of new video plugins
	  H.261 working in both CIF and QCIF modes in H.323

2006-04-17 02:06  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  include/codec/allcodecs.h, include/opal/buildopts.h.in: Allow
	  ILBC codec to be disabled and detect if not present

2006-04-15 05:03  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-04-11 23:59  dsandras

	* include/sip/sipep.h, src/sip/sippdu.cxx: More backports from
	  HEAD.

2006-04-11 23:58  dsandras

	* include/sip/sipep.h, src/sip/sippdu.cxx: Various cleanups and
	  fixes. Fixes Ekiga report #336444.

2006-04-11 23:15  dsandras

	* src/sip/sipep.cxx: More backports.

2006-04-11 23:13  dsandras

	* src/sip/sipep.cxx: Modified GetRegisteredPartyName so that the
	  DefaultLocalPartyName can be used as result if no match is found
	  for the called domain.

2006-04-11 10:40  csoutheren

	* src/codec/opalpluginmgr.cxx: Modified H.261 plugin handling to
	  use new media formats

2006-04-11 07:12  csoutheren

	* include/opal/connection.h, include/opal/patch.h,
	  include/opal/transcoders.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx: Updated to current OpalMediaFormat
	  changes

2006-04-10 10:54  csoutheren

	* samples/simple/main.cxx: Fix problem when H323 disabled

2006-04-10 10:53  csoutheren

	* src/codec/opalpluginmgr.cxx: Fix problem with audio code
	  parameters

2006-04-10 08:24  csoutheren

	* configure, configure.ac, opal.dxx, include/h323/h323caps.h,
	  include/opal/mediafmt.h, include/opal/transcoders.h,
	  samples/mfc/mfcDlg.cpp, samples/openphone/main.cpp,
	  src/h323/channels.cxx, src/h323/h323.cxx,
	  src/opal/connection.cxx, src/opal/mediafmt.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Backport from CVS head up to Plugin_Merge3

2006-04-10 07:24  csoutheren

	* src/sip/sipcon.cxx: Backport from CVS head

2006-04-10 07:18  csoutheren

	* src/sip/sipcon.cxx: Fix problem where reverse channel is opened
	  using wrong media format list

2006-04-10 07:17  csoutheren

	* src/h323/h323.cxx: Use locking version of GetOtherConnection
	  rather than unlocked version

2006-04-10 07:16  csoutheren

	* src/h323/channels.cxx: Populate media stream info even when
	  OLCack only contains media control information

2006-04-09 14:15  rjongbloed

	* samples/openphone/main.cpp: Added extra trace log to dump all
	  known media formats and their options.

2006-04-09 14:12  rjongbloed

	* include/opal/transcoders.h, src/opal/connection.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx: Changed the media
	  format option merging to include the transcoder formats.

2006-04-09 14:01  rjongbloed

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added missing
	  Clone() functions so media options propagate correctly.

2006-04-08 08:16  rjongbloed

	* samples/mfc/mfcDlg.cpp: Update to latest source base.

2006-04-08 08:15  rjongbloed

	* configure.ac: Fixed missing names in Windows configuration

2006-04-08 06:35  csoutheren

	* src/opal/opalglobalstatics.cxx: Initial version

2006-04-08 03:07  rjongbloed

	* opal.dxx: Add some documentation

2006-04-07 09:57  csoutheren

	* include/opal/connection.h, include/opal/patch.h,
	  include/opal/transcoders.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx: Halfway through media format changes -
	  not working, but closer

2006-04-06 22:41  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Backported change from HEAD.

2006-04-06 22:39  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Keep the same From header when
	  sending authenticated requests than in the original request.
	  Fixes Ekiga report #336762.

2006-04-06 07:48  csoutheren

	* src/codec/opalpluginmgr.cxx: Fixed last minute edits to allow
	  compilation

2006-04-06 07:33  csoutheren

	* include/opal/connection.h, include/sip/sipep.h,
	  src/h323/channels.cxx, src/h323/h323.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/patch.cxx, src/rtp/rtp.cxx,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx, src/win32/opal_dll.vcproj: Backports from CVS
	  head up to Plugin_Merge2

2006-04-06 03:21  csoutheren

	* include/codec/allcodecs.h, include/codec/opalplugin.h,
	  include/codec/opalpluginmgr.h, include/codec/vidcodec.h,
	  opal.sln, include/h323/h323caps.h, include/opal/mediafmt.h,
	  src/codec/opalpluginmgr.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/opal/endpoint.cxx,
	  src/opal/mediafmt.cxx, src/opal/transcoders.cxx,
	  src/rtp/jitter.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx,
	  src/win32/opal_lib.vcproj: More implementation of video codec
	  plugins

2006-03-30 01:57  csoutheren

	* src/: h323/channels.cxx, opal/connection.cxx: Added patches from
	  Paul Caswell to provide correct operation when using external RTP
	  with H.323

2006-03-30 01:53  csoutheren

	* src/sip/sdp.cxx: Make sure OpalTransportAddresses that are parsed
	  from SDP are always udp$ and not  tcp$

2006-03-30 01:53  csoutheren

	* src/opal/call.cxx: Added call to OpalCall::OnSetUpConnection

2006-03-28 13:21  dsandras

	* src/rtp/rtp.cxx: Backported STUN sockets pair fix from HEAD.

2006-03-28 13:20  dsandras

	* src/rtp/rtp.cxx: If STUN can not create a socket pair for
	  RTP/RTCP, create separate sockets and continue. At worse, RTCP
	  won't be received. The SIP part could reuse the RTCP port
	  (different from RTP port + 1) in its SDP if required.

2006-03-27 23:57  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2006-03-27 23:39  rjongbloed

	* src/win32/opal_dll.vcproj: Fixed symbols generation for no
	  logging DLL

2006-03-27 22:29  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Backports from HEAD.

2006-03-27 22:28  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added mutex to fix
	  concurrency issues between OnReceivedPDU which checks if a
	  connection is in the list, and OnReceivedINVITE, which adds it to
	  the list. Fixes Ekiga report #334847. Thanks Robert for your
	  input on this!

2006-03-23 22:29  dsandras

	* src/sip/sippdu.cxx: Backport from HEAD.

2006-03-23 22:28  dsandras

	* src/sip/sipep.cxx: Backports from HEAD.

2006-03-23 22:25  dsandras

	* src/sip/sippdu.cxx: Fixed parameter of callback called on
	  registration timeout.  Simplified SIPOptions code.

2006-03-23 22:23  dsandras

	* src/sip/sipep.cxx: Fixed SIP Options request sent when refreshint
	  NAT bindings.

2006-03-23 08:55  csoutheren

	* configure.ac, include/codec/h261codec.h,
	  include/codec/h263codec.h, include/codec/opalpluginmgr.h,
	  include/h323/h323caps.h, src/codec/opalpluginmgr.cxx,
	  src/codec/vidcodec.cxx, src/h323/h323caps.cxx: Audio plugin H.323
	  capability merging completed.  GSM, LBC, G.711 working. Speex and
	  LPC-10 are not

2006-03-23 01:24  csoutheren

	* src/: h323/h323.cxx, sip/sipcon.cxx: Detect if ClearCall is used
	  within OnIncomingConnection

2006-03-20 11:48  csoutheren

	* include/opal/connection.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/patch.cxx: Backport from CVS head

2006-03-20 11:37  csoutheren

	* include/opal/connection.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/patch.cxx: Applied patch #1453753
	  - added locking on media stream manipulation Thanks to Dinis
	  Rosario

2006-03-20 06:24  csoutheren

	* include/codec/: g726codec.h, g729codec.h, gsmcodec.h,
	  ilbccodec.h, lpc10codec.h, mscodecs.h, speexcodec.h: [no log
	  message]

2006-03-20 06:20  csoutheren

	* src/codec/: g726codec.cxx, g729codec.cxx, gsmcodec.cxx,
	  ilbccodec.cxx, lpc10codec.cxx, mscodecs.cxx, speexcodec.cxx: [no
	  log message]

2006-03-20 06:04  csoutheren

	* include/opal/buildopts.h.in: Fixed more usages of OPAL_T38FAX

2006-03-20 06:03  csoutheren

	* src/codec/opalpluginmgr.cxx: Changes to make audio plugins work
	  with SIP

2006-03-20 06:01  csoutheren

	* src/opal/endpoint.cxx: Removed change markers

2006-03-20 03:25  csoutheren

	* opal.dxy, include/h323/h323ep.h, include/iax2/overview.h,
	  include/lids/lidep.h, include/sip/sdp.h, include/sip/sipcon.h,
	  include/sip/sipep.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/codec/h263codec.cxx,
	  src/codec/speex/libspeex/kiss_fft.h, src/h323/gkclient.cxx,
	  src/h323/h323ep.cxx, src/iax2/overview.cxx, src/lids/lidep.cxx,
	  src/opal/endpoint.cxx, src/sip/sdp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx, src/win32/Private.def,
	  src/win32/opal_2003.dtf, src/win32/opal_dll.vcproj,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Backports
	  from CVS head

2006-03-20 01:41  csoutheren

	* src/sip/sdp.cxx: Fixed typo in last submit

2006-03-20 01:25  csoutheren

	* src/: sip/sippdu.cxx, win32/opal_dll.vcproj: Applied patch
	  #1446482 Thanks to Adam Butcher

2006-03-20 01:20  csoutheren

	* src/sip/sdp.cxx: Fixed problem with output empty image media
	  formats

2006-03-19 20:39  dsandras

	* src/sip/sippdu.cxx: Backports from HEAD.

2006-03-19 20:38  dsandras

	* src/sip/sippdu.cxx: Use full host when reporting a registration
	  timeout.

2006-03-19 19:59  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: More backports from HEAD.

2006-03-19 19:57  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: More work on Ekiga report
	  #334999.

2006-03-19 19:14  dsandras

	* src/sip/sipep.cxx, include/sip/sipep.h, src/sip/sippdu.cxx:
	  Backports from HEAD.

2006-03-19 19:14  dsandras

	* src/sip/sipep.cxx: Removed unused variable.

2006-03-19 19:06  dsandras

	* src/sip/sipcon.cxx: Backports from HEAD.

2006-03-19 18:26  dsandras

	* include/sip/sipep.h: Fixed FindSIPInfoByDomain so that it doesn't
	  return unregistered accounts.  Fixes Ekiga report #335006.

2006-03-19 18:18  dsandras

	* src/sip/sipcon.cxx: Fixed SRV handling.

2006-03-19 17:59  dsandras

	* src/sip/sipcon.cxx: Removed cout again.

2006-03-19 17:58  dsandras

	* src/sip/sipcon.cxx: Do not release a call we are originating when
	  receiving CANCEL.

2006-03-19 17:05  dsandras

	* src/sip/sipcon.cxx: Improved CANCEL handling. Ignore missing
	  transport type.

2006-03-19 14:17  dsandras

	* src/sip/sipep.cxx: Ignore failures when unregistering and
	  leaving. Fixes Ekiga #334997.

2006-03-19 14:15  dsandras

	* src/sip/sippdu.cxx: Removed cout.

2006-03-19 13:32  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: RFC3261 says that "CANCEL
	  messages "SHOULD NOT" be sent for anything but INVITE requests".
	  Fixes Ekiga report #334985.

2006-03-19 13:23  dsandras

	* src/sip/sippdu.cxx: Fixed rport support. Fixes Ekiga report
	  #335002.

2006-03-19 12:45  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: The remote address of the
	  registrar transport might have changed due to the Via field. This
	  affected unregistering which was reusing the exact same transport
	  to unregister. Fixed Ekiga report #334999.

2006-03-18 22:56  dsandras

	* src/sip/sippdu.cxx: Remove REGISTER and SUBSCRIBE from the Allow
	  field. Fixes Ekiga report #334979.

2006-03-18 22:45  dsandras

	* src/sip/sipcon.cxx: Do an SRV lookup when creating the
	  connection. Some domains to which INVITEs are sent do not have an
	  A record, which makes the transport creation and the connection
	  fail. Fixes Ekiga report #334994.

2006-03-16 13:09  csoutheren

	* configure.ac, include/opal/buildopts.h.in: Remove ambiguity with
	  OPAL_T38 symbol

2006-03-16 08:07  csoutheren

	* src/: h323/h323ep.cxx, opal/endpoint.cxx: Removed warning on
	  Windows

2006-03-16 08:06  csoutheren

	* opal.sln: Removed embedded coded fles

2006-03-16 08:06  csoutheren

	* configure.ac, include/codec/allcodecs.h,
	  include/codec/opalplugin.h, include/codec/opalpluginmgr.h,
	  include/h323/h323.h, include/opal/buildopts.h.in,
	  include/opal/mediafmt.h, src/codec/opalpluginmgr.cxx,
	  src/opal/mediafmt.cxx, src/sip/sdp.cxx: Initial support for audio
	  plugins

2006-03-15 19:27  dsandras

	* src/codec/speex/libspeex/kiss_fft.h: Backport from CVS HEAD.

2006-03-15 19:23  dsandras

	* src/codec/speex/libspeex/kiss_fft.h: Applied patch from <hscholz
	  _AAATTT_ raisdorf net> to fix compilation on FreeBSD. Thanks!
	  (Fixes Ekiga #334567).

2006-03-14 12:08  csoutheren

	* opal_cfg.dxy, version.h: Incremented version number

2006-03-14 11:41  csoutheren

	* src/sip/sippdu.cxx: Backport from CVS head

2006-03-14 11:26  dsandras

	* src/sip/sippdu.cxx: Reverted accidental previous change that was
	  breaking retransmissions.

2006-03-13 08:20  csoutheren

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added
	  OpalMediaFormat clone function

2006-03-12 23:12  csoutheren

	* opal_cfg.dxy, version.h: Incremented major version number for
	  release

2006-03-12 07:39  rjongbloed

	* src/win32/: Private.def, opal_2003.dtf, opald_2003.dtf,
	  opaln_2003.dtf: Update symbols

2006-03-12 07:36  rjongbloed

	* src/: codec/h263codec.cxx, h323/h323ep.cxx, opal/endpoint.cxx:
	  Fixed DevStudio warning

2006-03-11 07:32  dereksmithies

	* opal.dxy: Add link to the IAX2 documentation, which is now
	  processed when the make docs command is issued.

2006-03-11 07:31  dereksmithies

	* src/iax2/overview.cxx: Remove IAX2 documentation from the source
	  tree.

2006-03-11 07:29  dereksmithies

	* include/iax2/overview.h: Place IAX2 documentation in the include
	  directory, in a .h file

2006-03-11 07:29  csoutheren

	* include/iax2/overview.h: file overview.h was added on branch
	  PluginBranch on 2006-03-20 02:25:24 +0000

2006-03-08 22:55  dsandras

	* include/sip/sipcon.h: Forgot to commit this file. Sorry.

2006-03-08 22:54  dsandras

	* include/sip/sipcon.h: Forgot to commit this file.

2006-03-08 21:11  dsandras

	* src/sip/sipep.cxx: More backports from HEAD.

2006-03-08 21:10  dsandras

	* src/sip/sipep.cxx: Fixed logic error when receiving an incomplete
	  MWI NOTIFY PDU.

2006-03-08 19:56  dsandras

	* src/sip/sipep.cxx: Backports from HEAD.

2006-03-08 19:55  dsandras

	* src/sip/sipep.cxx: Added missing return TRUE.

2006-03-08 19:40  dsandras

	* src/sip/: sipcon.cxx, sippdu.cxx, sipep.cxx: Backports from HEAD.

2006-03-08 19:34  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx, sippdu.cxx: Added DNS SRV
	  lookup.

2006-03-08 11:59  csoutheren

	* include/sip/sdp.h, src/sip/sdp.cxx: Applied patch #1444783 - Add
	  'image' SDP meda type and 'udptl' transport protocol Thanks to
	  Drazen Dimoti

2006-03-08 11:38  csoutheren

	* include/lids/lidep.h, src/lids/lidep.cxx: Applied patch #1441139
	  - virtualise LID functions and kill monitorlines correctly Thanks
	  to Martin Yarwood

2006-03-07 12:24  csoutheren

	* samples/simple/: main.cxx, main.h: Add --disable-grq flag

2006-03-07 12:23  csoutheren

	* include/h323/h323ep.h, src/h323/gkclient.cxx,
	  src/h323/h323ep.cxx: Add ability to disable GRQ on GK
	  registration

2006-03-06 23:52  csoutheren

	* include/sip/sipcon.h, include/sip/sipep.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Reverted experimental SRV patch due to
	  unintended side effects

2006-03-06 20:04  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Backports from HEAD.

2006-03-06 20:01  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Allow registering several
	  accounts with the same realm but different user names to the same
	  provider. Fixed possible crash due to transport deletion before
	  the transaction is over.

2006-03-06 13:56  csoutheren

	* include/sip/sipcon.h, include/sip/sipep.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Added experimental support for SIP SRV lookups

2006-03-06 12:55  csoutheren

	* version.h, opal_cfg.dxy: Incremented version number

2006-02-28 20:21  dsandras

	* src/sip/sipep.cxx: Backported more fixes from HEAD.

2006-02-28 20:18  dsandras

	* src/sip/sipep.cxx: Reset the expire time to its initial value
	  accepted by the server when refreshing the registration. Have a
	  default value of 1 for voicemail notifications.

2006-02-22 13:15  csoutheren

	* include/codec/gsmcodec.h, src/codec/speex/libspeex/kiss_fft.h,
	  src/h323/gkclient.cxx, src/h323/h323.cxx, src/opal/endpoint.cxx:
	  Backports from CVS head

2006-02-22 12:19  csoutheren

	* src/codec/speex/libspeex/kiss_fft.h: Applied patch #1425825
	  MacOSX compatibility

2006-02-22 11:54  csoutheren

	* src/h323/h323.cxx: Appled patch #1375120 from Frederic Heem Add
	  ARQ srcCallSignalAddress only when needed

2006-02-22 11:52  csoutheren

	* src/h323/gkclient.cxx: Applied patch #1375161 from Frederic Heem
	  Add srcInfo to ARQ

2006-02-22 11:48  csoutheren

	* src/h323/h323.cxx: Applied patch #1375144 from Frederic Heem
	  Initialize detectInBandDTMF

2006-02-22 11:45  csoutheren

	* src/opal/endpoint.cxx: Added patch #1375116 from Frederic Heem
	  Set default bandwith to a sensible value

2006-02-22 11:40  csoutheren

	* include/h323/h323ep.h, include/opal/connection.h,
	  include/opal/endpoint.h, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx: Added patch
	  #1374583 from Frederic Heem Added additional H.323 virtual
	  function

2006-02-22 11:37  csoutheren

	* src/h323/h323ep.cxx: Fixed warning on Linux

2006-02-22 11:29  csoutheren

	* include/h323/h323ep.h, src/h323/h323.cxx, src/h323/h323ep.cxx:
	  Applied patch #1374470 from Frederic Heem Add ability to disable
	  H.245 negotiation

2006-02-21 10:38  csoutheren

	* src/opal/mediafmt.cxx: Fix problem with incorrect timestamps for
	  uLaw and ALaw

2006-02-21 10:36  csoutheren

	* src/opal/mediafmt.cxx: Fixed problem with uLaw and aLaw having
	  wrong timestamp

2006-02-21 10:23  csoutheren

	* src/codec/gsmcodec.cxx: Backported adaptive GSM codec from head

2006-02-21 01:51  csoutheren

	* configure, configure.ac: Fixed check for Speex noise type

2006-02-21 01:47  csoutheren

	* configure, configure.ac: Fixed problem with testing for speex
	  noise type

2006-02-19 12:53  dsandras

	* include/sip/sipep.h: More backports from HEAD.

2006-02-19 12:51  dsandras

	* include/sip/sipep.h: Fixed FindSIPInfoByDomain.

2006-02-18 20:00  dsandras

	* src/opal/transports.cxx: Added PTRACE statements.

2006-02-15 08:25  csoutheren

	* opal_cfg.dxy, version.h: Incremented version numbers

2006-02-14 23:37  csoutheren

	* src/codec/gsmcodec.cxx: Fixed error in adpative GSM calcs

2006-02-14 20:09  dsandras

	* src/sip/sipep.cxx: Backported fix from HEAD.

2006-02-14 20:04  dsandras

	* src/sip/sipep.cxx: Fixed problem when the voice-message field is
	  not mentionned in the NOTIFY.

2006-02-13 12:49  csoutheren

	* include/codec/h263codec.h, include/codec/opalwavfile.h,
	  include/h323/h235auth.h, src/codec/h263codec.cxx,
	  src/codec/opalwavfile.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h235auth.cxx,
	  src/h323/h235auth1.cxx, src/opal/mediafmt.cxx: Backported H.235
	  and initialisation fixes from CVS head

2006-02-13 12:31  csoutheren

	* src/h323/gkclient.cxx: Removed debug

2006-02-13 12:09  csoutheren

	* src/h323/: gkclient.cxx, gkserver.cxx, h235auth.cxx,
	  h235auth1.cxx, h323ep.cxx: Multiple fixes for H235 authenticators

2006-02-13 04:46  csoutheren

	* include/codec/h263codec.h, include/codec/opalwavfile.h,
	  include/h323/h235auth.h, src/codec/h263codec.cxx,
	  src/codec/opalwavfile.cxx, src/h323/gkserver.cxx,
	  src/h323/h235auth.cxx, src/h323/h235auth1.cxx,
	  src/opal/mediafmt.cxx: Added initialisation stuff to make sure
	  that everything works OK

2006-02-11 22:10  dsandras

	* src/codec/vic/bsd-endian.h: Backports from CVS HEAD.

2006-02-11 22:09  dsandras

	* src/codec/vic/bsd-endian.h: More OpenSolaris fixes thanks to
	  Brian Lu <brian lu sun com>. Thanks!

2006-02-11 22:07  dsandras

	* src/sip/sipcon.cxx: More backports from CVS HEAD.

2006-02-11 22:05  dsandras

	* src/sip/sipcon.cxx: Release the call when something goes wrong.

2006-02-11 16:53  dsandras

	* src/sip/sipcon.cxx: Backports from CVS HEAD.

2006-02-11 16:47  dsandras

	* src/sip/sipcon.cxx: When receiving an invite, try using the
	  remote prefered codec. The targetAddress should be initialized to
	  the contact field value of the incoming invite when receiving a
	  call.

2006-02-11 14:32  csoutheren

	* include/sip/sipcon.h, src/sip/sdp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Backported fixed from CVS head

2006-02-11 00:44  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Applied fix for
	  SetConnection and RFC2833 startup

2006-02-09 23:48  csoutheren

	* include/codec/gsmcodec.h, src/codec/gsmcodec.cxx: Experimental
	  fix for receiving MSGSM in GSM codec

2006-02-09 01:32  csoutheren

	* include/codec/g726codec.h, src/codec/g726codec.cxx,
	  src/opal/transcoders.cxx: Backported G.726 fixes from CVS head

2006-02-08 05:51  csoutheren

	* src/sip/sdp.cxx: Don't output media description when no formats
	  to output

2006-02-08 05:51  csoutheren

	* src/sip/sipep.cxx: Adde trace message when sending 502

2006-02-08 05:00  csoutheren

	* include/codec/g726codec.h, src/codec/g726codec.cxx,
	  src/opal/transcoders.cxx: Fixed for G.726 codec Thanks to Michael
	  Tinglof

2006-02-06 23:51  dsandras

	* src/sip/sipcon.cxx: Backported changes from CVS HEAD.

2006-02-06 23:40  dsandras

	* src/sip/sipcon.cxx: Added additional check for rtpSession thanks
	  to Guillaume Fraysse.

2006-02-06 05:38  csoutheren

	* include/opal/connection.h, include/opal/patch.h,
	  include/opal/transcoders.h, include/rtp/rtp.h, include/sip/sdp.h,
	  src/opal/call.cxx, src/opal/patch.cxx, src/opal/transcoders.cxx,
	  src/rtp/rtp.cxx, src/sip/sdp.cxx, src/sip/sipcon.cxx: Backported
	  RTP payload mapping fixes from CVS head

2006-02-05 23:22  dsandras

	* src/sip/sipep.cxx: More backports from HEAD.

2006-02-05 23:19  dsandras

	* src/sip/sipep.cxx: Only refresh registered accounts. In case of
	  timeout of a previously registered account, retry regularly.

2006-02-04 17:24  dsandras

	* src/sip/sipcon.cxx: Backports from CVS HEAD.

2006-02-04 17:22  dsandras

	* src/sip/sipcon.cxx: Fixed recently introduced bug reported by
	  Guillaume Fraysse. Thanks!

2006-02-04 17:06  dsandras

	* src/sip/sipcon.cxx: Fixed problems with media formats being used
	  when calling and when the remote has a different prefered order
	  than ours.

2006-02-04 15:30  dsandras

	* src/codec/echocancel.cxx: Backport from CVS HEAD.

2006-02-04 15:27  dsandras

	* src/codec/echocancel.cxx: Fixed leak.

2006-02-02 08:03  csoutheren

	* src/rtp/rtp.cxx: Added extra logging of first outgoing RTP packet

2006-02-02 08:02  csoutheren

	* include/opal/connection.h, include/opal/patch.h,
	  include/opal/transcoders.h, include/rtp/rtp.h, include/sip/sdp.h,
	  src/opal/call.cxx, src/opal/patch.cxx, src/opal/transcoders.cxx,
	  src/sip/sdp.cxx, src/sip/sipcon.cxx: Added RTP payload map to
	  transcoders and connections to allow remote SIP endpoints to
	  change the payload type used for outgoing RTP.

2006-02-01 23:45  dominance

	* Makefile.in: Backport fix from CVS HEAD to make the SONAME be the
	  fully distict version rather than the major only.

2006-02-01 23:42  dominance

	* Makefile.in: ensure we have the full disctinct SONAME instead of
	  just the major number version.

2006-02-01 10:00  csoutheren

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Changes to
	  remove dependencies in Speex code accidentally introduced

2006-02-01 06:31  csoutheren

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Fixed more
	  speex compile problems

2006-01-31 12:17  csoutheren

	* include/opal/buildopts.h.in: Added detection of variants of Speex
	  1.1.11.1

2006-01-31 12:00  csoutheren

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Backported
	  handling for variants of Speex 1.1.11.1

2006-01-31 11:55  csoutheren

	* configure, configure.ac: Removed duplicate definitions

2006-01-31 11:55  csoutheren

	* configure, configure.ac: Added detection of variants of Speex
	  1.1.11.1

2006-01-31 11:28  csoutheren

	* configure, configure.ac, include/codec/echocancel.h,
	  include/opal/buildopts.h.in, src/codec/echocancel.cxx: Added
	  detection for variants to speex 1.11.11.1

2006-01-31 09:58  csoutheren

	* Makefile.in, include/codec/echocancel.h,
	  src/codec/echocancel.cxx, src/sip/sipep.cxx: More backports

2006-01-31 09:32  csoutheren

	* include/codec/echocancel.h: Fixed problem with speex includes.
	  Again

2006-01-31 09:10  csoutheren

	* configure, configure.ac, opal_inc.mak.in, include/iax2/ies.h,
	  include/opal/buildopts.h.in, src/codec/speexcodec.cxx,
	  src/iax2/ies.cxx, src/opal/call.cxx, src/win32/opal_lib.dsp:
	  Backported from CVS head

2006-01-31 04:30  csoutheren

	* src/win32/opal_lib.dsp: Fixed compile problems on MSVC 6

2006-01-31 04:29  csoutheren

	* src/opal/call.cxx: Removed compiler warning

2006-01-31 04:28  csoutheren

	* include/iax2/ies.h, src/iax2/ies.cxx: Removed compile warnings
	  and changed functions args to const refs

2006-01-31 04:28  csoutheren

	* include/codec/echocancel.h, src/codec/echocancel.cxx,
	  src/codec/speexcodec.cxx: Changed to compile on MSVC 6

2006-01-31 04:27  csoutheren

	* src/sip/sipep.cxx: Removed unused variable Fixed typo in
	  comparison

2006-01-31 00:23  csoutheren

	* include/opal/buildopts.h.in: Added define for SPEEX

2006-01-30 03:47  csoutheren

	* configure, configure.ac, src/codec/speexcodec.cxx: Fixed use of
	  system speex library on systems with includes in strange places

2006-01-30 03:23  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  src/codec/speexcodec.cxx: First cut at fixing problem with speex
	  libraries

2006-01-29 22:03  dsandras

	* src/sip/: sipep.cxx: Removed cout.

2006-01-29 22:01  dsandras

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Backports from CVS HEAD.

2006-01-29 21:55  dsandras

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx: Allow
	  using a simple username or a fill url when registering.

2006-01-29 18:11  dsandras

	* src/sip/sipep.cxx: Backports from CVS HEAD.

2006-01-29 18:09  dsandras

	* src/sip/sipep.cxx: Added guards against timeout of 0 when
	  registering or subscribing.  Make sure activeSIPInfo is empty and
	  destroyed before exiting.

2006-01-27 06:07  csoutheren

	* Makefile.in, include/codec/echocancel.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/codec/echocancel.cxx,
	  src/codec/speex/libspeex/fftwrap.c,
	  src/codec/speex/libspeex/kiss_fft.c,
	  src/codec/speex/libspeex/kiss_fftr.c,
	  src/codec/speex/libspeex/math_approx.c,
	  src/codec/speex/libspeex/mdf.c,
	  src/codec/speex/libspeex/smallft.c,
	  src/codec/speex/libspeex/speex_preprocess.c,
	  src/opal/mediafmt.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Backports from CVS head

2006-01-27 02:00  csoutheren

	* opal_cfg.dxy, version.h: Moved 2.1.3 to Phobos devel branch

2006-01-27 01:43  csoutheren

	* opal_cfg.dxy, version.h: Incremented version to 2.3 for new
	  development stream

2006-01-25 00:31  dsandras

	* src/rtp/rtp.cxx: Fixed bug.

2006-01-24 23:24  dsandras

	* src/sip/sipep.cxx: Fixed possible bug with wait called on non
	  existing SIPInfo.

2006-01-24 20:49  dsandras

	* src/sip/sipep.cxx: Simplified code, always recreate the
	  transport.

2006-01-24 00:01  dsandras

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Protect
	  internal speex state changes with a mutex.

2006-01-23 23:56  csoutheren

	* samples/simple/: main.cxx, main.h: Added 2 second pause before
	  dialling outgoing SIP calls from command line args when
	  registrar used

2006-01-23 23:54  csoutheren

	* src/sip/sipcon.cxx: Ensure codec remove mask is applied on
	  outgoing SIP calls

2006-01-23 23:53  csoutheren

	* src/opal/mediafmt.cxx: Reverted previous change that prevents
	  multiple codecs from being removed using the	removeMask

2006-01-23 23:51  csoutheren

	* src/codec/speex/libspeex/: fftwrap.c, kiss_fft.c, kiss_fftr.c,
	  math_approx.c, mdf.c, smallft.c, speex_preprocess.c: Removed
	  warnings on VS.net

2006-01-23 23:11  dsandras

	* src/sip/sipcon.cxx: Only rebuild the routeSet if we have an
	  outbound proxy and the routeSet is empty.

2006-01-22 23:18  dsandras

	* src/sip/sipcon.cxx: Added a failure case.

2006-01-22 22:53  dsandras

	* src/rtp/rtp.cxx: Fail when STUN needs to be used and can not be
	  used.

2006-01-22 00:33  csoutheren

	* src/codec/echocancel.cxx: Fixed error again :)

2006-01-22 00:27  csoutheren

	* src/codec/echocancel.cxx: Fixed error under MSVC 6

2006-01-21 14:55  dsandras

	* src/sip/sipcon.cxx: Fixed default route set when an outbound
	  proxy is being used thanks to Vincent Untz <vuntz gnome org>.
	  Thanks!

2006-01-20 01:00  csoutheren

	* Makefile.in: Added protected against some source directories not
	  being present even wen configuration says they should be

2006-01-19 23:40  dereksmithies

	* Makefile.in: Add iax2 to the list of instal directories. Thanks
	  to Damien Sandras for reporting the bug in iax2 compilation.

2006-01-18 12:26  dsandras

	* Makefile.in: Reverted previous change.

2006-01-18 01:09  csoutheren

	* opal_cfg.dxy, version.h: Changed version number to 2.1.3

2006-01-17 19:50  dsandras

	* Makefile.in: Minor change.

2006-01-17 19:43  dsandras

	* configure, configure.ac: Fixed speex detection problems.

2006-01-17 00:06  dsandras

	* src/sip/sippdu.cxx: Added old-style proxies support (those that
	  do not support working as outbound proxies thanks to an initial
	  routeset).

2006-01-17 00:05  dsandras

	* src/sip/sipcon.cxx: Minor fixes. Reset the route set to the proxy
	  (if any), when authenticating invite.

2006-01-14 11:43  dsandras

	* Makefile.in, src/codec/vic/vid_coder.h, src/h323/h323ep.cxx,
	  src/lids/lidep.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Applied patch from Brian Lu <Brian.Lu _AT_____ sun.com> to allow
	  compilation with OpenSolaris compiler. Many thanks !!!

2006-01-14 11:40  dsandras

	* src/codec/speexcodec.cxx: Applied typecast patch thanks to Dennis
	  White <denniswhite98 ___AT_ yahoo.com>

2006-01-12 21:23  dsandras

	* src/sip/: sipcon.cxx, sippdu.cxx: Reorganized things to prevent
	  crashes when calling itself.

2006-01-12 18:56  dsandras

	* src/codec/vic/p64.cxx: Added initialization as in Mimas branch of
	  openh323.

2006-01-12 18:55  dsandras

	* src/codec/vidcodec.cxx: Initialize the fillLevel to a saner
	  value.

2006-01-12 18:54  dsandras

	* src/codec/h261codec.cxx: Added check for commandNotifier before
	  calling it, prevents assert.

2006-01-09 18:48  dsandras

	* src/sip/sippdu.cxx: Remove accidental paste. Let's blame vim.

2006-01-09 14:01  dsandras

	* src/sip/sippdu.cxx: Prevent deadlock when exiting due to the
	  mutex being locked and the completed timeout notifier not
	  executed yet.

2006-01-09 13:55  csoutheren

	* src/h323/h323.cxx: Fixed default calledDestinationName

2006-01-09 13:53  csoutheren

	* src/win32/opal_lib.vcproj: Added echo cancel files to Windows
	  build

2006-01-09 13:51  csoutheren

	* src/codec/speex/libspeex/math_approx.c: Patched to compile on
	  Windows with VS.net 2003

2006-01-09 13:19  csoutheren

	* include/opal/connection.h, src/h323/h323.cxx, src/sip/sipcon.cxx:
	  Added member variables to capture incoming destination addresses

2006-01-09 13:15  csoutheren

	* src/sip/sipep.cxx: Fixed warning under VS.net 2003

2006-01-09 13:10  csoutheren

	* src/codec/speex/libspeex/: cb_search.c, ltp.c, mdf.c,
	  pseudofloat.h, speex_preprocess.c: Patched to compile on Windows
	  with VS.net 2003

2006-01-09 12:49  dsandras

	* src/sip/sipcon.cxx: Call SetRemoteSocketInfo to update the remote
	  address when doing calls.

2006-01-08 22:53  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Changed IsRegistered so
	  that it takes the registration url as argument, allowing it to
	  work when there are several accounts on the same server.

2006-01-08 15:43  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Improved the NAT binding
	  refresh methods so that it works with all endpoint created
	  transports that require it and so that it can work by sending SIP
	  Options, or empty SIP requests. More methods can be added later.

2006-01-08 15:42  dsandras

	* src/sip/sippdu.cxx: Added guards against closed transport.

2006-01-07 19:30  dsandras

	* src/sip/sipep.cxx: Further simplification.

2006-01-07 19:29  dsandras

	* src/sip/sipep.cxx: Fixed exit problems in case of unregistration
	  failure.

2006-01-07 18:37  dsandras

	* Makefile.in, include/codec/echocancel.h,
	  src/codec/echocancel.cxx,
	  src/codec/speex/libspeex/_kiss_fft_guts.h,
	  src/codec/speex/libspeex/cb_search.c,
	  src/codec/speex/libspeex/fftwrap.c,
	  src/codec/speex/libspeex/fftwrap.h,
	  src/codec/speex/libspeex/filters.c,
	  src/codec/speex/libspeex/fixed_debug.h,
	  src/codec/speex/libspeex/fixed_generic.h,
	  src/codec/speex/libspeex/jitter.c,
	  src/codec/speex/libspeex/kiss_fft.c,
	  src/codec/speex/libspeex/kiss_fft.h,
	  src/codec/speex/libspeex/kiss_fftr.c,
	  src/codec/speex/libspeex/kiss_fftr.h,
	  src/codec/speex/libspeex/lsp.c, src/codec/speex/libspeex/ltp.c,
	  src/codec/speex/libspeex/math_approx.c,
	  src/codec/speex/libspeex/math_approx.h,
	  src/codec/speex/libspeex/mdf.c,
	  src/codec/speex/libspeex/medfilter.c,
	  src/codec/speex/libspeex/medfilter.h,
	  src/codec/speex/libspeex/misc.h,
	  src/codec/speex/libspeex/modes_noglobals.c,
	  src/codec/speex/libspeex/nb_celp.c,
	  src/codec/speex/libspeex/pcm_wrapper.c,
	  src/codec/speex/libspeex/pcm_wrapper.h,
	  src/codec/speex/libspeex/pseudofloat.h,
	  src/codec/speex/libspeex/smallft.c,
	  src/codec/speex/libspeex/smallft.h,
	  src/codec/speex/libspeex/speex_echo.h,
	  src/codec/speex/libspeex/speex_noglobals.h,
	  src/codec/speex/libspeex/speex_preprocess.c,
	  src/codec/speex/libspeex/speex_preprocess.h,
	  src/codec/speex/libspeex/speex_stereo.h,
	  src/codec/speex/libspeex/speex_types.h,
	  src/codec/speex/libspeex/stereo.c,
	  src/codec/speex/libspeex/testdenoise.c,
	  src/codec/speex/libspeex/testecho.c,
	  src/codec/speex/libspeex/testenc.c,
	  src/codec/speex/libspeex/testenc_uwb.c,
	  src/codec/speex/libspeex/testenc_wb.c,
	  src/codec/speex/libspeex/vorbis_psy.c,
	  src/codec/speex/libspeex/vorbis_psy.h: Updated to speex 1.1.11.2
	  to fix divergeance issues.

2006-01-05 13:40  rjongbloed

	* src/win32/: Private.def, opal_2003.dtf, opald_2003.dtf,
	  opaln_2003.dtf: Update symbols

2006-01-05 13:23  rjongbloed

	* src/win32/opal_lib.vcproj: Added H.263 codec module

2006-01-05 13:22  rjongbloed

	* src/codec/iLBC/: LPCencode.c, helpfun.c, helpfun.h: Fixed name
	  space conflict with iLBC function

2006-01-05 13:02  rjongbloed

	* include/codec/echocancel.h, src/codec/speex/libspeex/mdf.c,
	  src/codec/speex/libspeex/speex_preprocess.c,
	  src/win32/opal_lib.vcproj: Fixed DevStudio compile errors

2006-01-02 17:34  dsandras

	* src/codec/h261codec.cxx: Fixed compilation warning.

2006-01-02 17:34  dsandras

	* src/codec/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, extract-cfile.awk,
	  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, rfc3951.txt, syntFilter.c, syntFilter.h:
	  Updated to RFC3951 version of the iLBC codec.

2006-01-02 16:52  dsandras

	* include/h323/h323con.h, include/h323/h323ep.h, src/h323/h323.cxx,
	  src/h323/h323ep.cxx: Added what was required to merge changes
	  from OpenH323 Altas_devel_2 in gkclient.cxx, gkserver.cxx and
	  channels.cxx.

2006-01-02 16:51  dsandras

	* include/h323/gkserver.h, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx: Merged changes from
	  OpenH323 Atlas_devel_2.

2006-01-02 16:30  dominance

	* configure: new missing configure for Damien's last commit.

2006-01-02 15:47  dsandras

	* include/sip/sipcon.h, src/sip/sipcon.cxx: More code cleanups.

2006-01-02 15:46  dsandras

	* src/codec/lpc10/src/synths.c: Another try to remove inline
	  comments in the ChangeLog.

2006-01-02 15:46  dsandras

	* configure.ac: Added missing AC_PROG_CC thanks to Kilian Krause
	  and Jan Schampera.

2006-01-02 14:57  dsandras

	* configure, configure.ac: Reverted part of previous commit and
	  simplified code again.

2006-01-02 14:51  dsandras

	* configure.ac: Simplified code.

2006-01-02 12:28  dsandras

	* include/sip/sipep.h, include/sip/sippdu.h, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx: Some
	  documentation. Various code cleanups to prevent duplicate code.

2006-01-02 12:27  dsandras

	* src/codec/lpc10/src/synths.c: Fixed warnings.

2006-01-01 20:19  dsandras

	* Makefile.in, configure, configure.ac, include/codec/allcodecs.h,
	  include/codec/h263codec.h, include/opal/buildopts.h.in,
	  src/codec/h263codec.cxx: Added RFC2190 H.263 codec thanks to
	  Salyens. Many thanks!

2005-12-31 10:18  dsandras

	* src/codec/echocancel.cxx: Some fine-tuning.

2005-12-30 18:13  dsandras

	* src/codec/echocancel.cxx: Fixed typo.

2005-12-30 16:22  dsandras

	* src/rtp/jitter.cxx: Synchronized with MIMAS OpenH323 version.

2005-12-30 15:33  dsandras

	* src/codec/echocancel.cxx: Denoise the signal even when there is
	  no echo to remove in it.

2005-12-30 15:33  dsandras

	* include/codec/speexcodec.h, include/opal/transcoders.h,
	  src/codec/speexcodec.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx: Added support for Packet Loss
	  Concealment frames for framed codecs supporting it similarly to
	  what was done for OpenH323.

2005-12-30 15:29  dsandras

	* include/rtp/jitter.h, include/rtp/rtp.h, src/rtp/jitter.cxx,
	  src/rtp/rtp.cxx, src/opal/mediastrm.cxx: Removed the assumption
	  that the jitter will contain a 8 kHz signal.

2005-12-29 17:27  dsandras

	* configure, configure.ac: Moved rm -f t.c so that it is deleted
	  even if its compilation fails.

2005-12-29 17:23  dsandras

	* src/sip/sdp.cxx: Media formats with different clock rates are not
	  identical.

2005-12-29 17:23  dsandras

	* src/opal/pcss.cxx: Use the correct clock rate for the canceller.

2005-12-29 17:22  dsandras

	* src/codec/speexcodec.cxx: Simplified code and fixed wideband
	  support.

2005-12-29 17:20  dsandras

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Added
	  wideband support to the echo canceller.

2005-12-28 21:03  dsandras

	* src/codec/echocancel.cxx: Do not cancel echo when the frame is
	  silent.

2005-12-28 21:03  dsandras

	* include/opal/pcss.h, src/opal/pcss.cxx: Attach the silence
	  detector in OnPatchMediaStream so that it can be attached before
	  the echo cancellation filter.

2005-12-28 21:01  dsandras

	* include/codec/speexcodec.h, src/codec/speexcodec.cxx: Reverted
	  mode to mode 6. Get rid of encoder_frame_size.

2005-12-28 17:05  dsandras

	* src/codec/speexcodec.cxx: Changed speex mode to 8.

2005-12-27 23:25  dsandras

	* include/opal/pcss.h, src/opal/pcss.cxx: Added propagation of the
	  callback to the pcss endpoint.

2005-12-27 21:52  dsandras

	* src/codec/speexcodec.cxx: Use SPEEX encoding name only for the
	  default versions of Speex defined in the draft.

2005-12-27 21:51  dsandras

	* src/sip/sdp.cxx: Added clockRate parameter support.

2005-12-27 21:50  dsandras

	* src/opal/mediafmt.cxx: Added clockRate parameter to the media
	  format. Added new merging method that merges the parameter option
	  from the source into the destination.

2005-12-27 21:48  dsandras

	* src/opal/pcss.cxx: Added media format parameter when opening the
	  sound channel so that its parameters can be used in the body of
	  the method.  Added wideband support when opening the channel.

2005-12-27 21:48  dsandras

	* include/opal/pcss.h: Added media format parameter when opening
	  the sound channel so that its parameters can be used in the body
	  of the method.

2005-12-27 21:46  dsandras

	* include/opal/mediafmt.h: Added clockRate to the media format.
	  Added "AlwaysMerge" method for merging media format options.

2005-12-27 21:44  dsandras

	* src/codec/ilbccodec.cxx: Use the encoding name only for the
	  default version of the codec.

2005-12-26 21:53  dsandras

	* src/sip/sipcon.cxx: Small fix.

2005-12-25 12:49  dsandras

	* src/codec/echocancel.cxx: Return if Read is unsuccessful.

2005-12-24 18:52  dsandras

	* include/codec/speexcodec.h, src/codec/speexcodec.cxx: Fixed calls
	  to speex_encoder_ctl so that the correct mode is used. Added
	  support for the mode 6 wideband codec.

2005-12-24 18:51  dsandras

	* include/opal/mediafmt.h: Added clockRate parameter to allow
	  wideband audio codecs.

2005-12-24 18:50  dsandras

	* src/opal/mediafmt.cxx: Added clockRate parameter support to allow
	  wideband audio codecs.

2005-12-21 21:39  dsandras

	* src/opal/patch.cxx: Prevent recursion when executing a command on
	  a stream.

2005-12-20 21:41  dsandras

	* src/codec/speexcodec.cxx: Fixed encoding name used by SIP.

2005-12-20 21:40  dsandras

	* src/sip/sipep.cxx: Added missing parameter.

2005-12-18 22:06  dsandras

	* src/sip/sipep.cxx, include/sip/sipep.h: Added function to clean
	  up the registrations object. Moved DeleteObjectsToBeRemoved call
	  outside of the loop.

2005-12-18 20:18  dsandras

	* src/sip/sipep.cxx: Regularly clean activeSIPInfo.  Fixed problem
	  with Register ignoring the timeout parameter.

2005-12-17 22:14  dsandras

	* src/sip/sipep.cxx: Prevent loop when exiting if unregistration
	  fails forever.

2005-12-15 22:15  dsandras

	* include/: codec/mscodecs.h, lids/ixjlid.h, sip/sdp.h: Fixed
	  compilation with gcc 4.1.

2005-12-14 19:01  dsandras

	* src/sip/sippdu.cxx: Fixed comment.

2005-12-14 18:59  dsandras

	* include/sip/sipep.h, src/sip/sipcon.cxx, src/sip/sipep.cxx: Added
	  ForwardConnection executed when the remote asks for a call
	  forwarding.  Similar to what is done in the H.323 part with the
	  method of the same name.

2005-12-11 20:14  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx,
	  samples/openphone/main.cpp, samples/simple/main.cxx: Added
	  support for setting a different user name and authentication user
	  name as required by some providers like digisip.

2005-12-11 13:23  dsandras

	* src/sip/sipep.cxx: Removed unused variable.

2005-12-11 13:23  dsandras

	* src/sip/sipcon.cxx: Prevent loop of authenticating when it fails
	  by storing the last parameters before they are updated.

2005-12-09 07:13  csoutheren

	* src/win32/opal_lib.vcproj: Updated for changes to Speex libraries

2005-12-09 06:41  csoutheren

	* include/h323/h323con.h, src/h323/h323pdu.cxx: Added ability to
	  set explicit Q.931 cause code on call end

2005-12-08 22:14  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added function allowing
	  to change the nat binding refresh timeout.

2005-12-07 13:19  dsandras

	* src/sip/sipep.cxx: Improved previous commit.

2005-12-07 12:50  dsandras

	* src/sip/sipep.cxx: Signal the registration failed in
	  OnAuthenticationRequired with it happens for a REGISTER or a
	  SUBSCRIBE.

2005-12-06 22:38  dsandras

	* src/opal/mediafmt.cxx: Fixed SetMediaFormatMask thanks for
	  Frederic Heem <frederic.heem _Atttt_ telsey.it>. Thanks! (Patch
	  #1368040).

2005-12-06 22:32  dsandras

	* include/opal/connection.h, src/h323/h323.cxx,
	  src/opal/connection.cxx, src/sip/sipcon.cxx: Applied patch from
	  Frederic Heem <frederic.heem _Atttt_ telsey.it> to fix assert in
	  PSyncPoint when OnReleased is called twice from different
	  threads.  Thanks! (Patch #1374240)

2005-12-06 07:34  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  include/lids/sangomalid.h, include/opal/buildopts.h.in,
	  src/lids/sangomalid.cxx: Added configure support for Sangoma and
	  empty LID source and header files

2005-12-05 23:20  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Update the transport when
	  the computer is behind NAT, using STUN, the IP address has
	  changed compared to the original transport and a registration
	  refresh must occur.

2005-12-04 23:08  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added possibility to
	  provide an expire time when registering, if not the default
	  expire time for the endpoint will be used.

2005-12-04 16:01  dsandras

	* src/sip/sippdu.cxx, include/sip/sippdu.h, src/sip/sipcon.cxx:
	  Fixed IP translation in the VIA field of most request PDUs.

2005-11-30 14:44  csoutheren

	* src/: codec/speex/libspeex/cb_search.c,
	  codec/speex/libspeex/lsp.c, codec/speex/libspeex/ltp.c,
	  opal/connection.cxx, sip/sipep.cxx: Removed compile warnings on
	  Windows

2005-11-30 14:35  csoutheren

	* include/: codec/g726codec.h, codec/gsmcodec.h, codec/h261codec.h,
	  codec/lpc10codec.h, codec/opalwavfile.h, codec/rfc2833.h,
	  codec/silencedetect.h, codec/speexcodec.h, codec/vidcodec.h,
	  h323/channels.h, h323/gkclient.h, h323/gkserver.h,
	  h323/h225ras.h, h323/h323annexg.h, h323/h323caps.h,
	  h323/h323con.h, h323/h323ep.h, h323/h323pdu.h, h323/h323rtp.h,
	  h323/h323trans.h, h323/h450pdu.h, h323/peclient.h, h323/q931.h,
	  h323/transaddr.h, lids/ixjlid.h, lids/lid.h, lids/lidep.h,
	  lids/vblasterlid.h, lids/vpblid.h, opal/call.h,
	  opal/connection.h, opal/endpoint.h, opal/guid.h, opal/ivr.h,
	  opal/manager.h, opal/mediacmd.h, opal/mediafmt.h,
	  opal/mediastrm.h, opal/patch.h, opal/pcss.h, opal/transcoders.h,
	  opal/transports.h, rtp/jitter.h, rtp/rtp.h, sip/sipcon.h,
	  sip/sipep.h, sip/sippdu.h, t120/h323t120.h, t38/h323t38.h:
	  Changed tags for Doxygen

2005-11-29 12:50  dsandras

	* src/rtp/rtp.cxx: Use PWaitAndSignal so that it works even if no
	  AddSession follows the UseSession. Added missing
	  ignoreOtherSources check.

2005-11-29 12:49  dsandras

	* src/opal/transports.cxx: socket is autodeleted, even in case of
	  failure.

2005-11-28 20:08  dsandras

	* src/h323/h323ep.cxx: Added E.164 support.

2005-11-28 20:07  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Moved OnNATTimeout to
	  SIPInfo and use it for active conversations too.  Added E.164
	  support.

2005-11-27 21:48  dsandras

	* src/codec/echocancel.cxx: Changed ReadTimeout, WriteTimeout in
	  case the remote is not sending data. Fixed compilation warning.

2005-11-25 22:02  dsandras

	* src/sip/sipcon.cxx: Release the call if the SDP can not be built.

2005-11-25 22:02  dsandras

	* src/opal/patch.cxx: Remove the filters when closing the
	  OpalMediaPatch.

2005-11-25 22:00  dsandras

	* src/codec/echocancel.cxx, include/codec/echocancel.h: Remove the
	  DC or the algorithm is puzzled. Added several post-processing
	  filters. Added missing declaration.

2005-11-25 03:42  csoutheren

	* src/opal/manager.cxx: Applied patch #1358862 ] by Frederich Heem
	  SetUp call not removing calls in case of error

2005-11-25 01:40  csoutheren

	* src/h323/h323ep.cxx: Applied patch #1274826 from Paul Nader
	  HandleFirstSignallingChannelPDU incomplete ReleaseComplete

2005-11-25 01:14  csoutheren

	* src/codec/vic/p64.cxx: Applied patch #1303543 from Hannes
	  Friederich Added guard to weird conditions in H261 codec

2005-11-24 21:34  dsandras

	* include/codec/echocancel.h, src/codec/echocancel.cxx: Modified
	  copyright.

2005-11-24 21:31  dsandras

	* Makefile.in, include/codec/echocancel.h,
	  include/opal/connection.h, include/opal/manager.h,
	  include/opal/pcss.h, src/codec/echocancel.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/pcss.cxx: Added support for
	  echo cancelation using Speex.  Added possibility to add a filter
	  to an OpalMediaPatch for all patches of a connection.

2005-11-24 05:46  dereksmithies

	* include/h323/h323con.h: Remove detectInBandDTMF, as it is already
	  declared in the OpalConnection class. Thanks to valgrind on suse
	  10 for finding this one.

2005-11-23 23:01  dsandras

	* Makefile.in: Reverted previous change. echocancel.cxx is not
	  ready to go in yet.

2005-11-23 22:58  dsandras

	* Makefile.in: Fixed Makefile.in.

2005-11-23 22:57  dsandras

	* src/codec/: speexcodec.cxx, speex/libspeex/arch.h,
	  speex/libspeex/bits.c, speex/libspeex/cb_search.c,
	  speex/libspeex/cb_search.h, speex/libspeex/cb_search_arm4.h,
	  speex/libspeex/cb_search_bfin.h, speex/libspeex/cb_search_sse.h,
	  speex/libspeex/filters.h, speex/libspeex/filters_arm4.h,
	  speex/libspeex/filters_bfin.h, speex/libspeex/filters_sse.h,
	  speex/libspeex/fixed_arm5e.h, speex/libspeex/fixed_generic.h,
	  speex/libspeex/jitter.c, speex/libspeex/lpc.h,
	  speex/libspeex/lpc_bfin.h, speex/libspeex/lsp.h,
	  speex/libspeex/ltp.h, speex/libspeex/ltp_arm4.h,
	  speex/libspeex/ltp_bfin.h, speex/libspeex/ltp_sse.h,
	  speex/libspeex/math_approx.h, speex/libspeex/mdf.c,
	  speex/libspeex/misc.c, speex/libspeex/misc.h,
	  speex/libspeex/misc_bfin.h, speex/libspeex/modes.c,
	  speex/libspeex/modes.h, speex/libspeex/nb_celp.c,
	  speex/libspeex/nb_celp.h, speex/libspeex/quant_lsp.h,
	  speex/libspeex/sb_celp.c, speex/libspeex/sb_celp.h,
	  speex/libspeex/smallft.c, speex/libspeex/smallft.h,
	  speex/libspeex/speex.h, speex/libspeex/speex_echo.h,
	  speex/libspeex/speex_header.c, speex/libspeex/speex_jitter.h,
	  speex/libspeex/speex_preprocess.c,
	  speex/libspeex/speex_preprocess.h, speex/libspeex/speex_stereo.h,
	  speex/libspeex/speex_types.h, speex/libspeex/stack_alloc.h,
	  speex/libspeex/testecho.c, speex/libspeex/vbr.h,
	  speex/libspeex/vq.c, speex/libspeex/vq.h,
	  speex/libspeex/vq_arm4.h, speex/libspeex/vq_bfin.h,
	  speex/libspeex/vq_sse.h: Updated to Speex 1.1.11.

2005-11-22 23:37  dsandras

	* src/rtp/rtp.cxx: Reverted the previous change as the bug was
	  triggered by a change in PWLIB.

2005-11-20 22:22  dsandras

	* src/codec/speex/libspeex/: speex_config_types.h, speex_types.h:
	  Removed file and fixed include.

2005-11-20 22:19  dsandras

	* src/codec/speex/libspeex/speex_types.h: Added back erroneously
	  removed file.

2005-11-20 22:09  dsandras

	* configure, configure.ac: Fixed path.

2005-11-20 22:06  dsandras

	* src/codec/speex/libspeex/speex_config_types.h.in: Added template
	  file.

2005-11-20 22:04  dsandras

	* src/codec/speex/libspeex/speex_types.h: Removed unused file.

2005-11-20 22:03  dsandras

	* Makefile.in, configure, configure.ac,
	  src/codec/speex/libspeex/Makefile.am,
	  src/codec/speex/libspeex/Makefile.in,
	  src/codec/speex/libspeex/arch.h, src/codec/speex/libspeex/bits.c,
	  src/codec/speex/libspeex/cb_search.c,
	  src/codec/speex/libspeex/cb_search.h,
	  src/codec/speex/libspeex/cb_search_arm4.h,
	  src/codec/speex/libspeex/cb_search_bfin.h,
	  src/codec/speex/libspeex/cb_search_sse.h,
	  src/codec/speex/libspeex/exc_10_16_table.c,
	  src/codec/speex/libspeex/exc_10_32_table.c,
	  src/codec/speex/libspeex/exc_20_32_table.c,
	  src/codec/speex/libspeex/exc_5_256_table.c,
	  src/codec/speex/libspeex/exc_5_64_table.c,
	  src/codec/speex/libspeex/exc_8_128_table.c,
	  src/codec/speex/libspeex/filters.c,
	  src/codec/speex/libspeex/filters.h,
	  src/codec/speex/libspeex/filters_arm4.h,
	  src/codec/speex/libspeex/filters_bfin.h,
	  src/codec/speex/libspeex/filters_sse.h,
	  src/codec/speex/libspeex/fixed_arm4.h,
	  src/codec/speex/libspeex/fixed_arm5e.h,
	  src/codec/speex/libspeex/fixed_bfin.h,
	  src/codec/speex/libspeex/fixed_debug.h,
	  src/codec/speex/libspeex/fixed_generic.h,
	  src/codec/speex/libspeex/gain_table.c,
	  src/codec/speex/libspeex/gain_table_lbr.c,
	  src/codec/speex/libspeex/hexc_10_32_table.c,
	  src/codec/speex/libspeex/hexc_table.c,
	  src/codec/speex/libspeex/high_lsp_tables.c,
	  src/codec/speex/libspeex/jitter.c,
	  src/codec/speex/libspeex/lbr_48k_tables.c,
	  src/codec/speex/libspeex/lpc.c, src/codec/speex/libspeex/lpc.h,
	  src/codec/speex/libspeex/lpc_bfin.h,
	  src/codec/speex/libspeex/lsp.c, src/codec/speex/libspeex/lsp.h,
	  src/codec/speex/libspeex/lsp_tables_nb.c,
	  src/codec/speex/libspeex/ltp.c, src/codec/speex/libspeex/ltp.h,
	  src/codec/speex/libspeex/ltp_arm4.h,
	  src/codec/speex/libspeex/ltp_bfin.h,
	  src/codec/speex/libspeex/ltp_sse.h,
	  src/codec/speex/libspeex/math_approx.c,
	  src/codec/speex/libspeex/math_approx.h,
	  src/codec/speex/libspeex/mdf.c, src/codec/speex/libspeex/misc.c,
	  src/codec/speex/libspeex/misc.h,
	  src/codec/speex/libspeex/misc_bfin.h,
	  src/codec/speex/libspeex/modes.c,
	  src/codec/speex/libspeex/modes.h,
	  src/codec/speex/libspeex/nb_celp.c,
	  src/codec/speex/libspeex/nb_celp.h,
	  src/codec/speex/libspeex/quant_lsp.c,
	  src/codec/speex/libspeex/quant_lsp.h,
	  src/codec/speex/libspeex/sb_celp.c,
	  src/codec/speex/libspeex/sb_celp.h,
	  src/codec/speex/libspeex/smallft.c,
	  src/codec/speex/libspeex/smallft.h,
	  src/codec/speex/libspeex/speex.c,
	  src/codec/speex/libspeex/speex.h,
	  src/codec/speex/libspeex/speex_bits.h,
	  src/codec/speex/libspeex/speex_callbacks.c,
	  src/codec/speex/libspeex/speex_config_types.h,
	  src/codec/speex/libspeex/speex_echo.h,
	  src/codec/speex/libspeex/speex_header.c,
	  src/codec/speex/libspeex/speex_header.h,
	  src/codec/speex/libspeex/speex_jitter.h,
	  src/codec/speex/libspeex/speex_preprocess.c,
	  src/codec/speex/libspeex/speex_preprocess.h,
	  src/codec/speex/libspeex/speex_stereo.h,
	  src/codec/speex/libspeex/speex_types.h,
	  src/codec/speex/libspeex/stack_alloc.h,
	  src/codec/speex/libspeex/stereo.c,
	  src/codec/speex/libspeex/testdenoise.c,
	  src/codec/speex/libspeex/testecho.c,
	  src/codec/speex/libspeex/testenc.c,
	  src/codec/speex/libspeex/testenc_uwb.c,
	  src/codec/speex/libspeex/testenc_wb.c,
	  src/codec/speex/libspeex/vbr.c, src/codec/speex/libspeex/vbr.h,
	  src/codec/speex/libspeex/vq.c, src/codec/speex/libspeex/vq.h,
	  src/codec/speex/libspeex/vq_arm4.h,
	  src/codec/speex/libspeex/vq_bfin.h,
	  src/codec/speex/libspeex/vq_sse.h: Upgraded to Speex 1.1.10.

2005-11-20 22:03  dsandras

	* src/codec/ilbccodec.cxx: Fixed format name.

2005-11-20 21:56  dsandras

	* src/rtp/rtp.cxx: Allow UseSession to be used and fail without
	  requiring a consecutive AddSession.

2005-11-20 21:55  dsandras

	* src/sip/sipcon.cxx: End the connection when the session can not
	  be created.

2005-11-15 20:45  dereksmithies

	* src/iax2/iax2ep.cxx: Add fix from  Vyacheslav Frolov, to resolve
	  a private variable access problem.

2005-11-07 22:44  dsandras

	* src/sip/sipep.cxx: Fixed origin of MESSAGE requests. Ignore
	  refreshes for MESSAGE requests.

2005-11-07 07:34  csoutheren

	* include/: opal/patch.h, sip/sippdu.h: Changed PMutex to
	  PTimedMutex

2005-11-07 03:27  dereksmithies

	* samples/simple/main.cxx: Get the answer call Y/N mechanism to
	  work correctly.

2005-11-04 20:12  dsandras

	* src/sip/sipep.cxx: Fixed OnReceivedResponse for MESSAGE PDU's.

2005-11-04 14:40  dsandras

	* src/sip/sipep.cxx: Initialize localPort (thanks Craig for
	  pointing this)

2005-11-02 23:17  dsandras

	* src/sip/sipep.cxx: Take the port into account in TransmitSIPInfo.
	  Added missing break statements.

2005-10-31 00:01  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx: Added possibility to have
	  a body for SIPInfo. Moved MESSAGE sending to SIPInfo for more
	  efficiency during conversations.

2005-10-30 16:55  dsandras

	* src/sip/sipep.cxx: Added more calls to OnMessageFailed().

2005-10-27 22:53  dsandras

	* src/sip/sipcon.cxx: Send a BYE when receiving a NOTIFY for a
	  REFER we just sent.

2005-10-22 21:57  dsandras

	* src/sip/sipcon.cxx: Added SIP failure cause.

2005-10-22 20:01  dsandras

	* src/sip/sippdu.cxx: Added tag to FROM field in
	  MESSAGE/REGISTER/SUBSCRIBE requests.

2005-10-22 19:14  dsandras

	* src/sip/sipep.cxx, src/sip/sippdu.cxx, include/sip/sipep.h,
	  include/sip/sippdu.h: Send an OPTIONS request periodically when
	  STUN is being used to maintain the registrations binding alive.

2005-10-22 16:43  dsandras

	* src/sip/sipcon.cxx: Little cleanup.

2005-10-22 14:16  dsandras

	* include/opal/call.h, include/sip/sipcon.h, src/opal/call.cxx,
	  src/sip/sipcon.cxx: Moved mutex preventing media streams to be
	  opened before they are completely closed to the SIPConnection
	  class.

2005-10-22 12:29  dsandras

	* src/sip/sipep.cxx: Increased refresh interval.

2005-10-22 12:29  dsandras

	* src/codec/h261codec.cxx: Removed FIXME.

2005-10-21 19:58  dsandras

	* include/codec/vidcodec.h, include/opal/mediacmd.h,
	  src/codec/vidcodec.cxx: Applied patch from Hannes Friederich
	  <hannesf AATT ee.ethz.ch> to fix OpalVideoUpdatePicture -
	  PIsDescendant problems. Thanks!

2005-10-21 19:57  dsandras

	* src/opal/transports.cxx: Applied patch from Hannes Friederich
	  <hannesf AATT ee.ethz.ch> to fix GK registration issues when
	  there are multiple interfaces. Thanks!

2005-10-20 22:28  dsandras

	* src/opal/patch.cxx: Avoid the thread to keep the priority for a
	  too long time.

2005-10-20 22:27  dsandras

	* src/rtp/rtp.cxx: Better handling of dynamic RTP session IP
	  address changes.

2005-10-20 22:26  dsandras

	* src/sip/sipep.cxx, include/sip/sipep.h: Made the transactions
	  handling thread-safe.

2005-10-20 22:25  dsandras

	* src/sip/sipcon.cxx: Update the RTP Session address when the new
	  streams are started.

2005-10-18 22:50  dsandras

	* src/sip/sipcon.cxx: Fixed tone playing in session progress.

2005-10-18 19:50  dsandras

	* src/sip/sipcon.cxx: Fixed REFER so that it doesn't send a BYE but
	  sends the NOTIFY. Fixed leak on exit if a REFER transaction was
	  in progress while the connection is destroyed.

2005-10-18 19:23  dsandras

	* src/sip/sippdu.cxx: Fixed VIA in ACK request sent for a non-2xx
	  response.

2005-10-17 23:27  dsandras

	* src/sip/sippdu.cxx: Fixed VIA in CANCEL request.

2005-10-15 15:49  dsandras

	* src/h323/h323.cxx: Fixed best guess for the remote party callback
	  url.

2005-10-13 21:33  dsandras

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Added GetDirection to
	  get the default direction for a media stream. Modified
	  OnSendMediaDescription to call BuildSDP if no reverse streams can
	  be opened.

2005-10-13 20:14  dsandras

	* src/sip/sipcon.cxx: Another try to get it right.

2005-10-12 23:39  dsandras

	* src/sip/sipcon.cxx: Small protection for the SDP.

2005-10-12 23:32  dsandras

	* src/sip/sipcon.cxx: Cleanup.

2005-10-12 23:20  dsandras

	* src/codec/vic/p64.cxx: Added check for buffLen to prevent
	  potential crash thanks to Hannes Friederich.

2005-10-12 23:14  dsandras

	* src/h323/gkclient.cxx: Applied patch from Hannes Friederich to
	  only call ConnectTo when required. Thanks!

2005-10-12 23:11  dsandras

	* include/opal/pcss.h, src/opal/pcss.cxx: Control if the video
	  streams are started or not from this class.

2005-10-12 23:10  dsandras

	* src/sip/sipcon.cxx: Removed CanAutoStartTransmitVideo and
	  CanAutoStartReceiveVideo from the SIPConnection class.

2005-10-12 19:55  dsandras

	* src/sip/sipcon.cxx: Fixed previous commit.

2005-10-12 10:53  dsandras

	* src/sip/sipcon.cxx: Committed cleanup patch.

2005-10-11 23:51  dsandras

	* src/sip/sipcon.cxx: Reverted a previous patch.

2005-10-11 23:47  dsandras

	* src/sip/sipcon.cxx: Fixed problem when sending the 200 OK
	  response to an INVITE for which some media stream is 'sendonly'.

2005-10-11 22:53  dsandras

	* src/sip/sipep.cxx: Allow the expire field to be outside of the
	  SIPURL formed by the contact field.

2005-10-09 22:42  dsandras

	* src/sip/sipep.cxx: Creating the connection thread can take more
	  than 200ms. Send a provisional response before creating it.

2005-10-09 21:09  dsandras

	* src/sip/sippdu.cxx: Max-Forwards must be part of all requests.

2005-10-09 17:18  dsandras

	* src/opal/transports.cxx: Only add socket to the connectSockets
	  when it is open.

2005-10-09 17:12  dsandras

	* src/opal/transports.cxx: Moved some code around.

2005-10-08 22:02  dsandras

	* src/h323/h323.cxx: Added OnHold calls when there is a local hold,
	  and pause the media streams.

2005-10-08 21:27  dsandras

	* src/h323/h323.cxx: Fixed call forwarding and added support for
	  OnForwarded.

2005-10-08 21:27  dsandras

	* src/sip/sipcon.cxx: Added support for OnForwarded.

2005-10-08 21:26  dsandras

	* include/opal/endpoint.h, include/opal/manager.h,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Added OnForwarded
	  callback in case of call forwarding.

2005-10-05 23:27  dsandras

	* src/sip/sipcon.cxx: Having a source/sink stream is not opened
	  because of sendonly/recvonly is not a stream opening failure.
	  Fixed problems with streams direction.

2005-10-05 22:54  dsandras

	* src/sip/sipep.cxx: Simplified some code.

2005-10-04 22:31  dsandras

	* src/opal/connection.cxx: Minor code cleanup.

2005-10-04 20:31  dsandras

	* include/sip/sdp.h, src/sip/sdp.cxx: Allow SetFMTP and GetFMTP to
	  work with any option set for a=fmtp:.

2005-10-04 18:32  dsandras

	* src/: h323/h323.cxx, sip/sipcon.cxx: Added back support for
	  CanAutoStartReceiveVideo.

2005-10-04 15:02  rjongbloed

	* src/opal/call.cxx: Removed
	  CanOpenSourceMediaStream/CanOpenSinkMediaStream functions and
	  now use overides on OpenSourceMediaStream/OpenSinkMediaStream

2005-10-04 15:01  rjongbloed

	* include/h323/h323con.h, src/h323/h323.cxx: Moved addition of a
	  media stream to list in OpalConnection to OnOpenMediaStream	so
	  is consistent across protocols.

2005-10-04 14:59  rjongbloed

	* src/opal/connection.cxx: Removed
	  CanOpenSourceMediaStream/CanOpenSinkMediaStream functions and
	  now use overides on OpenSourceMediaStream/OpenSinkMediaStream
	  Moved addition of a media stream to list in OpalConnection to
	  OnOpenMediaStream   so is consistent across protocols.

2005-10-04 14:57  rjongbloed

	* include/opal/connection.h, include/sip/sipcon.h,
	  src/sip/sipcon.cxx: Removed
	  CanOpenSourceMediaStream/CanOpenSinkMediaStream functions and
	  now use overides on OpenSourceMediaStream/OpenSinkMediaStream

2005-10-03 23:46  dsandras

	* src/sip/sipep.cxx: Fixed previous commit (sorry).

2005-10-03 23:42  dsandras

	* src/sip/sippdu.cxx: Fixed previous commit (sorry).

2005-10-03 23:40  dsandras

	* src/sip/sippdu.cxx: Use the port in the VIA, not the default
	  signal port to answer to requests.

2005-10-03 23:18  dsandras

	* src/sip/sipep.cxx: Prevent looping at exit by removing
	  SUBSCRIBE's and failed REGISTER from the activeRegistrations.

2005-10-02 23:48  dsandras

	* src/sip/sipep.cxx: - Use the transport port when STUN is being
	  used when returning the contact address. That allows SIP proxies
	  to regularly ping the UA so that the binding stays alive. As the
	  REGISTER transport stays open, it permits to receive incoming
	  calls when being behind a type of NAT supported by STUN without
	  the need to forward any port (even not the listening port).  -
	  Call OnFailed for other registration failure causes than 4xx.

2005-10-02 23:46  dsandras

	* include/sip/sipep.h: Added more doc.

2005-10-02 19:49  dsandras

	* src/sip/: sipcon.cxx, sippdu.cxx: Cleaned code to use the new
	  GetContactAddress.

2005-10-02 19:48  dsandras

	* src/sip/sipep.cxx: Added function to return the translated
	  contact address of the endpoint.  Fixed GetRegisteredPartyName so
	  that it returns a default SIPURL if we have no registrations for
	  the given host.

2005-10-02 19:47  dsandras

	* include/sip/sipep.h: Added function to return the translated
	  contact address of the endpoint.  Added some doc.

2005-10-01 15:19  dsandras

	* src/: h323/h323ep.cxx, sip/sipep.cxx: Implemented back Blind
	  Transfer.

2005-09-30 15:25  dsandras

	* src/h323/h323.cxx: Reverted part of yesterday's fix.

2005-09-29 22:20  dsandras

	* include/h323/h323con.h, src/h323/h323.cxx: Added call to
	  OnOpenMediaStream so that the stream can be added to the
	  mediaStreams.

2005-09-29 19:53  dsandras

	* src/h323/h323.cxx: Reverted the patch that removed the call to
	  OnEstablished().  Moved call to SelectLogicalChannels up to fix
	  problem with Fast Start disabled.

2005-09-28 22:35  dsandras

	* src/sip/sippdu.cxx: Added support for the branch parameter in
	  outgoing requests.

2005-09-27 18:17  dsandras

	* src/sip/sipep.cxx: Remove the media streams on transfer.

2005-09-27 18:17  dsandras

	* src/sip/sipcon.cxx: - Added SendPDU method and use it everywhere
	  for requests sent in the dialog and to transmit responses to
	  incoming requests.  - Fixed again re-INVITE support and 200 OK
	  generation.  - Update the route set when receiving responses and
	  requests according to the RFC.  - Update the targetAddress to the
	  Contact field when receiving a response.  - Transmit the ack for
	  2xx and non-2xx responses.  - Do not update the remote transport
	  address when receiving requests and responses. Do it only in
	  SendPDU as the remote transport address for a response and for a
	  request in a dialog are different.  - Populate the route set with
	  an initial route when an outbound proxy should be used as
	  recommended by the RFC.

2005-09-27 18:13  dsandras

	* src/sip/sippdu.cxx: - Use the targetAddress from the
	  SIPConnection as request URI for a request in a dialog. The
	  SIPConnection class will adjust the targetAddress according to
	  the RFC, ie following the Contact field in a response and
	  following the Route fields.  - Added GetSendAddress that will
	  return the OpalTransportAddress to use to send a request in a
	  dialog according to the RFC.	- Use SendPDU everywhere for
	  requests in a dialog.  - Removed the transmission of ACK from the
	  SIPInvite class so that it can be done in the SIPConnectionc
	  class after processing of the response in order to know the
	  route.  - Added the code for ACK requests sent for a 2xx response
	  and for a non-2xx response.

2005-09-27 18:06  dsandras

	* include/sip/sippdu.h: Added function that returns the address to
	  which a request should be sent according to the RFC.	Removed
	  OnCompleted method for SIPInvite, the ACK is now sent from the
	  SIPConnection class so that the response has been processed for
	  Record Route headers.  Added class for the ACK request to make
	  the distinction between an ACK sent for a 2xx response (in a
	  dialog request) and an ACK sent for a non-2xx response.

2005-09-27 18:03  dsandras

	* include/sip/sipcon.h: Removed SendResponseToInvite and added
	  SendPDU function that will change the transport address right
	  before sending the PDU. This operation is atomic.

2005-09-22 20:17  dsandras

	* src/rtp/jitter.cxx: Fixed problems with jitter being restarted.

2005-09-22 20:16  dsandras

	* src/opal/transports.cxx: Definitely fixed the previous problem.

2005-09-22 19:08  dsandras

	* include/opal/call.h, src/opal/call.cxx: Added mutex to protect
	  media streams access and prevent media streams for a call to be
	  closed before they are all opened.

2005-09-22 19:07  dsandras

	* src/opal/transports.cxx: Fixed bug leading to a crash when
	  registering to a gatekeeper.

2005-09-21 23:03  dsandras

	* src/sip/sipcon.cxx: Fixed reINVITE support.

2005-09-21 21:50  dsandras

	* src/sip/: sipcon.cxx, sipep.cxx: Cleaned code. Make use of the
	  new SIP_PDU function that returns the correct address where to
	  send responses to incoming requests.

2005-09-21 21:49  dsandras

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Added a function that
	  returns the transport address where to send responses to incoming
	  requests according to RFC3261 and RFC3581.

2005-09-20 19:13  dsandras

	* src/sip/sipcon.cxx: Fixed warning.

2005-09-20 19:04  dsandras

	* src/sip/sipcon.cxx: Removed redundant call to SetBufferSize.

2005-09-20 19:02  dsandras

	* src/sip/sipep.cxx: Adjust via when receiving an incoming request.

2005-09-20 18:59  dsandras

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Added method that
	  adjusts the VIA field of incoming requests accordingly to the SIP
	  RFC and RFC 3581 if the transport address/port do not correspond
	  to what is specified in the Via. Thanks Ted Szoczei for the
	  feedback.

2005-09-20 09:57  csoutheren

	* src/sip/sipcon.cxx: Fixed bug in previous commit

2005-09-20 09:25  csoutheren

	* include/opal/manager.h, src/opal/manager.cxx: Allow userdata to
	  be passed from SetupCall through to Call and Connection
	  constructors

2005-09-20 09:24  csoutheren

	* src/sip/sipcon.cxx: Removed assumption of UDP transport for SIP

2005-09-20 09:22  csoutheren

	* src/iax2/frame.cxx: Fixed compile warning on Windows

2005-09-19 22:49  dsandras

	* src/opal/transports.cxx: Following the API, a "reusable" address
	  ends with '+', not something different than '+'.  When a socket
	  is created, reuse the "reusable" flag from the original socket.

2005-09-19 22:48  dsandras

	* include/opal/transports.h: Added the "can reuse address" flag to
	  the OpalTransportUDP class.

2005-09-19 02:17  dereksmithies

	* src/iax2/frame.cxx: lower verbosity of logging.

2005-09-18 22:32  dsandras

	* src/opal/transports.cxx: New fix for the same problem that works.

2005-09-18 20:41  dsandras

	* src/opal/transports.cxx: Reverted previous broken patch.

2005-09-17 22:54  dsandras

	* src/sip/sipcon.cxx: Check for existing transport before using it.

2005-09-17 19:36  dsandras

	* src/opal/transports.cxx: Close the old channel before creating
	  the new socket.

2005-09-16 09:08  dsandras

	* include/codec/h261codec.h: Forgot to commit that file yesterday.
	  Declare new variable.

2005-09-15 22:01  dsandras

	* src/codec/h261codec.cxx: Allow dynamic quality adjustments.

2005-09-15 21:24  dsandras

	* src/codec/h261codec.cxx: Backported adaptative packet delay
	  algorithm from OpenH323.

2005-09-15 20:00  dsandras

	* src/codec/vic/p64.cxx: Make sure qv_ is initialized when being
	  used.

2005-09-15 19:08  dsandras

	* include/sip/sipcon.h: Added support for
	  CanOpen[Source|Sink]MediaStream.

2005-09-15 19:07  dsandras

	* src/sip/sipcon.cxx: Fixed video support. Make use of BuildSDP
	  when possible. Do not open the sink/source media streams if the
	  remote or the local user have disabled audio/video
	  transmission/reception by checking the direction media and
	  session attributes.

2005-09-15 19:05  dsandras

	* src/opal/call.cxx: Only open media streams for a session with
	  media formats corresponding to that session. Check if the sink
	  media stream can be opened on the other connection(s) before
	  opening the source media stream.

2005-09-15 19:02  dsandras

	* include/opal/connection.h, src/opal/connection.cxx: Added the
	  possibility for a connection to prevent the opening of a
	  sink/source media stream.

2005-09-15 19:01  dsandras

	* include/sip/sdp.h, src/sip/sdp.cxx: Added support for the
	  direction attributes in the audio & video media descriptions and
	  in the session.

2005-09-15 18:59  dsandras

	* src/sip/sippdu.cxx: Add the video SDP part as soon as we can send
	  or receive video.

2005-09-13 22:48  dominance

	* Makefile.in, include/opal/mediafmt.h, src/opal/mediafmt.cxx,
	  src/opal/transcoders.cxx: minor cleanups needed to support mingw
	  compilation. Thanks goes to Julien Puydt.

2005-09-08 00:20  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Update
	  symbols

2005-09-06 14:44  rjongbloed

	* include/codec/vidcodec.h, include/opal/mediafmt.h,
	  include/opal/transcoders.h, src/codec/h261codec.cxx,
	  src/codec/vidcodec.cxx, src/opal/connection.cxx,
	  src/opal/mediafmt.cxx, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx: Many fixes to
	  finalise the video processing: merging remote media

2005-09-06 08:42  csoutheren

	* src/sip/sippdu.cxx: Fix for bug #1282276 Changed to use "sip:"
	  instead of "sip" when looking for SIP URLs

2005-09-06 06:58  dereksmithies

	* samples/simple/: main.cxx, main.h: Add console input options.
	  This is an initial release, and some "refinement" help immensely.

2005-09-05 03:19  dereksmithies

	* include/iax2/iax2con.h, include/iax2/processor.h,
	  src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/processor.cxx: add patches from Adrian Sietsma to avoid
	  multiple hangup packets at call end, and stop the sending of
	  ping/lagrq packets at call end. Many thanks.

2005-09-04 08:51  rjongbloed

	* src/h323/channels.cxx: Added OpalMediaCommand mechanism (via
	  PNotifier) for media streams	 and media transcoders to send
	  commands back to remote.

2005-09-04 08:23  rjongbloed

	* include/codec/vidcodec.h, include/h323/channels.h,
	  include/h323/h323con.h, include/h323/h323pdu.h,
	  include/opal/mediastrm.h, include/opal/patch.h,
	  include/opal/transcoders.h, src/codec/h261codec.cxx,
	  src/h323/channels.cxx, src/h323/h323.cxx, src/h323/h323pdu.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx: Added
	  OpalMediaCommand mechanism (via PNotifier) for media streams
	  and media transcoders to send commands back to remote.

2005-09-02 16:49  csoutheren

	* src/opal/mediafmt.cxx: Fixed link problem in Linux

2005-09-02 16:31  csoutheren

	* include/: opal/transcoders.h, codec/h261codec.h: Use inline
	  function to work around compiler foo in gcc

2005-09-01 00:24  rjongbloed

	* include/opal/mediacmd.h: Added mechanism for controlling media
	  (especially codecs) including   changing the OpalMediaFormat
	  option list (eg bit rate) and a completely   new OpalMediaCommand
	  abstraction for things like video fast update.

2005-08-31 15:21  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg,
	  openphone.xrc: Moved some video options to be in the options list
	  from OpalMediaFormat Added selection of video grabber preview
	  window.

2005-08-31 15:19  rjongbloed

	* include/codec/vidcodec.h, include/h323/channels.h,
	  include/opal/mediafmt.h, include/opal/mediastrm.h,
	  include/opal/patch.h, include/opal/transcoders.h,
	  src/codec/h261codec.cxx, src/codec/vidcodec.cxx,
	  src/h323/channels.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx, src/win32/opal_lib.vcproj: Added
	  mechanism for controlling media (especially codecs) including
	  changing the OpalMediaFormat option list (eg bit rate) and a
	  completely   new OpalMediaCommand abstraction for things like
	  video fast update.

2005-08-31 15:16  rjongbloed

	* src/codec/vic/: encoder-h261.cxx, encoder.h, p64.cxx,
	  p64encoder.cxx, p64encoder.h, vid_coder.cxx, vid_coder.h: Ported
	  video fast update from OpenH323

2005-08-29 01:51  dereksmithies

	* include/iax2/remote.h, src/iax2/remote.cxx: Improve test for
	  massaging timestamps in fullframes. Thanks to Adrian Sietsma

2005-08-29 01:28  dereksmithies

	* src/iax2/frame.cxx: Add a good fix from Adrian Sietsma. Many
	  thanks.

2005-08-28 09:59  rjongbloed

	* include/codec/g711codec.h, include/codec/g726codec.h,
	  include/codec/g729codec.h, include/codec/gsmcodec.h,
	  include/codec/h261codec.h, include/codec/ilbccodec.h,
	  include/codec/lpc10codec.h, include/codec/mscodecs.h,
	  include/codec/speexcodec.h, include/codec/vidcodec.h,
	  include/opal/mediafmt.h, include/opal/transcoders.h,
	  src/codec/g711codec.cxx, src/codec/g726codec.cxx,
	  src/codec/g729codec.cxx, src/codec/gsmcodec.cxx,
	  src/codec/h261codec.cxx, src/codec/ilbccodec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx,
	  src/codec/speexcodec.cxx, src/codec/vidcodec.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/transcoders.cxx: Converted OpalTranscoder to use
	  factory, requiring sme changes in making sure   OpalMediaFormat
	  instances are initialised before use.

2005-08-27 05:27  rjongbloed

	* samples/: opalgw/.cvsignore, openphone/.cvsignore,
	  simple/.cvsignore: More ignorance

2005-08-27 04:39  csoutheren

	* src/h323/h323.cxx: Reverted previous patch pending a more
	  compliant solution

2005-08-26 05:26  dereksmithies

	* src/iax2/: frame.cxx, iax2medstrm.cxx, processor.cxx: Add some
	  tidyups from Adrian Sietsma.	Many thanks..

2005-08-26 05:07  dereksmithies

	* include/iax2/causecode.h, include/iax2/frame.h,
	  include/iax2/iax2con.h, include/iax2/iax2ep.h,
	  include/iax2/iedata.h, include/iax2/ies.h,
	  include/iax2/processor.h, include/iax2/receiver.h,
	  include/iax2/remote.h, include/iax2/sound.h,
	  include/iax2/transmit.h, src/iax2/frame.cxx,
	  src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/iax2medstrm.cxx, src/iax2/iedata.cxx, src/iax2/ies.cxx,
	  src/iax2/processor.cxx, src/iax2/receiver.cxx,
	  src/iax2/remote.cxx, src/iax2/sound.cxx, src/iax2/transmit.cxx:
	  Change naming convention, so all class names contain the string
	  "IAX2"

2005-08-25 20:51  dsandras

	* src/sip/sippdu.cxx: Fixed bug. Added support for video in the SDP
	  of INVITE's.

2005-08-25 20:50  dsandras

	* src/sip/sdp.cxx: Added support for clockrate based on the media
	  format.

2005-08-25 20:49  dsandras

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Added SIP Video
	  support. Changed API of BuildSDP to allow it to be called for
	  both audio and video.

2005-08-25 05:26  dereksmithies

	* include/iax2/frame.h, include/iax2/iax2con.h,
	  include/iax2/processor.h, src/iax2/frame.cxx,
	  src/iax2/processor.cxx: Add patch from Adrian Sietsma to
	  correctly set the packet timestamps under windows.  Many thanks.

2005-08-25 02:46  dereksmithies

	* src/iax2/: frame.cxx, iax2ep.cxx, processor.cxx: Thanks to Adrian
	  Sietsma for his code to better dissect the remote party name Add
	  PTRACE statements, and more P_SSL_AES tests

2005-08-24 15:06  rjongbloed

	* include/iax2/remote.h, src/iax2/frame.cxx, src/iax2/remote.cxx:
	  Added configuration define for AEC encryption

2005-08-24 12:43  rjongbloed

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, samples/openphone/main.cpp,
	  samples/openphone/main.h, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Changed create video
	  functions yet again so can return pointers that are not to be
	  deleted.

2005-08-24 12:21  rjongbloed

	* samples/openphone/: main.cpp, main.h: Added function to create
	  video output windows, can now get correct titles.

2005-08-24 12:18  rjongbloed

	* src/opal/mediafmt.cxx: Fix incorrect session ID for video media
	  format, doesn't work if thinks is audio!

2005-08-24 12:16  rjongbloed

	* src/opal/mediastrm.cxx: Fix checking of payload type when
	  mediaFormat is not an RTP media but internal.

2005-08-24 12:15  rjongbloed

	* src/codec/h261codec.cxx: Fixed missing marker bit on codec
	  output, get more than just the first frame!

2005-08-24 06:56  dereksmithies

	* include/iax2/frame.h, include/iax2/iax2con.h,
	  include/iax2/processor.h, include/iax2/safestrings.h,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/processor.cxx,
	  src/iax2/safestrings.cxx: Add code from Adrian Sietsma to send
	  FullFrameTexts and FullFrameDtmfs to the remote end.	Many
	  Thanks.

2005-08-24 05:26  dereksmithies

	* src/iax2/processor.cxx: Add excellent patch from Adrian Sietsma
	  to set some variables correctly when receiving a call. Many
	  Thanks.

2005-08-24 04:38  dereksmithies

	* src/iax2/processor.cxx: Ensure that string information elements
	  in CmdNew contain data.

2005-08-24 04:09  dereksmithies

	* src/iax2/processor.cxx: Remove Resume() call from constructor.

2005-08-24 04:07  dereksmithies

	* include/opal/mediafmt.h: Put guard around a MSVC pragma, so GCC
	  does not generate zillions of warnings.

2005-08-24 03:38  dereksmithies

	* include/iax2/frame.h, include/iax2/iax2ep.h, include/iax2/ies.h,
	  include/iax2/processor.h, include/iax2/remote.h,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/iax2medstrm.cxx, src/iax2/ies.cxx,
	  src/iax2/processor.cxx, src/iax2/receiver.cxx,
	  src/iax2/remote.cxx: Add encryption, iax2 style. Numerous tidy
	  ups. Use the label iax2, not iax

2005-08-23 23:26  dsandras

	* src/h323/h323.cxx: Fixed bug in OnReceivedFacility thanks to Ted
	  Szoczei <tszoczei AT_ microtronix.ca>. Thanks Ted!

2005-08-23 14:46  rjongbloed

	* include/codec/h261codec.h, src/codec/h261codec.cxx: Fix some
	  decoder issues, now get inital frame displayed!

2005-08-23 14:45  rjongbloed

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Fixed creation of
	  video preview window and setting video grab/display initial frame
	  size.

2005-08-22 03:26  shorne

	* include/opal/mediafmt.h: Removed warning on numeric_limits on
	  MSVC6

2005-08-20 11:03  rjongbloed

	* samples/simple/main.cxx: Some cosmetic fixes in output messages

2005-08-20 11:01  rjongbloed

	* include/codec/h261codec.h, src/codec/h261codec.cxx: H.261 port to
	  OPAL model

2005-08-20 09:36  rjongbloed

	* src/iax2/processor.cxx: Fixed 10 second delay when exiting
	  application

2005-08-20 09:35  rjongbloed

	* include/opal/mediastrm.h: Set video RTP timestamps to value
	  dirived from real time clock.

2005-08-20 09:35  rjongbloed

	* src/opal/mediastrm.cxx: Correctly set grabber size to size of
	  video frame in OpalMediaFormat Set video RTP timestamps to value
	  dirived from real time clock.

2005-08-20 09:32  rjongbloed

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added video
	  specific OpalMediaFormat

2005-08-15 11:48  rjongbloed

	* configure.exe: Captalised the word "disabled" so more obvious.
	  Including Simon Hornes changes.

2005-08-15 03:47  csoutheren

	* src/codec/vic/p64.cxx: Fixed compile problem on 64 bit

2005-08-15 03:40  csoutheren

	* configure.ac, configure: Added check to see if ixjuser.h actually
	  compiles on target (does not on some 64 bit platforms)

2005-08-13 11:16  rjongbloed

	* samples/simple/main.cxx: Added no-Xt-video to "usage" output

2005-08-13 09:54  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Update symbols

2005-08-13 09:47  rjongbloed

	* src/win32/opal_lib.dsp: Added IAX2 files.  Changed configure.in
	  to configure.ac

2005-08-13 09:46  rjongbloed

	* samples/openphone/OpenPhone.dsp: Fixed build with wxWidgets 2.6

2005-08-13 09:19  rjongbloed

	* src/iax2/: iax2con.cxx, iax2ep.cxx: Fixed MSVC6 compiler issues

2005-08-12 12:40  rjongbloed

	* src/iax2/processor.cxx: Fixed compiler warning when notrace

2005-08-12 00:47  rjongbloed

	* src/h323/gkclient.cxx: Fixed correct default gatekeeper address
	  when doing auto-discovery

2005-08-12 00:45  rjongbloed

	* src/opal/manager.cxx: Fixed incorrect test for auto start receive
	  video

2005-08-11 01:53  rjongbloed

	* samples/openphone/.cvsignore: Ignore generated resource.cpp file

2005-08-10 23:09  dsandras

	* src/sip/sippdu.cxx: Fixed previous commit.

2005-08-10 21:34  dsandras

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Added helper functions
	  to get and set values of parameters in PDU fields.

2005-08-10 13:07  csoutheren

	* Makefile.in: Fixed bug #1255554 Fixed dynamic linking on MacOSX
	  Thanks to Hannes Friederich

2005-08-10 10:07  rjongbloed

	* samples/openphone/: OpenPhone.vcproj, main.cpp, main.h: Upgraded
	  to support wxWidgets 2.6 Also improved build so uses WXDIR
	  environment variable

2005-08-09 11:20  rjongbloed

	* src/opal/manager.cxx: Utilise new video driver/device name
	  interface to select default video grabber/display.

2005-08-09 11:16  rjongbloed

	* src/sip/sipcon.cxx: Fixed compiler warning

2005-08-08 19:15  dsandras

	* include/asn/h4503.h: Fixed typo in previous commit.

2005-08-08 10:19  rjongbloed

	* include/asn/h4503.h, src/asn/h4503.asn, src/asn/h4503.cxx: Added
	  structures for H.450.3 arguments anre results

2005-08-08 05:42  dereksmithies

	* src/codec/lpc10/src/analys.c: And finally remove all "/ * within
	  comment" warnings from GCC compilation.

2005-08-08 05:28  dereksmithies

	* src/codec/: gsm/inc/config.h, lpc10/src/analys.c,
	  lpc10/src/bsynz.c, lpc10/src/chanwr.c, lpc10/src/dcbias.c,
	  lpc10/src/decode_.c, lpc10/src/deemp.c, lpc10/src/difmag.c,
	  lpc10/src/dyptrk.c, lpc10/src/encode_.c, lpc10/src/energy.c,
	  lpc10/src/ham84.c, lpc10/src/hp100.c, lpc10/src/invert.c,
	  lpc10/src/irc2pc.c, lpc10/src/ivfilt.c, lpc10/src/lpcdec.c,
	  lpc10/src/lpcenc.c, lpc10/src/lpcini.c, lpc10/src/lpfilt.c,
	  lpc10/src/median.c, lpc10/src/mload.c, lpc10/src/onset.c,
	  lpc10/src/pitsyn.c, lpc10/src/placea.c, lpc10/src/placev.c,
	  lpc10/src/preemp.c, lpc10/src/prepro.c, lpc10/src/random.c,
	  lpc10/src/rcchk.c, lpc10/src/synths.c, lpc10/src/tbdm.c,
	  lpc10/src/voicin.c, lpc10/src/vparms.c: Eradicate all "/ * within
	  comments" messages from GCC compilations.

2005-08-05 21:21  csoutheren

	* include/h323/h323con.h, src/h323/h323.cxx: Ensure H323Connection
	  calls OnAlerting even if no ALERT is received

2005-08-04 19:23  dsandras

	* include/opal/mediastrm.h: Added function to determine if a stream
	  is open or not.

2005-08-04 19:21  dsandras

	* include/opal/call.h, src/opal/call.cxx: Added functions to
	  close/remove the media streams of a call.

2005-08-04 19:20  dsandras

	* src/opal/connection.cxx, include/opal/connection.h: Added
	  functions to close/remove the media streams of a connection.

2005-08-04 19:18  dsandras

	* src/rtp/jitter.cxx: Reinitialize frame pointers when the jitter
	  is restarted.

2005-08-04 19:17  dsandras

	* src/rtp/rtp.cxx: Fixed remote address change of an established
	  RTP Session.

2005-08-04 19:15  dsandras

	* src/sip/sipcon.cxx: Fixed local port for sending requests on
	  incoming calls.  Allow for codec changes on re-INVITE.  More
	  blind transfer implementation.

2005-08-04 19:13  dsandras

	* src/sip/sipep.cxx: More implementation of blind transfer.

2005-08-04 19:11  dsandras

	* src/sip/sippdu.cxx: Added support for rport in the Via field.

2005-08-04 10:47  rjongbloed

	* samples/simple/main.cxx: Some cosmetic changes, and print out the
	  codecs that are available

2005-08-04 10:46  rjongbloed

	* src/opal/mediastrm.cxx: Fixed video output stream to allow for
	  empty/missing packets

2005-08-04 10:14  rjongbloed

	* include/iax2/frame.h, include/iax2/iax2con.h,
	  include/iax2/iax2ep.h, include/iax2/processor.h,
	  src/iax2/frame.cxx, src/iax2/iax2con.cxx, src/iax2/iax2ep.cxx,
	  src/iax2/processor.cxx, src/iax2/remote.cxx,
	  src/win32/opal_lib.vcproj: Fixed Windows build under DevStudio
	  2003 of IAX2 code

2005-07-30 09:42  csoutheren

	* samples/simple/: main.cxx, main.h: Added IAX2 functions

2005-07-30 09:39  csoutheren

	* Makefile.in, configure, configure.ac, opal_inc.mak.in,
	  include/opal/buildopts.h.in: Added support for compiling new IAX2
	  code

2005-07-30 09:38  csoutheren

	* configure.in: Moved to configure.ac

2005-07-30 09:01  csoutheren

	* include/iax2/causecode.h, include/iax2/frame.h,
	  include/iax2/iax2.h, include/iax2/iax2con.h,
	  include/iax2/iax2ep.h, include/iax2/iax2medstrm.h,
	  include/iax2/iedata.h, include/iax2/ies.h,
	  include/iax2/processor.h, include/iax2/receiver.h,
	  include/iax2/remote.h, include/iax2/safestrings.h,
	  include/iax2/sound.h, include/iax2/transmit.h,
	  include/iax2/version.h, src/iax2/frame.cxx, src/iax2/iax2con.cxx,
	  src/iax2/iax2ep.cxx, src/iax2/iax2medstrm.cxx,
	  src/iax2/iedata.cxx, src/iax2/ies.cxx, src/iax2/overview.cxx,
	  src/iax2/processor.cxx, src/iax2/receiver.cxx,
	  src/iax2/remote.cxx, src/iax2/safestrings.cxx,
	  src/iax2/sound.cxx, src/iax2/transmit.cxx: Added implementation
	  of IAX2 (Inter Asterisk Exchange 2) protocol Thanks to Derek
	  Smithies of Indranet Technologies Ltd. for writing and
	  contributing this code

2005-07-24 09:56  rjongbloed

	* samples/simple/main.cxx: Removed -l parameter, as it always
	  listens.

2005-07-24 09:41  rjongbloed

	* src/opal/: mediastrm.cxx, patch.cxx: Fixed various video media
	  stream issues.

2005-07-24 09:33  rjongbloed

	* include/codec/vidcodec.h, src/codec/vidcodec.cxx: Simplified
	  "uncompressed" transcoder sp can test video media streams.

2005-07-24 09:28  rjongbloed

	* src/opal/pcss.cxx: Fixed inclusion of silence detecter in media
	  stream if is audio only.

2005-07-19 02:20  csoutheren

	* version.h: Updated to v2.1.2

2005-07-18 03:19  csoutheren

	* src/sip/sdp.cxx: Fixed proxy with FWD rejecting call because of
	  the order of the SDP fields I can't see any requirement for
	  ordering in the RFC, so this is probably a bug in the FWD proxy

2005-07-16 19:16  dsandras

	* src/opal/transports.cxx: Moved code upward so that the local
	  source port range is always taken into account when creating a
	  transport.

2005-07-15 20:03  dsandras

	* src/sip/sippdu.cxx: Use the original URI in the ACK request if no
	  contact field is present.

2005-07-15 19:22  dsandras

	* src/sip/sipcon.cxx: Use correct To tag when sending a new INVITE
	  when authentication is required and an outbound proxy is being
	  used.

2005-07-14 10:56  csoutheren

	* src/opal/call.cxx: Fixed problem with sink streams not being
	  created when media bypass being used

2005-07-14 10:55  csoutheren

	* src/h323/h323.cxx: Removed CreateExternalRTPAddress - it's not
	  needed because you can override GetMediaAddress to do the same
	  thing Fixed problems with logic associated with media bypass

2005-07-14 10:54  csoutheren

	* src/opal/mediastrm.cxx: Fixed transposition of parameters in
	  OpalNULLStream constructor

2005-07-14 10:53  csoutheren

	* src/opal/transcoders.cxx: Change transcoding selection algorithm
	  to prefer untranslated codec connections rather than multi-stage
	  transcoders

2005-07-14 10:52  csoutheren

	* include/sip/sdp.h, src/sip/sdp.cxx: Modified to output media
	  desscription specific connection address if needed

2005-07-14 10:51  csoutheren

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx, src/sip/sipcon.cxx:
	  Removed CreateExternalRTPAddress - it's not needed because you
	  can override GetMediaAddress to do the same thing Fixed problems
	  with logic associated with media bypass

2005-07-12 14:34  csoutheren

	* include/h323/h323ep.h, include/h323/h450pdu.h,
	  src/h323/h323ep.cxx, src/h323/h450pdu.cxx: Fixes for H.450 errors
	  and return values Thanks to Iker Perez San Roman

2005-07-12 14:33  csoutheren

	* src/asn/h245.asn, src/asn/h245_1.cxx, src/asn/h245_2.cxx,
	  src/asn/h245_3.cxx, include/asn/h245.h, include/h323/h323pdu.h:
	  Updated H.245 to version 11

2005-07-11 08:52  csoutheren

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, src/h323/h323.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx: Added support for outgoing calls using
	  external RTP

2005-07-11 03:57  csoutheren

	* samples/simple/main.cxx: Fixed error message

2005-07-11 03:52  csoutheren

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/sip/sipcon.h, src/h323/channels.cxx, src/h323/h323.cxx,
	  src/h323/h323ep.cxx, src/opal/call.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx, src/sip/sipcon.cxx:
	  Extended AnsweringCall to work for SIP as well as H.323 Fixed
	  problems with external RTP connection in H.323 Added call to
	  OnClosedMediaStream

2005-07-11 03:42  csoutheren

	* include/opal/mediafmt.h: Fixed problems with some constants names
	  not being available

2005-07-09 09:05  rjongbloed

	* samples/openphone/: OpenPhone.vcproj, main.cpp, main.h: Changed
	  so resources are included in compile and not separate file at run
	  time.  General code clean ups.

2005-07-09 08:59  rjongbloed

	* src/opal/manager.cxx: Changed SetSTUNServer so returns the
	  determined NAT type.	Fixed SetSTUNServer so does not try and get
	  external router address is have blocking NAT,   just takes up
	  more time! Fixed possible deadlock on exiting program, waiting
	  for garbage collector to finish.

2005-07-09 08:57  rjongbloed

	* include/opal/manager.h: Changed SetSTUNServer so returns the
	  determined NAT type.

2005-07-09 08:52  rjongbloed

	* include/codec/silencedetect.h, src/codec/silencedetect.cxx: Added
	  print (operator<<) of silence detect mode enum.

2005-06-23 08:14  csoutheren

	* samples/simple/main.cxx: Fixed rtp-tos argument parsing. Thanks
	  to Paul Nader

2005-06-20 19:09  shorne

	* src/win32/opal_lib.dsp: Reduced Warning level to 3

2005-06-20 18:47  shorne

	* include/opal/mediafmt.h: Fix STL compatibility issue on MSVC6

2005-06-14 01:13  csoutheren

	* include/opal/manager.h: Fixed various typos thanks to Julien
	  PUYDT

2005-06-09 06:51  dereksmithies

	* samples/simple/main.cxx: Fix formatting.

2005-06-09 06:45  dereksmithies

	* samples/simple/main.cxx: Correctly close the incoming connection
	  if the user rejects the incoming call.  Thanks to Robert
	  Jongbloed for some helpful advice.

2005-06-08 19:35  dsandras

	* src/opal/transports.cxx: Fixed sockets leak thanks to Ted
	  Szoczei. Thanks!

2005-06-08 15:25  csoutheren

	* src/asn/: gcc.cxx, h225_1.cxx, h225_2.cxx, h235.cxx, h245_1.cxx,
	  h245_2.cxx, h245_3.cxx, h248.cxx, h4501.cxx, h45010.cxx,
	  h45011.cxx, h4502.cxx, h4503.cxx, h4504.cxx, h4505.cxx,
	  h4506.cxx, h4507.cxx, h4508.cxx, h4509.cxx, h501.cxx, mcs.cxx,
	  t38.cxx, x880.cxx: Fix includes

2005-06-08 14:29  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf:
	  Updated ASN files from OpenH323

2005-06-08 13:52  rjongbloed

	* src/asn/: gcc.cxx, mcs.cxx: Updated ASN files from OpenH323

2005-06-08 13:29  rjongbloed

	* include/asn/h245.h, src/asn/h225_1.cxx, src/asn/h225_2.cxx,
	  src/asn/h235.cxx, src/asn/h245_1.cxx, src/asn/h245_2.cxx,
	  src/asn/h245_3.cxx, src/asn/h248.cxx, src/asn/h4501.cxx,
	  src/asn/h45010.cxx, src/asn/h45011.cxx, src/asn/h4502.cxx,
	  src/asn/h4503.cxx, src/asn/h4504.cxx, src/asn/h4505.cxx,
	  src/asn/h4506.cxx, src/asn/h4507.cxx, src/asn/h4508.cxx,
	  src/asn/h4509.cxx, src/asn/h501.cxx, src/asn/t38.cxx,
	  src/asn/x880.cxx: Updated ASN files from OpenH323

2005-06-04 14:44  dsandras

	* include/sip/sippdu.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx:
	  Applied patch from Ted Szoczei to fix leaks and problems on
	  cancelling a call and to improve the Allow PDU field handling.

2005-06-02 20:39  dsandras

	* src/opal/transports.cxx: Committed fix for Gatekeeper
	  registration thanks to Hannes Friederich <hannesf   __@__
	  ee.ethz.ch>.

2005-06-02 15:21  rjongbloed

	* samples/openphone/: main.cpp, main.h: Save and restore media
	  format options to registry.  Added check for valid value for
	  media format option in dialog.

2005-06-02 15:20  rjongbloed

	* include/opal/mediafmt.h, src/codec/mscodecs.cxx,
	  src/opal/mediafmt.cxx: Added minimum and maximum check to media
	  format options.  Added ability to set the options on the
	  primordial media format list.

2005-06-02 15:18  rjongbloed

	* src/: opal/connection.cxx, opal/manager.cxx, sip/sipep.cxx: Fixed
	  compiler warnings

2005-06-01 05:03  dereksmithies

	* opal.dxy: Add comments describing the key Opal classes, and their
	  function.

2005-05-25 20:36  dsandras

	* src/sip/sipep.cxx: Fixed unregistration of all accounts when
	  exiting.

2005-05-25 20:34  dsandras

	* src/sip/sipcon.cxx: Added missing AdjustMediaFormats so that only
	  enabled common codecs are used on outgoing calls.

2005-05-25 19:05  dsandras

	* src/codec/ilbccodec.cxx: Fixed iLBC codec, thanks Robert!

2005-05-25 19:04  dsandras

	* src/opal/manager.cxx, include/opal/manager.h: Fixed ClearAllCalls
	  when being executed synchronously. Fixes a crash on exit when a
	  call is in progress. Thanks Robert!

2005-05-23 23:22  dsandras

	* src/opal/manager.cxx: Wait on the mutex for calls missed by the
	  garbage collector.

2005-05-23 22:55  dsandras

	* src/sip/sipcon.cxx: Use STUN on incoming calls if required so
	  that all the PDU fields are setup appropriately.

2005-05-23 22:14  dsandras

	* src/opal/transports.cxx: Added STUN socket to the list of
	  connected sockets.

2005-05-23 22:14  dsandras

	* src/sip/sipep.cxx, src/sip/sippdu.cxx, include/sip/sipep.h: Added
	  preliminary support for basic instant messenging.

2005-05-18 19:26  dsandras

	* src/sip/sipcon.cxx: Added back proxy support for INVITE.

2005-05-16 16:40  dsandras

	* src/sip/sipcon.cxx: Make the connection fail when there is no
	  authentication information present and authentication is
	  required.

2005-05-13 14:47  dsandras

	* src/sip/sipep.cxx: Instantly remove unregistration from the
	  collection, and do not process removed SIPInfo objects, thanks to
	  Ted Szoczei.

2005-05-13 12:05  dsandras

	* src/opal/ivr.cxx: Slightly modified code so that it compiles with
	  pwlib HEAD.

2005-05-12 21:47  dsandras

	* src/sip/sipcon.cxx: Fixed indentation.

2005-05-12 21:44  dsandras

	* src/sip/sipep.cxx: Fixed leak thanks to Ted Szoczei.

2005-05-12 02:50  dereksmithies

	* opal.dxy: Reorganise the front page list of classes (shorten it)

2005-05-11 06:25  dereksmithies

	* include/opal/call.h: Add description of the OpalConnection class
	  instances managed by an OpalCall structure.

2005-05-10 07:07  dereksmithies

	* opal.dxy: Add documentation on the flow of RTP data. Thanks
	  Robert for your help.

2005-05-06 09:37  csoutheren

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Various changed while working with SIP carrier   - remove
	  assumption that authentication realm is a domain name.    -
	  stopped rewrite of "To" field when proxy being used	 - fix
	  Contact field in REGISTER to match actual port used when
	  Symmetric NATin use	 - lots of formatting changes and cleanups

2005-05-04 19:10  dsandras

	* src/sip/sipep.cxx: Get rid of the extra parameters in the Via
	  field before using it to change the transport remote address.

2005-05-04 19:09  dsandras

	* src/sip/sipcon.cxx: Re-Invite happens during the
	  "EstablishedPhase". Ignore duplicate INVITEs due to
	  retransmission.

2005-05-03 22:42  dsandras

	* src/sip/sipep.cxx: Unregister accounts when exiting the program.

2005-05-03 22:41  dsandras

	* include/sip/sipep.h: Do not count SUBSCRIBEs when returning the
	  number of registered accounts.

2005-05-02 23:31  dsandras

	* src/sip/sipcon.cxx: Reinvite only if connectedPhase.

2005-05-02 23:23  dsandras

	* src/sip/sipcon.cxx: Set default contact port to the first
	  listener port.

2005-05-02 22:43  dsandras

	* src/sip/sipcon.cxx: Remove the via parameters when updating to
	  the via address in the transport.

2005-05-02 22:12  dsandras

	* src/sip/sippdu.cxx: Use the first listener port as signaling port
	  in the Contact field for REGISTER PDU's.

2005-05-02 21:30  dsandras

	* src/sip/sipep.cxx: Do not use the realm in the comparison for the
	  case when none is specified.

2005-04-30 22:59  dsandras

	* src/opal/transports.cxx: Consider we are already connected only
	  if the connectSockets array is not empty.

2005-04-28 22:22  dsandras

	* include/sip/sdp.h, include/sip/sipcon.h, include/sip/sipep.h,
	  include/sip/sippdu.h, src/sip/sdp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Applied big sanity patch
	  for SIP thanks to Ted Szoczei <tszoczei@microtronix.ca>.  Thanks
	  a lot!

2005-04-28 09:59  dsandras

	* include/sip/sippdu.h, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Applied patch from Ted Szoczei to fix problem
	  when answering to PDUs containing multiple Via fields in the
	  message header. Thanks!

2005-04-27 18:54  dsandras

	* include/sip/sipep.h: Fixed GetRegistrationsCount so that it
	  doesn't count the active SUBSCRIBE's.

2005-04-26 21:50  dsandras

	* include/sip/sipep.h: Added function to return the number of
	  registered accounts.

2005-04-26 21:50  dsandras

	* src/sip/sipep.cxx: Fixed remoteAddress and user parameters in
	  MWIReceived.	Added function to return the number of registered
	  accounts.

2005-04-26 12:58  dsandras

	* Makefile.in: Committed workaround for "make install".

2005-04-25 23:12  dsandras

	* src/sip/sipep.cxx: Use the correct remote address.

2005-04-25 12:14  dsandras

	* Makefile.in: Move LIBDIR down due to conflicting names.

2005-04-25 11:31  dsandras

	* Makefile.in: Fixed make.

2005-04-25 11:07  dsandras

	* Makefile.in: Fixed install/uninstall.

2005-04-21 03:05  csoutheren

	* Makefile.in: New fix from Peter Robinson

2005-04-20 08:18  csoutheren

	* src/: h323/gkclient.cxx, opal/transports.cxx: Patch 1182998. Fix
	  for using GK through NAT, and fixed Connect to be idempotent
	  Thanks to Hannes Friederich

2005-04-20 08:15  csoutheren

	* src/opal/transports.cxx: Patch 1181901. Fix race condition in
	  OpalTransportUDP Thanks to Ted Szoczei

2005-04-20 07:46  csoutheren

	* Makefile.in: Patch 1146010. Fix problem with install targets
	  Thanks to Peter Robinson

2005-04-18 19:07  dsandras

	* src/sip/sipcon.cxx: Fixed cut and paste error in last commit
	  thanks to Ted Szoczei.

2005-04-16 20:57  dsandras

	* src/sip/sipcon.cxx: Use a TO header without tag when restarting
	  an INVITE.

2005-04-15 16:01  dsandras

	* src/sip/sippdu.cxx: Added User Agent string in REGISTER and
	  SUBSCRIBE PDUs.

2005-04-15 12:48  dsandras

	* src/sip/: sipep.cxx, sippdu.cxx: Allow reading on the transport
	  until there is an EOF or it becomes bad. Fixes interoperability
	  problem with QSC.DE which is sending keep-alive messages, leading
	  to a timeout (transport.good() fails, but the stream is still
	  usable).

2005-04-11 19:34  dsandras

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Added support for dynamic
	  sequence changes in case of Re-INVITE.

2005-04-11 13:12  dsandras

	* include/sip/sippdu.h, src/sip/sipcon.cxx: Added Method_MESSAGE
	  support for future use.

2005-04-11 13:12  dsandras

	* include/opal/connection.h: Fixed previous commit.

2005-04-11 12:42  dsandras

	* include/opal/connection.h: Fixed previous commit.

2005-04-11 12:41  dsandras

	* Makefile.in: Added patch from Georgi Georgiev to fix compilation
	  issues on Athlon64.

2005-04-11 12:38  dsandras

	* src/sip/sippdu.cxx: Added support for INVITE done with the same
	  RTP Session for call HOLD.

2005-04-11 12:37  dsandras

	* src/sip/sippdu.cxx: Added support for the MESSAGE PDU.

2005-04-11 12:36  dsandras

	* src/sip/sippdu.cxx: Added support for REFER and its associated
	  NOTIFY for blind transfer.

2005-04-11 12:31  dsandras

	* src/sip/sipep.cxx: Cleanups.

2005-04-11 12:26  dsandras

	* src/sip/sipep.cxx: Added SetUpTransfer similar to the one from in
	  the H.323 part.

2005-04-11 12:23  dsandras

	* src/sip/sipcon.cxx: 1) Added support for SIP ReINVITE without
	  codec changes.  2) Added support for GetRemotePartyCallbackURL.
	  3) Added support for call hold (local and remote).  4) Fixed
	  missing tag problem when sending BYE requests.  5) Added support
	  for Blind Transfer (without support for being transfered).

2005-04-10 23:19  dsandras

	* src/sip/sdp.cxx: Added support to set / get the stream direction
	  in a SDP.

2005-04-10 23:18  dsandras

	* include/sip/sippdu.h: Added support for the SIPMessage PDU.

2005-04-10 23:17  dsandras

	* src/rtp/rtp.cxx: Added support for remote address and SyncSource
	  changes during an active RTP Session.

2005-04-10 23:16  dsandras

	* src/opal/mediastrm.cxx: Added support to put an OpalMediaStream
	  on pause.

2005-04-10 23:15  dsandras

	* src/opal/manager.cxx: Added callback that is called when a
	  connection is put on hold (local or remote).

2005-04-10 23:13  dsandras

	* src/opal/endpoint.cxx: Added callback that is called when a
	  connection is put on hold.

2005-04-10 23:12  dsandras

	* src/opal/connection.cxx: Added function to put the
	  OpalMediaStreams on pause.

2005-04-10 23:12  dsandras

	* src/opal/connection.cxx: Added support for Blind Transfer.

2005-04-10 23:11  dsandras

	* src/opal/connection.cxx: Added support for call hold.

2005-04-10 23:09  dsandras

	* src/h323/h323.cxx: Added support for connection hold (new API).

2005-04-10 23:08  dsandras

	* src/h323/h323.cxx: Added support for Blind Transfer (new API).

2005-04-10 23:07  dsandras

	* src/h323/h323.cxx: Added support for function that returns the
	  "best guess" h323 callback URL for a connection.

2005-04-10 23:05  dsandras

	* include/sip/sippdu.h: Added support for SIP Invite using the same
	  RTP Session (call hold).

2005-04-10 23:04  dsandras

	* include/sip/sippdu.h: Added support for Blind Transfer (SIP
	  REFER).

2005-04-10 23:01  dsandras

	* include/sip/sipep.h: Added Blind Transfer support.

2005-04-10 22:59  dsandras

	* include/sip/sipcon.h: Added call hold support (local and remote).

2005-04-10 22:58  dsandras

	* include/sip/sipcon.h: Added function to handle incoming transfer
	  (REFER).

2005-04-10 22:57  dsandras

	* include/sip/sipcon.h: Added support for Blind Transfer
	  (transfering and being transfered)

2005-04-10 22:54  dsandras

	* include/sip/sipcon.h: Added function that returns the "best
	  guess" callback URL of a connection.

2005-04-10 22:51  dsandras

	* include/sip/sdp.h: Added possibility to set/get the direction of
	  a stream in an SDP.

2005-04-10 22:50  dsandras

	* include/rtp/rtp.h: Allow changes of remote transmit address and
	  SyncSource in an established RTP connection.

2005-04-10 22:48  dsandras

	* include/opal/mediastrm.h: Added functions to put an
	  OpalMediaStream on pause.

2005-04-10 22:45  dsandras

	* include/opal/: endpoint.h, manager.h: Added callback that is
	  called when a connection is put on hold (locally or remotely).

2005-04-10 22:43  dsandras

	* include/opal/connection.h: Added support for function allowing to
	  put the OpalMediaStreams on pause.

2005-04-10 22:42  dsandras

	* include/opal/connection.h: Added support for a function that
	  returns the "best guess" callback URL.

2005-04-10 22:41  dsandras

	* include/opal/connection.h: Added support for call hold.

2005-04-10 22:40  dsandras

	* include/opal/connection.h: Added support for Blind Transfert.

2005-04-10 22:35  dsandras

	* include/h323/h323con.h: Added support for blind transfert.

2005-04-10 22:33  dsandras

	* include/h323/h323con.h: Added support to hold and retrieve a
	  connection. Basically a rename of the old functions while keeping
	  backward compatibility.

2005-04-10 22:31  dsandras

	* include/h323/h323con.h: Added support to return the "best guess"
	  callback h323 url.

2005-03-19 05:08  csoutheren

	* configure, install-sh, include/opal/transcoders.h,
	  src/codec/vic/encoder.h: Fixed warnings with gcc snapshot
	  4.1-20050313 Updated to configure 2.59

2005-03-12 18:11  dsandras

	* src/asn/: mcs.cxx, gcc.cxx: Fixed wrong pragma.

2005-03-12 17:27  dsandras

	* src/asn/: h4504.cxx, h4505.cxx, h4506.cxx, h4507.cxx: Fixed wrong
	  #include.

2005-03-12 02:12  csoutheren

	* src/asn/: gcc.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, h4503.cxx, h4504.cxx,
	  h4505.cxx, h4506.cxx, h4507.cxx, h4509.cxx, h501.cxx, mcs.cxx,
	  t38.cxx, x880.cxx: Updated ASN to fix problem in comparison
	  operator

2005-03-12 01:33  csoutheren

	* include/opal/mediafmt.h, include/opal/mediastrm.h,
	  src/opal/mediafmt.cxx, src/opal/mediastrm.cxx: Fixed problems
	  with STL compatibility on MSVC 6 Fixed problems with video
	  streams Thanks to Adrian Sietsma

2005-03-11 19:12  dsandras

	* include/sip/sipep.h, include/sip/sippdu.h,
	  samples/simple/main.cxx, src/sip/sipcon.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: Added support to specify the realm when
	  registering. That way softphones already know what authentication
	  information to use when required. The realm/domain can also be
	  used in the From field.

2005-03-06 16:00  dsandras

	* src/codec/silencedetect.cxx: Fixed silence detection, we are now
	  working with time frames, not the number of frames.

2005-03-03 19:31  dsandras

	* src/h323/h323rtp.cxx: Fixed silence detection definition in the
	  logical channel parameters.

2005-03-01 20:22  dsandras

	* src/h323/h323.cxx: Call AdjustMediaFormats or the SinkMediaStream
	  can be opened with a remote codec that is disabled locally.

2005-03-01 19:43  dsandras

	* src/h323/h323.cxx: Removed call to OnEstablished() as it is
	  already called via H323UnidirectionalChannel::Open().

2005-03-01 18:51  dsandras

	* include/h323/h323con.h: Removed erroneous definition of
	  RTP_SessionManager preventing the get the RTP_Session from the
	  connection when called on an OpalConnection object. The
	  RTP_SessionManager is now part of OpalConnection.

2005-02-27 23:03  dereksmithies

	* Makefile.in: Add target to generate docs with doxygen.

2005-02-27 23:02  dereksmithies

	* opal_cfg.dxy, opal.dxy: Initial release of extensive and
	  exhaustive doxygen docs.

2005-02-24 20:58  dsandras

	* src/h323/h323.cxx: Fixed problem with transmit channel not
	  started on connect thanks to DDV.

2005-02-24 20:49  dsandras

	* src/codec/h261codec.cxx: Applied patch from Hannes Friederich to
	  fix quality problem in some circumstances.

2005-02-21 21:27  dsandras

	* src/opal/mediafmt.cxx: Fixed compilation with gcc.

2005-02-21 20:24  dsandras

	* src/h323/gkclient.cxx: Fixed problem with GRQ timeout not being
	  set.

2005-02-21 13:19  rjongbloed

	* include/codec/g726codec.h, include/codec/h261codec.h,
	  include/codec/ilbccodec.h, include/codec/lpc10codec.h,
	  include/codec/mscodecs.h, include/codec/speexcodec.h,
	  include/codec/vidcodec.h, include/h323/h323caps.h,
	  include/opal/mediafmt.h, include/t120/t120proto.h,
	  include/t38/t38proto.h, samples/openphone/main.cpp,
	  samples/openphone/main.h, samples/openphone/openphone.wxg,
	  samples/openphone/openphone.xrc, src/codec/g726codec.cxx,
	  src/codec/h261codec.cxx, src/codec/ilbccodec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx,
	  src/codec/speexcodec.cxx, src/codec/vidcodec.cxx,
	  src/h323/h323caps.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/sip/sipep.cxx, src/t120/h323t120.cxx,
	  src/t120/t120proto.cxx, src/t38/h323t38.cxx,
	  src/t38/t38proto.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Added new
	  "options list" to the OpalMediaFormat class.

2005-02-19 23:48  dsandras

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx: Added
	  the possibility to register to several registrars and be able to
	  do authenticated calls to each of them. Added SUBSCRIBE/NOTIFY
	  support for Message Waiting Indications.

2005-02-19 23:46  dsandras

	* samples/simple/main.cxx: Temporarily removed support for
	  SetDomain.

2005-02-19 23:44  dsandras

	* src/opal/pcss.cxx: Changed pointer to PSafeReadOnly to avoid
	  deadlock on incoming calls.

2005-02-19 23:42  dsandras

	* src/h323/h323.cxx: Removed unuseful assertion.

2005-02-19 23:36  dsandras

	* src/sip/sippdu.cxx: Always send PDU's to the proxy when there is
	  one.

2005-02-19 23:26  dsandras

	* src/sip/sipcon.cxx: Ignore TO tag added by OPAL. Reported by Nick
	  Noath.

2005-02-17 04:25  csoutheren

	* include/opal/transcoders.h, src/opal/transcoders.cxx: Added
	  support for audio codecs that consume and produce variable size
	  frames, such as G.723.1

2005-01-31 08:40  csoutheren

	* Makefile.in: Fix for MacOSX thanks to Hannes Friederich

2005-01-31 08:37  csoutheren

	* include/opal/manager.h: Fixed problem with compiling under gcc
	  3.4 Thanks to Peter Robinson

2005-01-24 01:16  csoutheren

	* include/h323/h323pdu.h: Added function to set Q.931 info in PDU,
	  thanks to Paul Nader

2005-01-17 00:08  csoutheren

	* opal.sln, samples/simple/simple.vcproj, src/opal/transports.cxx:
	  Fixed problem with IPv6 INADDR_ANY Fixed problem when transport
	  thread self terminates

2005-01-17 00:07  csoutheren

	* include/opal/transports.h, src/h323/gkclient.cxx,
	  src/h323/h323trans.cxx, src/h323/transaddr.cxx, src/rtp/rtp.cxx:
	  Fixed problem with IPv6 INADDR_ANY

2005-01-16 12:28  csoutheren

	* include/h323/h323con.h, include/opal/connection.h,
	  include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sippdu.cxx:
	  Added GetIdentifier virtual function to OpalConnection, and
	  changed H323 and SIP descendants to use this function. This
	  allows an application to obtain a GUID for any connection
	  regardless of the protocol used

2005-01-16 00:34  dsandras

	* src/sip/sipep.cxx: Applied patch from Ted Szoczei to handle
	  broken incoming connections.

2005-01-16 00:32  csoutheren

	* src/h323/h323.cxx: Added debugging to help find slow-start
	  problem

2005-01-16 00:27  dsandras

	* src/h323/h323.cxx: Only start channels if H.245 Master.

2005-01-15 23:35  dsandras

	* src/h323/h323.cxx: Lock things before accessing/modifying them.

2005-01-15 22:33  dsandras

	* src/h323/h323.cxx: Only start the H.245 channel if it doesn't
	  exist yet.

2005-01-15 20:42  csoutheren

	* src/sip/sipcon.cxx: Added temporary workaround for deadlock that
	  occurs with incoming calls

2005-01-15 10:19  csoutheren

	* configure, configure.in, opal_inc.mak.in, src/lids/ixjunix.cxx:
	  Fixed compile problems and IXJ link problems

2005-01-09 04:42  rjongbloed

	* src/sip/: sipcon.cxx, sipep.cxx: Fixed warning about unused
	  parameter

2004-12-27 23:20  dsandras

	* src/sip/sipep.cxx: Added preliminary support for OPTIONS requests
	  sent outside of a connection.

2004-12-27 23:19  dsandras

	* src/sip/sippdu.cxx: Added Allow field to PDUs.

2004-12-25 21:45  dsandras

	* src/sip/sipep.cxx: Only fail a REGISTER when proxy authentication
	  is required and has already been done if the credentials are
	  identical. Fixes registration refresh problem where some
	  registrars request authentication with a new nonce.

2004-12-25 21:43  dsandras

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Attach the RFC2833
	  handlers when we are in connected state to ensure OpalMediaPatch
	  exist. Fixes problem for DTMF sending.

2004-12-23 21:43  dsandras

	* src/sip/sipcon.cxx: Only start the media streams if we are in the
	  phase connectedPhase.

2004-12-22 19:57  dsandras

	* src/sip/sippdu.cxx: Added support for Call Forwarding via the
	  "302 Moved Temporarily" SIP response.

2004-12-22 19:56  dsandras

	* src/sip/sipep.cxx: Ignore ACK's received outside the context of a
	  connection (e.g. when sending a non-2XX answer to an INVITE).

2004-12-22 19:55  dsandras

	* src/sip/sipcon.cxx: Added support for Call Forwarding the "302
	  Moved Temporarily" SIP response.

2004-12-22 19:53  dsandras

	* include/sip/sipcon.h: Added definition for ForwardCall.

2004-12-21 09:24  dsandras

	* include/opal/manager.h: The dictionnary key is a PString, not an
	  OpalGloballyUniqueID. Fixes problem when doing several calls at
	  the same time.

2004-12-18 04:54  rjongbloed

	* src/sip/sipcon.cxx: Added missing call of callback virtual for
	  SIP 100 Trying response

2004-12-17 13:06  dsandras

	* include/sip/sipep.h, src/sip/sipep.cxx, src/sip/sippdu.cxx: Added
	  error code to OnRegistrationFailed. Made Register/Unregister wait
	  until the transaction is over. Fixed Unregister so that the
	  SIPRegister is used as a pointer or the object is deleted at the
	  end of the function and make Opal crash when transactions are
	  cleaned. Reverted part of the patch that was sending
	  authentication again when it had already been done on a Register.

2004-12-12 14:44  dsandras

	* src/sip/sippdu.cxx: - Modified InternalParse so that the remote
	  displayName defaults to the sip url when none is provided.  -
	  Changed GetDisplayName accordingly.  - Added call to
	  OnRegistrationFailed when the REGISTER fails for any reason.

2004-12-12 14:42  dsandras

	* src/sip/sipep.cxx: - Send back authentication when required when
	  doing a REGISTER as it might be consecutive to an unregister.  -
	  Update the registered variable when unregistering from a SIP
	  registrar.  - Added OnRegistrationFailed () function to indicate
	  when a registration failed. Call that function at various
	  strategic places.

2004-12-12 14:40  dsandras

	* src/sip/sipcon.cxx: - Correctly update the remote party name,
	  address and applications at various strategic places.  - If no
	  outbound proxy authentication is provided, then use the registrar
	  authentication parameters when proxy authentication is required.
	  - Fixed use of connectedTime.  - Correctly set the displayName in
	  the FROM field for outgoing connections.  - Added 2 "EndedBy"
	  cases when a connection ends.

2004-12-12 14:37  dsandras

	* src/opal/transports.cxx: Made the transport type comparison
	  insensitive. Required for interoperation with some IP Phones.

2004-12-12 14:36  dsandras

	* src/opal/pcss.cxx: Propagate the remote application and remote
	  party address to the PCSS endpoint.

2004-12-12 13:31  dsandras

	* include/sip/sippdu.h: GetDisplayName now contains more complex
	  code.

2004-12-12 13:30  dsandras

	* include/sip/sipep.h: Added virtual function called when
	  registration to a registrar fails.

2004-12-12 13:29  dsandras

	* include/: h323/h323con.h, opal/connection.h: Moved
	  GetRemoteApplication () to OpalConnection so that it is usable
	  for all types of connection.

2004-12-09 03:10  csoutheren

	* configure.exe: Updated configure.exe to latest version

2004-12-05 19:14  dsandras

	* Makefile.in, opal_inc.mak.in: Cleanups.

2004-12-05 12:12  dsandras

	* configure, configure.in, include/opal/buildopts.h.in: Added
	  support for OPAL_VERSION, similar to OPENH323_VERSION.

2004-12-04 19:36  dsandras

	* install-sh, configure, configure.in, Makefile, Makefile.in:
	  Ported the "make install" / "make uninstall" system from OpenH323
	  to OPAL.

2004-12-04 17:35  dsandras

	* include/opal/mediastrm.h: Added a function to get the PChannel
	  back from the OpalMediaStream.

2004-12-01 13:12  csoutheren

	* configure.exe: Updated to new version

2004-11-30 01:15  csoutheren

	* src/opal/call.cxx: Don' t convert userIndication::signalUpdate
	  messages into UserInputString messages

2004-11-29 09:20  csoutheren

	* samples/simple/main.cxx: Added support for setting SIP
	  authentication domain

2004-11-29 09:18  csoutheren

	* include/sip/sipep.h, src/sip/sipcon.cxx: Added support for
	  setting the SIP authentication domain/realm as needed for many
	  service  providers

2004-11-29 07:53  csoutheren

	* src/sip/sippdu.cxx: Prevent attempt to read infinite size buffer
	  if no ContentLength specified in MIME

2004-11-08 11:17  rjongbloed

	* src/sip/sippdu.cxx: Tidied some trace logs

2004-11-07 13:45  rjongbloed

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

2004-11-07 13:30  rjongbloed

	* src/h323/h323ep.cxx: Minor optimisation

2004-11-07 13:29  rjongbloed

	* src/h323/h323.cxx: Fixed missing initialisation of call reference
	  value.  Added change so that a DNS lookup is not made if an e164
	  calling party number	 is present in SETUP, for Dmitriy

2004-11-07 13:26  rjongbloed

	* src/h323/h323caps.cxx: Fixed incorrect conditional in decoding
	  non standard application data   types in OLC, thanks Dmitriy

2004-11-07 13:22  rjongbloed

	* src/h323/q931.cxx: Changed generation of call reference to
	  include zero as it is an illegal value   anyway, thanks Dmitriy

2004-10-26 01:28  csoutheren

	* src/sip/sippdu.cxx: Fixed problems with systems that use commas
	  between authentication parameters

2004-10-24 12:45  rjongbloed

	* src/: sip/sdp.cxx, opal/mediafmt.cxx: Back out change of
	  strcasecmp to strcmp for WinCE

2004-10-23 16:29  ykiryanov

	* opalce.vcp: Changed to avoid complaint "can't open .pch file"

2004-10-23 15:28  ykiryanov

	* opalce.vcp, opalce.vcw: Added project and workspace files for
	  Windows CE PocketPC 2003 port

2004-10-23 13:44  ykiryanov

	* src/asn/h235_t.cxx: Added #pragma implemententation and include
	  file missing

2004-10-23 13:42  ykiryanov

	* src/: opal/mediafmt.cxx, sip/sdp.cxx: Added ifdef _WIN32_WCE for
	  PocketPC 2003 SDK port

2004-10-16 05:10  rjongbloed

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

2004-10-08 05:51  csoutheren

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

2004-10-08 05:49  csoutheren

	* version.h: Changed to version 2.1

2004-10-07 00:21  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Added "configure"
	  support for known LIDs Changed LID GetName() function to be
	  normalised against the GetAllNames()	 return values and fixed
	  the pre-factory registration system.	Added a GetDescription()
	  function to do what the previous GetName() did.

2004-10-06 15:08  rjongbloed

	* samples/openphone/: main.cpp, main.h: Implemented partial support
	  for LIDs

2004-10-06 15:03  rjongbloed

	* configure.in, include/lids/alllids.h, include/lids/ixjlid.h,
	  include/lids/lid.h, include/lids/lidep.h,
	  include/lids/vblasterlid.h, include/lids/vpblid.h,
	  include/opal/buildopts.h.in, src/lids/ixjwin32.cxx,
	  src/lids/lid.cxx, src/lids/lidep.cxx, src/lids/vblasterlid.cxx,
	  src/lids/vpblid.cxx, src/win32/opal_2003.dtf,
	  src/win32/opal_lib.vcproj, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Added "configure" support for known
	  LIDs Changed LID GetName() function to be normalised against the
	  GetAllNames()   return values and fixed the pre-factory
	  registration system.	Added a GetDescription() function to do
	  what the previous GetName() did.

2004-10-04 14:57  rjongbloed

	* src/h323/h323.cxx: Fixed temporary unlocking of read/write mutex
	  so if cannot relock does not	 get an unbalanced unlock error.

2004-10-03 17:16  rjongbloed

	* configure.in, include/opal/buildopts.h.in: Added IxJ symbol to
	  include LID

2004-10-03 17:16  rjongbloed

	* src/opal/manager.cxx: Removed no trace warning

2004-10-03 16:18  rjongbloed

	* src/h323/h323.cxx: Fixed missing check for established after
	  connecting.

2004-10-03 16:16  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg,
	  openphone.xrc: Added panels for calling, answering and in call
	  phases.

2004-10-02 14:30  rjongbloed

	* src/h323/h323.cxx: Fixed keeping H.323 and OPAL state variables
	  in sync around "established" connections.

2004-10-02 14:26  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Fixed
	  RTP media stream so assures RTP session is open before starting.

2004-10-02 13:50  rjongbloed

	* include/opal/mediastrm.h, include/rtp/rtp.h,
	  src/opal/mediastrm.cxx: Fixed RTP media stream so assures RTP
	  session is open before starting.

2004-10-02 06:30  rjongbloed

	* include/sip/sipep.h, src/sip/sipep.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Added
	  unregister function for SIP registrar

2004-09-29 14:47  rjongbloed

	* samples/openphone/: main.cpp, main.h: Added gatekeeper support

2004-09-29 14:02  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg,
	  openphone.xrc: Added popup menu to edit Speed DIals

2004-09-29 01:00  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg,
	  openphone.xrc: Added ability to add and edit Speed DIals

2004-09-27 14:51  rjongbloed

	* src/sip/sippdu.cxx: Fixed deadlock in SIP transaction timeout

2004-09-24 13:39  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Updated symbols from
	  lots of changes

2004-09-24 12:06  rjongbloed

	* src/h323/h323ep.cxx: Changed default endpoint capabilities to be
	  all possible capabilities if not   set explicitly by application
	  before first call.

2004-09-07 14:46  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Updated symbols from
	  lots of changes

2004-09-07 14:43  rjongbloed

	* samples/openphone/OpenPhone.dsp: Fixed missing RTTI flag

2004-09-06 14:15  rjongbloed

	* samples/opalgw/.cvsignore: Ignore more

2004-09-01 14:21  rjongbloed

	* include/codec/g726codec.h, include/codec/ilbccodec.h,
	  include/codec/lpc10codec.h, include/codec/vidcodec.h,
	  include/h323/h323caps.h, include/h323/h323ep.h,
	  src/codec/g726codec.cxx, src/codec/ilbccodec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/vidcodec.cxx,
	  src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/win32/opal_2003.dtf, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Added initialisation of H323EndPoints
	  capability table to be all codecs so can   correctly build remote
	  caps from fqast connect params. This had knock on effect   with
	  const keywords added in numerous places.

2004-08-23 14:21  rjongbloed

	* src/h323/h323.cxx: Fixed double call to OnEstablished()

2004-08-22 14:27  rjongbloed

	* include/sip/sipep.h, include/sip/sippdu.h,
	  samples/openphone/main.cpp, samples/openphone/main.h,
	  samples/openphone/openphone.wxg, samples/openphone/openphone.xrc,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: More work on
	  SIP registration, time to live refresh and deregistration on
	  exit.

2004-08-20 15:01  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  correct handling of SIP 180 response

2004-08-20 14:54  rjongbloed

	* src/sip/sipep.cxx: Fixed crash caused by double delete of
	  registration transactions

2004-08-20 14:13  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Added correct handling
	  of SIP 180 response

2004-08-18 15:07  rjongbloed

	* samples/openphone/openphone.xrc: Added .xrc file to CVS so do not
	  have to generate it

2004-08-18 15:05  rjongbloed

	* src/sip/sippdu.cxx: Fixed indicating transaction finished before
	  it really is. Possible crash if then delete object.

2004-08-18 15:04  rjongbloed

	* src/sip/sipep.cxx: Fixed trying to start regitration if have
	  empty string for domain/user

2004-08-18 15:03  rjongbloed

	* src/opal/call.cxx: Changed to make calling
	  OPalManager::OnClearedCall() in override optional.  Added setting
	  of party A and B fields in call for display purposes.  Fixed
	  warning.

2004-08-18 15:02  rjongbloed

	* include/opal/manager.h, src/opal/manager.cxx: Changed to make
	  calling OPalManager::OnClearedCall() in override optional.

2004-08-18 09:14  csoutheren

	* samples/simple/main.cxx: Called ancestor OnClearedCall

2004-08-17 14:46  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  adapters template to make device plugins available via the
	  abstract factory interface

2004-08-16 11:53  rjongbloed

	* src/opal/patch.cxx: Fixed possible deadlock in PTRACE output of
	  media patch.

2004-08-15 12:10  rjongbloed

	* include/opal/patch.h, src/opal/patch.cxx,
	  src/win32/opal_2003.dtf, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf: Fixed possible deadlock when closing
	  media patch

2004-08-14 10:38  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Major
	  revision to utilise the PSafeCollection classes for the
	  connections and calls.

2004-08-14 09:56  rjongbloed

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/lids/lidep.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/manager.h,
	  include/opal/mediastrm.h, include/opal/patch.h,
	  include/opal/pcss.h, include/sip/sipcon.h, include/sip/sipep.h,
	  samples/openphone/main.cpp, samples/simple/main.cxx,
	  src/h323/gkclient.cxx, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/h323/h450pdu.cxx, src/lids/lidep.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/opal/pcss.cxx, src/opal/transports.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx: Major revision to utilise
	  the PSafeCollection classes for the connections and calls.

2004-07-17 11:48  rjongbloed

	* src/h323/h323.cxx: Allowed for case where OnSetUp() goes all the
	  way to connected/established in   one go, eg on an auto answer
	  IVR system.

2004-07-17 11:45  rjongbloed

	* src/opal/ivr.cxx: Fixed issues with the propagation of the
	  "established" phase of a call. Now   calling an OnEstablished()
	  chain like OnAlerting() and OnConnected() to	 finally arrive at
	  OnEstablishedCall() on OpalManager

2004-07-17 11:45  rjongbloed

	* src/opal/opalvxml.cxx: Fixed problem if Close() is called before
	  Open(), would shut down connection.

2004-07-17 10:21  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: Added
	  ability to manipulate codec lists

2004-07-17 05:13  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Migrated changes from
	  crs_vxnml_devel branch into main trunk

2004-07-15 14:32  rjongbloed

	* include/opal/ivr.h, src/opal/ivr.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Various
	  enhancements to the VXML code

2004-07-15 14:19  rjongbloed

	* include/codec/opalwavfile.h, src/codec/opalwavfile.cxx,
	  src/opal/ivr.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Various
	  enhancements to the VXML code

2004-07-14 15:26  rjongbloed

	* include/opal/call.h, include/opal/manager.h, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/pcss.cxx, src/win32/opal_2003.dtf,
	  src/win32/opald_2003.dtf, src/win32/opaln_2003.dtf: Fixed issues
	  with the propagation of the "established" phase of a call. Now
	  calling an OnEstablished() chain like OnAlerting() and
	  OnConnected() to   finally arrive at OnEstablishedCall() on
	  OpalManager

2004-07-14 15:17  rjongbloed

	* samples/openphone/: main.cpp, main.h: Added saving of the width
	  of columns in the speed dial list.  Fixed router display in
	  options dialog so is empty if IP address invalid.

2004-07-14 12:43  rjongbloed

	* src/win32/opal_dll.dsp: Fixed linking of no logging versionof DLL

2004-07-13 14:13  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Added functions to
	  add/subtract lists of media formats from a media format list
	  Added function to get a list of all possible media formats that
	  may be used given   a list of media and taking into account all
	  of the registered transcoders.  Added function on endpoints to
	  get the list of all media formats any   connection the endpoint
	  may create can support.

2004-07-11 14:50  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  functions to add/subtract lists of media formats from a media
	  format list Added function to get a list of all possible media
	  formats that may be used given   a list of media and taking into
	  account all of the registered transcoders.  Added function on
	  endpoints to get the list of all media formats any   connection
	  the endpoint may create can support.

2004-07-11 14:46  rjongbloed

	* src/h323/h323.cxx: Added function on endpoints to get the list of
	  all media formats any   connection the endpoint may create can
	  support.  Fixed multple calls of OnSetLocalCapabilities changing
	  caps after having sent to remote.  Made sure local caps have the
	  UII caps set in it.

2004-07-11 14:43  rjongbloed

	* src/opal/call.cxx: Added function to get a list of all possible
	  media formats that may be used given	 a list of media and taking
	  into account all of the registered transcoders.

2004-07-11 14:42  rjongbloed

	* include/h323/h323ep.h, include/lids/lidep.h,
	  include/opal/endpoint.h, include/opal/ivr.h,
	  include/opal/manager.h, include/opal/pcss.h, include/sip/sipep.h,
	  samples/openphone/main.cpp, src/h323/h323ep.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/ivr.cxx, src/opal/manager.cxx,
	  src/opal/pcss.cxx, src/sip/sipep.cxx: Added function on endpoints
	  to get the list of all media formats any   connection the
	  endpoint may create can support.

2004-07-11 14:37  rjongbloed

	* src/codec/vidcodec.cxx: Changed internal video formats to use
	  value so do not appear in available media lists.

2004-07-11 14:34  rjongbloed

	* include/opal/transcoders.h, src/opal/transcoders.cxx: Added
	  function to get a list of all possible media formats that may be
	  used given   a list of media and taking into account all of the
	  registered transcoders.

2004-07-11 14:32  rjongbloed

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added functions
	  to add/subtract lists of media formats from a media format list

2004-07-11 11:35  rjongbloed

	* src/win32/opald.dtf: Fixed loading factories in static libraries.

2004-07-04 14:53  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: Added
	  support for route editing.

2004-07-04 14:52  rjongbloed

	* src/h323/h323.cxx: Fixed setting of local capabilities to after
	  routing, so we know the peer protocols media list.

2004-07-04 14:50  rjongbloed

	* include/opal/manager.h: Added some access functions to manager
	  lists

2004-07-03 06:07  rjongbloed

	* samples/openphone/openphone.wxg: Fixed stretching of audio device
	  field, should be fixed

2004-06-30 15:35  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_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:48  rjongbloed

	* src/: opal/opalvxml.cxx, win32/opal.dtf, win32/opald.dtf,
	  win32/opaln.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-22 15:14  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Removed experimental
	  H.261 plug in capability VXML plug in changes.

2004-06-22 14:12  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: VXML
	  plug in changes.

2004-06-22 13:01  csoutheren

	* src/opal/opalvxml.cxx: Fixed to compile on Linux

2004-06-22 08:27  csoutheren

	* src/opal/opalvxml.cxx: Updated for new abstract factory
	  implementation

2004-06-08 16:07  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.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:47  rjongbloed

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

2004-06-06 15:01  rjongbloed

	* src/: h323/h323pdu.cxx, win32/opal_2003.dtf,
	  win32/opald_2003.dtf, win32/opaln_2003.dtf: Fixed correct setting
	  of Q.931 Display IE from DisplayName field of connection.

2004-06-06 10:45  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  functions to get registration URL.  Added ability to set proxy bu
	  host/user/password strings.

2004-06-06 10:45  rjongbloed

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

2004-06-05 16:37  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: More
	  implemntation of options dialog.

2004-06-05 16:36  rjongbloed

	* include/sip/sipep.h, src/sip/sipep.cxx: Added functions to get
	  registration URL.  Added ability to set proxy bu
	  host/user/password strings.

2004-06-05 16:34  rjongbloed

	* include/opal/manager.h: Added functions to set the auto start
	  video tx/rx flags.

2004-06-05 16:32  rjongbloed

	* src/h323/h323ep.cxx: Added ability to have separate gatekeeper
	  username to endpoint local alias name.

2004-06-05 16:31  rjongbloed

	* include/h323/h323ep.h: Added function to set gatekeeper
	  registration time to live.  Added ability to have separate
	  gatekeeper username to endpoint local alias name.

2004-06-05 09:57  rjongbloed

	* samples/openphone/.cvsignore: Ignore generated resource files

2004-06-05 09:45  rjongbloed

	* samples/opalgw/opalgw.vcproj: Fixed dependency for gw to use DLL.

2004-06-05 09:32  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_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-05 08:51  rjongbloed

	* src/win32/: opal.dtf, opald.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-05 08:49  rjongbloed

	* src/win32/opal_dll.dsp: Fixed linker problem with DLL.  Fixed
	  generation of symbols using MergeSym

2004-06-05 08:47  rjongbloed

	* samples/openphone/OpenPhone.dsp: Fixed linking with XML resource
	  system.

2004-06-05 08:47  rjongbloed

	* opal.dsw, samples/opalgw/opalgw.dsp: Fixed dependency for gw to
	  use DLL.

2004-06-05 08:09  rjongbloed

	* src/win32/opal_lib.dsp: Added extra H.245 file after removing ASN
	  generation from build

2004-06-04 08:54  csoutheren

	* include/h323/gkserver.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/peclient.h,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/h323/peclient.cxx: Migrated updates from OpenH323 1.14.1

2004-06-04 07:29  csoutheren

	* Makefile, configure, configure.in: Updated for ASN file changes
	  and added silencedetect.cxx

2004-06-04 06:38  csoutheren

	* src/win32/opal_lib.dsp: Removed usage of asnparser

2004-06-04 06:35  csoutheren

	* src/win32/opal_lib.vcproj: Removed usage of asnparser for release
	  and no-trace builds too

2004-06-04 06:15  csoutheren

	* src/win32/opal_lib.vcproj: Removed usage of asnparser

2004-06-04 06:09  csoutheren

	* src/h323/h323caps.cxx: Fixed for updates to H225v5

2004-06-04 06:02  csoutheren

	* include/asn/gcc.h, include/asn/h225.h, include/asn/h235.h,
	  include/asn/h245.h, include/asn/h248.h, include/asn/h4501.h,
	  include/asn/h45010.h, include/asn/h45011.h, include/asn/h4502.h,
	  include/asn/h4503.h, include/asn/h4504.h, include/asn/h4505.h,
	  include/asn/h4506.h, include/asn/h4507.h, include/asn/h4508.h,
	  include/asn/h4509.h, include/asn/h501.h, include/asn/mcs.h,
	  include/asn/t38.h, include/asn/x880.h, src/asn/gcc.cxx,
	  src/asn/h225_1.cxx, src/asn/h225_2.cxx, src/asn/h235.cxx,
	  src/asn/h235_t.cxx, src/asn/h245_1.cxx, src/asn/h245_2.cxx,
	  src/asn/h245_3.cxx, src/asn/h248.cxx, src/asn/h4501.cxx,
	  src/asn/h45010.cxx, src/asn/h45011.cxx, src/asn/h4502.cxx,
	  src/asn/h4503.cxx, src/asn/h4504.cxx, src/asn/h4505.cxx,
	  src/asn/h4506.cxx, src/asn/h4507.cxx, src/asn/h4508.cxx,
	  src/asn/h4509.cxx, src/asn/h501.cxx, src/asn/mcs.cxx,
	  src/asn/t38.cxx, src/asn/x880.cxx: Added precompiled ASN source
	  files

2004-06-04 05:50  csoutheren

	* src/asn/x880.asn: Removed incorrect constraint on InvokeId

2004-06-04 05:49  csoutheren

	* src/asn/h245.asn: Updated to H245v7

2004-06-04 05:48  csoutheren

	* src/asn/h235.asn: Updated to H235v3

2004-06-04 05:42  csoutheren

	* src/asn/h225.asn: Updated to H225v5

2004-05-31 15:01  rjongbloed

	* src/win32/opal_lib.dsp: Added silence detect

2004-05-25 14:55  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: Added all
	  silence suppression modes to Options dialog.

2004-05-25 14:12  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  a separate structure for the silence suppression paramters to
	  make	 it easier to set from global defaults in the manager
	  class.

2004-05-24 15:52  rjongbloed

	* src/: lids/lidep.cxx, opal/pcss.cxx: Added a separate structure
	  for the silence suppression paramters to make   it easier to set
	  from global defaults in the manager class.

2004-05-24 15:48  rjongbloed

	* src/win32/: opal_2003.dtf, opald_2003.dtf, opaln_2003.dtf: Added
	  a separate structure for the silence suppression paramters to
	  make	 it easier to set from global defaults in the manager
	  class.

2004-05-24 15:44  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: More
	  implementation on OPAL OpenPhone.

2004-05-24 15:40  rjongbloed

	* include/opal/manager.h: Added default values for silence
	  suppression parameters.

2004-05-24 15:39  rjongbloed

	* include/codec/silencedetect.h, src/codec/silencedetect.cxx: Fixed
	  setting marker bit when silence suppression transitions from
	  silence to signal, thanks Ted Szoczei Added a separate structure
	  for the silence suppression paramters to make   it easier to set
	  from global defaults in the manager class.

2004-05-24 15:37  rjongbloed

	* src/opal/transcoders.cxx: Fixed propagating marker bit across
	  transcoder which is important for   silence suppression, thanks
	  Ted Szoczei

2004-05-24 15:36  rjongbloed

	* src/opal/mediastrm.cxx: Fixed not transmitting RTP packets with
	  zero length payload which   is rather important for silence
	  suppression, thanks Ted Szoczei

2004-05-17 15:24  rjongbloed

	* include/lids/lidep.h, include/opal/connection.h,
	  include/opal/mediastrm.h, include/opal/pcss.h,
	  src/lids/lidep.cxx, src/opal/connection.cxx, src/opal/patch.cxx,
	  src/opal/pcss.cxx, src/win32/opal_2003.dtf,
	  src/win32/opal_lib.vcproj, src/win32/opald_2003.dtf,
	  src/win32/opaln_2003.dtf, include/codec/silencedetect.h,
	  src/codec/silencedetect.cxx: Added silence suppression.

2004-05-15 15:15  rjongbloed

	* src/win32/: opal_2003.dtf, opal_dll.vcproj, opald_2003.dtf,
	  opaln_2003.dtf: Changed to use separate .dtf file for vs.net 2003
	  builds.

2004-05-15 14:53  rjongbloed

	* include/codec/: allcodecs.h, g726codec.h: Fixed incorrect laoding
	  of H.323 capability for G.726

2004-05-15 14:53  rjongbloed

	* include/opal/manager.h, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Added default
	  username and display name to manager, for all endpoints.

2004-05-15 14:18  rjongbloed

	* samples/openphone/: OpenPhone.vcproj, main.cpp, main.h,
	  openphone.wxg: More work on wxWindows based OpenPhone

2004-05-12 14:41  rjongbloed

	* samples/openphone/: main.cpp, main.h, openphone.wxg: More work on
	  wxWindows based OpenPhone

2004-05-09 15:24  rjongbloed

	* samples/openphone/: main.cpp, openphone.wxg: More work on
	  wxWindows based OpenPhone

2004-05-09 15:19  rjongbloed

	* src/opal/call.cxx: Fixed issues with non fast start and
	  non-tunnelled connections

2004-05-09 15:12  rjongbloed

	* include/h323/h323con.h, src/h323/h323.cxx,
	  src/opal/transports.cxx, src/win32/opal.dtf, src/win32/opald.dtf,
	  src/win32/opaln.dtf: Fixed issues with non fast start and
	  non-tunnelled connections

2004-05-06 15:23  rjongbloed

	* samples/openphone/: OpenPhone.vcproj, main.cpp, main.h,
	  openphone.wxg: Work on wxWindows based OpenPhone

2004-05-06 15:22  rjongbloed

	* samples/mfc/: mfcDlg.cpp, mfcDlg.h, mfcEndPoint.cpp,
	  mfcEndPoint.h: Opalised code

2004-05-06 15:16  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Fixed media format
	  lists copy issue.

2004-05-03 02:59  csoutheren

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

2004-05-02 07:18  rjongbloed

	* src/opal/: call.cxx, mediastrm.cxx: More logging

2004-05-01 15:38  rjongbloed

	* samples/openphone/: OpenPhone.vcproj, main.cpp, main.h: Some
	  early implementation of wxWIndows based OPAL GUI client.

2004-05-01 15:28  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Fixed
	  ClearCallSynchronous so now is actually signalled when call is
	  destroyed.

2004-05-01 12:00  rjongbloed

	* include/h323/h323con.h, include/opal/call.h,
	  include/opal/connection.h, src/h323/h323.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx: Fixed
	  ClearCallSynchronous so now is actually signalled when call is
	  destroyed.

2004-04-29 13:49  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf:  Fixed ability to
	  break of a PSocket::Select call under linux when a socket
	     is closed by another thread.

2004-04-29 13:48  rjongbloed

	* src/opal/manager.cxx: Fixed possible deadlock if close all and
	  close synchronous.

2004-04-29 13:47  rjongbloed

	* src/h323/h323.cxx: Fixed problem with trying to open channels
	  already open for session.

2004-04-27 09:23  rjongbloed

	* src/opal/transports.cxx: Fixed uninitialised variable getting ip
	  without port

2004-04-27 09:22  rjongbloed

	* src/sip/sdp.cxx: Adjusted some logging

2004-04-27 06:40  rjongbloed

	* src/opal/transports.cxx: Changed UDP listener IsOpen to indicae
	  open only if all sockets on each   interface are open.

2004-04-26 09:51  rjongbloed

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Allowed for
	  selectable auto deletion of RTP user data attached to an RTP
	  session.  Added ability to specify more than one defualt listener
	  for an endpoint,   required by SIP which listens on both UDP and
	  TCP.	Added RTP statistics callback to SIP

2004-04-26 09:36  rjongbloed

	* samples/openphone/: main.cpp, main.h: Some more implementation,
	  still a long way to go!

2004-04-26 09:06  rjongbloed

	* samples/simple/: main.cxx, main.h: Removed some ancient pieces of
	  code and used new API's for them.

2004-04-26 08:30  rjongbloed

	* include/opal/endpoint.h, include/sip/sipep.h,
	  src/opal/endpoint.cxx, src/sip/sipep.cxx,
	  samples/simple/main.cxx: Added ability to specify more than one
	  defualt listener for an endpoint,   required by SIP which listens
	  on both UDP and TCP.

2004-04-26 07:40  rjongbloed

	* include/sip/sipcon.h, include/sip/sipep.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Added RTP statistics callback to SIP

2004-04-26 07:39  rjongbloed

	* src/h323/h323.cxx: Fixed missing propagation of OnEstablished()
	  call to endpoint.

2004-04-26 07:37  rjongbloed

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Allowed for selectable auto
	  deletion of RTP user data attached to an RTP session.

2004-04-26 06:33  rjongbloed

	* include/h323/h323con.h, include/opal/connection.h,
	  src/h323/h323.cxx, src/opal/connection.cxx, src/win32/opal.dtf,
	  src/win32/opald.dtf, src/win32/opaln.dtf: Move various call
	  progress times from H.323 specific to general conenction.

2004-04-26 06:25  rjongbloed

	* samples/openphone/OpenPhone.vcproj: Fixed Release mode build

2004-04-25 15:22  rjongbloed

	* samples/openphone/OpenPhone.dsp: Converted OpenPhone v2 to use
	  wxWindows

2004-04-25 15:12  rjongbloed

	* samples/openphone/: OpenPhone.db, OpenPhone.pro,
	  OpenPhone.vcproj, main.cpp, main.h, mainwindow.ui, makecall.ui,
	  openphone.ico, openphone.rc, options.ui: Converted OpenPhone v2
	  to use wxWindows

2004-04-25 13:06  rjongbloed

	* samples/opalgw/opalgw.vcproj, src/win32/opal.dtf,
	  src/win32/opal_dll.vcproj, src/win32/opald.dtf,
	  src/win32/opaln.dtf, samples/mfc/mfc.vcproj: Fixed DLL build

2004-04-25 13:04  rjongbloed

	* samples/mfc/mfcEndPoint.cpp: Fixed MSVC warning

2004-04-25 11:33  rjongbloed

	* src/win32/: Private.def, opal_dll.vcproj: Fixed DLL creation

2004-04-25 11:32  rjongbloed

	* samples/simple/main.cxx: Fixed correct usage of HAS_IXJ

2004-04-25 11:32  rjongbloed

	* src/sip/sippdu.cxx: Fixed incorrect read of zero length SIP body,
	  thanks Nick Hoath

2004-04-25 11:27  rjongbloed

	* include/codec/ilbccodec.h: Fixed correct H.323 capability
	  definitions for iLBC codec variants

2004-04-25 10:59  rjongbloed

	* src/h323/h450pdu.cxx: Fixed GCC 3.4 warning

2004-04-25 10:46  rjongbloed

	* .cvsignore: Ignore generatedmake file from configure

2004-04-25 10:46  rjongbloed

	* src/sip/sipep.cxx: Fixed GNU compatibility

2004-04-25 10:34  rjongbloed

	* src/: codec/mscodecs.cxx, lids/lidep.cxx, sip/sipcon.cxx: Fixed
	  various GCC 3.4 warnings

2004-04-25 10:33  rjongbloed

	* opal_inc.mak.in: Removed detection of various LIDs as now in
	  configure

2004-04-25 04:53  rjongbloed

	* Makefile, include/h323/gkserver.h, src/h323/gkserver.cxx,
	  src/h323/h323.cxx, src/opal/call.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/patch.cxx: Fixed GNU 3.4 warnings

2004-04-18 15:38  rjongbloed

	* src/h323/h323.cxx: Fixed using correct H.323 port if not
	  specified in address

2004-04-18 15:36  rjongbloed

	* src/opal/opalvxml.cxx: Added autmatic inclusion of a text to
	  speach converter, if available.

2004-04-18 15:35  rjongbloed

	* include/opal/ivr.h, src/lids/lidep.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/pcss.cxx: Fixed ability to make
	  calls where both endpoints are specified a priori. In particular
	  fixing the VXML support for an outgoing sip/h323 call.

2004-04-18 15:31  rjongbloed

	* include/opal/connection.h, src/opal/connection.cxx: Added new end
	  call value from OpenH323.

2004-04-18 09:09  rjongbloed

	* include/opal/call.h, include/opal/manager.h, src/opal/call.cxx,
	  src/opal/manager.cxx: Added a couple more API functions to bring
	  OPAL into line with similar functions in OpenH323.

2004-04-09 15:02  rjongbloed

	* .cvsignore, opal.sln, samples/opalgw/opalgw.vcproj,
	  samples/simple/simple.vcproj, src/win32/opal_dll.vcproj,
	  src/win32/opal_lib.vcproj: Many and various changes to support
	  new Visual C++ 2003

2004-04-09 14:57  rjongbloed

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

2004-04-09 14:30  rjongbloed

	* src/h323/h323pdu.cxx: Many and various changes to support new
	  Visual C++ 2003

2004-04-07 10:20  rjongbloed

	* samples/mfc/mfc.dsp, samples/opalgw/opalgw.dsp,
	  samples/simple/simple.dsp, src/codec/h261codec.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323pdu.cxx,
	  src/h323/transaddr.cxx, src/opal/transports.cxx,
	  src/t38/h323t38.cxx, src/win32/opal_dll.dsp,
	  src/win32/opal_lib.dsp: Changes for new RTTI system.

2004-03-29 13:04  rjongbloed

	* src/opal/transports.cxx: Fixed shut down of OpalTransportUDP when
	  still in "connect" phase.

2004-03-29 12:56  rjongbloed

	* src/sip/sipep.cxx: Made sure SIP UDP socket is "promiscuous", ie
	  the host/port being sent to may not	be where packets come from.

2004-03-29 12:53  rjongbloed

	* samples/simple/main.cxx: Fixed missing mutex unlock which would
	  invariably cause a deadlock.

2004-03-25 12:53  rjongbloed

	* src/opal/mediastrm.cxx: Fixed size of RTP data frame buffer when
	  reading from RTP, needs to be big   enough for anything that can
	  be received. Pointed out by Ted Szoczei

2004-03-25 12:51  rjongbloed

	* src/sip/sdp.cxx: Changed PCM-16 from IllegalPayloadType to
	  MaxPayloadType to avoid problems   in other parts of the code.
	  Changed to hame m= line for every codec, including "known" ones,
	  thanks Ted Szoczei

2004-03-25 12:48  rjongbloed

	* src/: h323/h323.cxx, opal/mediafmt.cxx: Changed PCM-16 from
	  IllegalPayloadType to MaxPayloadType to avoid problems   in other
	  parts of the code.

2004-03-23 10:43  rjongbloed

	* src/sip/sippdu.cxx: Fixed new C++ stream I/O compatibility,
	  thanks Ted Szoczei

2004-03-23 09:36  rjongbloed

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

2004-03-22 12:39  rjongbloed

	* include/opal/transports.h, src/opal/transports.cxx: Fixed
	  problems with correctly terminating the OpalTransportUDP that is
	  generated from   an OpalListenerUDP, this should not close the
	  socket or stop the thread.

2004-03-22 12:32  rjongbloed

	* include/opal/mediafmt.h, include/opal/transcoders.h,
	  src/h323/h323.cxx, src/opal/mediafmt.cxx, src/opal/mediastrm.cxx,
	  src/opal/transcoders.cxx, src/sip/sdp.cxx: Added new codec type
	  for 16 bit Linear PCM as must distinguish between the internal
	  format used by such things as the sound card and the RTP payload
	  format which	 is always big endian.

2004-03-22 11:20  rjongbloed

	* samples/simple/: main.cxx, main.h: Changed to use UseGatekeeper()
	  function so can select by gk-id as well as host.

2004-03-20 10:11  rjongbloed

	* src/sip/sippdu.cxx: Fixed probelm if inital read of stream fr SIP
	  PDU fails. Should not then read again using	>> operator as this
	  then blocks the write due to the ios built in mutex.	Added
	  timeout for "inter-packet" characters received. Waits forever for
	  the first byte of   a SIP PDU, then only waits a short time for
	  the rest. This helps with getting a deadlock	 if a remote fails
	  to send a full PDU.

2004-03-16 13:06  rjongbloed

	* src/sip/sippdu.cxx: Changed SIP command URI to always be same as
	  "to" address, not sure if this is correct though.

2004-03-16 13:03  rjongbloed

	* src/sip/sipcon.cxx: Fixed poropagating port of proxy to
	  connection target address.

2004-03-16 13:01  rjongbloed

	* src/opal/transports.cxx: Temporary fix for closing UDP transport

2004-03-16 12:06  rjongbloed

	* samples/opalgw/main.cxx: Changed proxy to URL

2004-03-16 05:28  csoutheren

	* opal_inc.mak: Removed as file has been replaced by a configure
	  generated file

2004-03-16 05:27  csoutheren

	* opal_inc.mak.in: Initial version

2004-03-16 02:46  rjongbloed

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

2004-03-15 13:33  rjongbloed

	* src/sip/sipcon.cxx: Fixed proxy override in URL

2004-03-15 10:33  rogerhardiman

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

2004-03-14 12:32  rjongbloed

	* include/sip/sipep.h, samples/simple/main.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx: Changes to better support SIP proxies.

2004-03-14 11:14  rjongbloed

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Changes to REGISTER to
	  support authentication

2004-03-14 11:13  rjongbloed

	* include/sip/sipep.h, src/sip/sipep.cxx: Moved transport on SIP
	  top be constructed by endpoint as any transport created on   an
	  endpoint can receive data for any connection.  Changes to
	  REGISTER to support authentication

2004-03-14 11:09  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Moved transport on SIP
	  top be constructed by endpoint as any transport created on   an
	  endpoint can receive data for any connection.

2004-03-14 09:34  csoutheren

	* include/sip/sipep.h, include/sip/sippdu.h,
	  samples/simple/main.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Added ability to set User-Agent string

2004-03-14 07:15  rjongbloed

	* samples/simple/main.cxx: Must set ports before stun as stun code
	  uses those port numbers.

2004-03-13 07:52  rjongbloed

	* samples/opalgw/main.cxx: Slight rearrangement of local party name
	  and alias list to beter match common	 behaviour in ancestor.
	  Abstracted local party name for endpoint into ancestor from
	  H.,323.

2004-03-13 07:51  rjongbloed

	* include/sip/sipep.h, src/sip/sipep.cxx: Alllowed for empty
	  "username" in registration

2004-03-13 07:32  rjongbloed

	* include/sip/sipep.h, include/sip/sippdu.h,
	  samples/simple/main.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Fixes for removal of SIP and H.323 subsystems.  More registration
	  work.

2004-03-13 07:30  rjongbloed

	* include/sip/sipcon.h, src/h323/gkclient.cxx,
	  src/opal/transports.cxx: Changed parameter in UDP write function
	  to void * from PObject *.

2004-03-13 07:29  rjongbloed

	* src/sip/sipcon.cxx: Slight rearrangement of local party name and
	  alias list to beter match common   behaviour in ancestor.
	  Abstracted local party name for endpoint into ancestor from
	  H.,323.  Changed parameter in UDP write function to void * from
	  PObject *.

2004-03-13 07:25  rjongbloed

	* include/h323/h323con.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/transports.h,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx: Slight rearrangement of local party name
	  and alias list to beter match common	 behaviour in ancestor.
	  Abstracted local party name for endpoint into ancestor from
	  H.,323.

2004-03-13 04:37  rjongbloed

	* configure.in, include/opal/buildopts.h.in: Fixed windows support
	  for SIP and H.323 subsystem disable.

2004-03-13 03:52  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 07:54  csoutheren

	* Makefile, configure, configure.in, opal_inc.mak,
	  include/codec/h261codec.h, include/codec/mscodecs.h,
	  include/codec/vidcodec.h, include/h323/h323.h,
	  include/opal/buildopts.h.in, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/guid.h, include/opal/manager.h,
	  include/opal/mediafmt.h, include/opal/mediastrm.h,
	  include/opal/opalvxml.h, include/opal/patch.h,
	  include/opal/pcss.h, include/opal/transcoders.h,
	  include/opal/transports.h, samples/opalgw/main.cxx,
	  samples/simple/main.cxx, samples/simple/main.h,
	  src/codec/g726codec.cxx, src/codec/h261codec.cxx,
	  src/codec/ilbccodec.cxx, src/codec/mscodecs.cxx,
	  src/codec/speexcodec.cxx: Added ability to disable SIP or H.323
	  stacks

2004-03-09 13:09  rjongbloed

	* include/sip/sippdu.h, samples/simple/main.cxx, src/sip/sipep.cxx,
	  src/sip/sippdu.cxx: More work on SIP register.

2004-03-02 11:02  rjongbloed

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

2004-03-02 10:57  rjongbloed

	* src/: h323/h323.cxx, opal/connection.cxx, rtp/rtp.cxx: Fixed
	  problems with recent changes to RTP UseSession() function which
	  broke it for H.323

2004-02-24 12:37  rjongbloed

	* include/opal/manager.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/h323/transaddr.cxx,
	  src/opal/manager.cxx, src/opal/transports.cxx: More work on NAT
	  support, manual external address translation and STUN

2004-02-24 12:35  rjongbloed

	* src/sip/sippdu.cxx: Bullet proofed reply parsing for if get a
	  command we don't understand.

2004-02-24 12:33  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Normalised RTP session
	  management across protocols Added support for NAT (via STUN)

2004-02-24 12:28  rjongbloed

	* include/h323/h323con.h, include/h323/h323rtp.h,
	  include/opal/connection.h, src/h323/h323.cxx,
	  src/h323/h323rtp.cxx, src/opal/connection.cxx: Normalised RTP
	  session management across protocols

2004-02-24 10:40  rjongbloed

	* include/h323/h323ep.h: Fixed missing return in GetSTUN()

2004-02-23 09:59  rogerhardiman

	* configure.in: Fix some == comparisons

2004-02-23 02:32  rjongbloed

	* include/codec/g729codec.h: Removed duplicate #if for if voice age
	  included and made sure there was a   dummy G729 declaration macro
	  if no G.729 included.

2004-02-23 02:28  rjongbloed

	* Makefile: Fixed unix build for recent upgrade to OpenH323 latest
	  code.

2004-02-21 03:41  rjongbloed

	* samples/simple/main.cxx: Tidied up the translate address to
	  utilise more of the library infrastructure.  Changed cmd line
	  args port-base/port-max to portbase/portmax, same as OhPhone.

2004-02-21 03:40  rjongbloed

	* samples/simple/main.h: Tidied up the translate address to utilise
	  more of the library infrastructure.

2004-02-19 11:53  rjongbloed

	* src/codec/opalwavfile.cxx: Merged OpenH323 version 1.13.1
	  changes.

2004-02-19 11:46  rjongbloed

	* include/asn/.cvsignore, include/codec/allcodecs.h,
	  include/codec/g729codec.h, include/codec/h261codec.h,
	  include/codec/ilbccodec.h, include/codec/speexcodec.h,
	  include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h225ras.h, include/h323/h235auth.h,
	  include/h323/h323.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323annexg.h,
	  include/h323/h323ep.h, include/h323/h323pdu.h,
	  include/h323/h323rtp.h, include/h323/h323trans.h,
	  include/h323/h501pdu.h, include/h323/peclient.h,
	  include/h323/q931.h, include/h323/svcctrl.h,
	  include/h323/transaddr.h, include/lids/ixjlid.h,
	  include/lids/lid.h, include/lids/vblasterlid.h,
	  include/lids/vpblid.h, include/opal/endpoint.h,
	  include/opal/manager.h, include/opal/transports.h,
	  include/rtp/jitter.h, include/rtp/rtp.h, src/asn/.cvsignore,
	  src/asn/h501.asn, src/codec/g726codec.cxx,
	  src/codec/g729codec.cxx, src/codec/h261codec.cxx,
	  src/codec/ilbccodec.cxx, src/codec/lpc10codec.cxx,
	  src/codec/speexcodec.cxx, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx,
	  src/h323/h225ras.cxx, src/h323/h235auth.cxx,
	  src/h323/h235auth1.cxx, src/h323/h323.cxx,
	  src/h323/h323annexg.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323neg.cxx, src/h323/h323pdu.cxx,
	  src/h323/h323rtp.cxx, src/h323/h323trans.cxx,
	  src/h323/h450pdu.cxx, src/h323/h501pdu.cxx, src/h323/q931.cxx,
	  src/h323/transaddr.cxx, src/h323/peclient.cxx,
	  src/h323/svcctrl.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx,
	  src/lids/vblasterlid.cxx, src/lids/vpblid.cxx,
	  src/opal/endpoint.cxx, src/opal/guid.cxx, src/opal/manager.cxx,
	  src/opal/transports.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/win32/opal_lib.dsp, src/codec/iLBC/FrameClassify.c,
	  src/codec/iLBC/FrameClassify.h, src/codec/iLBC/LPCdecode.c,
	  src/codec/iLBC/LPCdecode.h, src/codec/iLBC/LPCencode.c,
	  src/codec/iLBC/LPCencode.h, src/codec/iLBC/StateConstructW.c,
	  src/codec/iLBC/StateConstructW.h, src/codec/iLBC/StateSearchW.c,
	  src/codec/iLBC/StateSearchW.h, src/codec/iLBC/anaFilter.c,
	  src/codec/iLBC/anaFilter.h, src/codec/iLBC/constants.c,
	  src/codec/iLBC/constants.h, src/codec/iLBC/createCB.c,
	  src/codec/iLBC/createCB.h, src/codec/iLBC/doCPLC.c,
	  src/codec/iLBC/doCPLC.h, src/codec/iLBC/enhancer.c,
	  src/codec/iLBC/enhancer.h, src/codec/iLBC/filter.c,
	  src/codec/iLBC/filter.h, src/codec/iLBC/gainquant.c,
	  src/codec/iLBC/gainquant.h, src/codec/iLBC/getCBvec.c,
	  src/codec/iLBC/getCBvec.h, src/codec/iLBC/helpfun.c,
	  src/codec/iLBC/helpfun.h, src/codec/iLBC/hpInput.c,
	  src/codec/iLBC/hpInput.h, src/codec/iLBC/hpOutput.c,
	  src/codec/iLBC/hpOutput.h, src/codec/iLBC/iCBConstruct.c,
	  src/codec/iLBC/iCBConstruct.h, src/codec/iLBC/iCBSearch.c,
	  src/codec/iLBC/iCBSearch.h, src/codec/iLBC/iLBC_decode.c,
	  src/codec/iLBC/iLBC_decode.h, src/codec/iLBC/iLBC_define.h,
	  src/codec/iLBC/iLBC_encode.c, src/codec/iLBC/iLBC_encode.h,
	  src/codec/iLBC/lsf.c, src/codec/iLBC/lsf.h,
	  src/codec/iLBC/packing.c, src/codec/iLBC/packing.h,
	  src/codec/iLBC/syntFilter.c, src/codec/iLBC/syntFilter.h: Merged
	  OpenH323 version 1.13.1 changes.

2004-02-17 13:41  csoutheren

	* src/sip/sipep.cxx: Use correct Contact field when behind NAT

2004-02-17 12:00  csoutheren

	* samples/simple/: main.cxx, main.h: Added --translate, --port-base
	  and --port-max options

2004-02-17 10:59  csoutheren

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

2004-02-17 10:20  csoutheren

	* src/codec/lpc10/src/f2clib.c: Patch as per GM bug report 134591

2004-02-17 10:01  csoutheren

	* src/win32/opal_lib.dsp: Added new Speex file

2004-02-17 09:48  csoutheren

	* include/codec/allcodecs.h: Disabled VoiceAge G.729 codec on Linux

2004-02-17 09:47  csoutheren

	* include/opal/transcoders.h: Changed codec loading macros to work
	  with Linux

2004-02-16 10:15  csoutheren

	* Makefile, src/opal/transcoders.cxx: Fixed problems with codecs on
	  Unix systems

2004-02-16 10:05  csoutheren

	* src/codec/speex/libspeex/exc_20_32_table.c: Added for Speex 1.0

2004-02-16 10:04  csoutheren

	* src/codec/speex/: PART_OF_SPEEX, 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_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/lsp.c, libspeex/lsp.h,
	  libspeex/lsp_tables_nb.c, libspeex/ltp.c, libspeex/ltp.h,
	  libspeex/math_approx.c, 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/vbr.c,
	  libspeex/vbr.h: Updated to Speex 1.0

2004-02-15 10:39  rjongbloed

	* version.h: Updated version after tagging.

2004-02-15 05:34  rjongbloed

	* src/opal/patch.cxx: Fixed correct setting of write data size on
	  sick stream. Important for current   output of silence frames and
	  adjustment of sound card buffers.  Fixed correct propagation of
	  timestamp values from source to sink media   stream and back from
	  sink to source stream.

2004-02-15 05:31  rjongbloed

	* src/opal/mediastrm.cxx: Added trace log to sound card stream for
	  what read/write size and buffers are used.

2004-02-15 04:12  rjongbloed

	* include/codec/speexcodec.h: Fixed typo in symbol for Speex codec,
	  thanks Ted Szoczei

2004-02-15 04:12  rjongbloed

	* src/sip/sipcon.cxx: More patches from Ted Szoczei, fixed shutting
	  down of RTP session if INVITE fails. Added correct return if no
	  meda formats can be matched.

2004-02-14 23:52  csoutheren

	* src/sip/sipcon.cxx: Re-ordered initialisations to remove warning
	  on Linux

2004-02-13 23:15  csoutheren

	* src/opal/mediafmt.cxx: Changed stricmp to strcascmp thanks to
	  Diana Cionoiu

2004-02-09 14:13  rjongbloed

	* include/sip/sdp.h, src/sip/sdp.cxx: Added debug string output for
	  media type enum.

2004-02-09 14:12  rjongbloed

	* src/opal/mediastrm.cxx: Fixed spin problem when closing channel,
	  realted to not outputting silence   frames to the sound card when
	  nothing coming out of jitter buffer.

2004-02-07 03:23  rjongbloed

	* src/sip/sipcon.cxx: Changed to allow opening of more than just
	  audio streams.  Assured that symmetric codecs are used as
	  required by "basic" SIP.  Made media format list subject to
	  adjust \\ment by remoe/order lists.

2004-02-07 03:20  rjongbloed

	* include/sip/sipcon.h: Changed to allow opening of more than just
	  audio streams.

2004-02-07 03:18  rjongbloed

	* include/opal/mediafmt.h, include/sip/sdp.h,
	  src/opal/mediafmt.cxx, src/sip/sdp.cxx: Improved searching for
	  media format to use payload type AND the encoding name.

2004-02-07 01:35  rjongbloed

	* include/opal/call.h, src/h323/h323.cxx, src/opal/call.cxx: Fixed
	  calls GetMediaFormats so no DOES return intersection of all
	  connections formats.	Tidied some API elements to make usage more
	  explicit.

2004-02-03 13:22  rjongbloed

	* samples/simple/main.cxx: Added call command

2004-02-03 13:21  rjongbloed

	* src/opal/pcss.cxx: Fixed random destination alias from being
	  interpreted as a sound card device name, unless it is a valid
	  sound card device name.

2004-02-03 13:20  rjongbloed

	* src/h323/h323.cxx: Fixed setting of Q.931 call reference value in
	  connection object, and thus all outgoing PDU's.

2004-01-18 16:37  rjongbloed

	* samples/simple/: simple.dsp, simple.dsw: Fixed program name

2004-01-18 16:36  rjongbloed

	* src/opal/: call.cxx, connection.cxx: Fixed problem with symmetric
	  codecs

2004-01-18 16:36  rjongbloed

	* include/opal/manager.h, samples/simple/main.cxx,
	  src/opal/manager.cxx: Added stun support

2004-01-18 16:35  rjongbloed

	* include/codec/vidcodec.h, include/opal/transcoders.h,
	  include/rtp/rtp.h, src/codec/h261codec.cxx,
	  src/codec/vidcodec.cxx, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/transcoders.cxx: More work on video
	  support

2004-01-08 23:27  csoutheren

	* include/sip/sdp.h: Fixed problem with not using session ID when
	  constructing SDP lists

2004-01-08 23:20  csoutheren

	* src/sip/: sdp.cxx, sipcon.cxx: Fixed problem with not using
	  session ID when constructing SDP lists

2003-12-20 13:21  rjongbloed

	* include/sip/sipcon.h, src/sip/sipcon.cxx, src/sip/sipep.cxx:
	  Applied more enhancements, thank you very much Ted Szoczei

2003-12-16 11:22  rjongbloed

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Applied enhancements,
	  thank you very much Ted Szoczei

2003-12-15 12:56  rjongbloed

	* include/sip/sippdu.h, src/opal/transcoders.cxx, src/sip/sdp.cxx,
	  src/sip/sipcon.cxx, src/sip/sippdu.cxx: Applied numerous bug
	  fixes, thank you very much Ted Szoczei

2003-12-15 12:43  rjongbloed

	* src/opal/manager.cxx: Updated to new API due to plug-ins

2003-11-06 10:16  rjongbloed

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

2003-06-06 07:33  rjongbloed

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

2003-06-04 06:31  rjongbloed

	* src/win32/opal_lib.dsp: Fixed execution of configure program in
	  correct directory.

2003-06-03 08:13  rjongbloed

	* .cvsignore: Ignored autoconf files

2003-06-02 06:17  rjongbloed

	* include/opal/.cvsignore: Updated by TortoiseCVS

2003-06-02 06:10  rjongbloed

	* configure: Added new autoconf system

2003-06-02 06:04  rjongbloed

	* configure.exe, configure.in, include/codec/allcodecs.h,
	  include/codec/g729codec.h, include/opal/buildopts.h.in,
	  samples/opalgw/opalgw.dsp, samples/openphone/OpenPhone.dsp,
	  samples/simple/simple.dsp, src/codec/g729codec.cxx,
	  src/win32/opal_dll.dsp, src/win32/opal_lib.dsp: Changed to use
	  new autoconf system

2003-06-02 05:15  rjongbloed

	* src/opal/ivr.cxx: Changed default VXML to be simple "answering
	  machine".  Added additional media format names.  Allowed for
	  Open() to be called multiple times.

2003-06-02 05:12  rjongbloed

	* src/opal/call.cxx, include/opal/call.h: Made changes so that
	  media stream in opposite direction to the one already   opened
	  will use same media format for preference. That is try and use
	  symmetric codecs if possible.

2003-06-02 05:11  rjongbloed

	* src/opal/connection.cxx: Fixed start media streams function
	  actually starting the media streams.	Fixed problem where a sink
	  stream should be opened (for preference) using   the source
	  streams media format. That is no transcoder is used.

2003-06-02 05:01  rjongbloed

	* src/h323/h323.cxx: Fixed incorrect condition when starting media
	  and already have it started.

2003-06-02 04:59  rjongbloed

	* src/opal/transcoders.cxx, include/opal/transcoders.h: Changed
	  transcoder search so uses destination list as preference order.

2003-06-02 04:58  rjongbloed

	* src/opal/mediastrm.cxx: Moved LID specific media stream class to
	  LID source file.  Added assurance media stream is open when
	  Start() is called.

2003-06-02 04:56  rjongbloed

	* include/lids/lidep.h, src/lids/lidep.cxx,
	  include/opal/mediastrm.h: Moved LID specific media stream class
	  to LID source file.

2003-04-17 10:20  robertj

	* samples/opalgw/opalgw.dsp, samples/openphone/OpenPhone.dsp,
	  samples/simple/simple.dsp, src/win32/opal_dll.dsp,
	  src/win32/opal_lib.dsp: Removed environment variables for new
	  psuedo autoconf system

2003-04-16 04:30  robertj

	* include/opal/mediastrm.h: Fixed comments on ReadData() and
	  WriteData() functions.

2003-04-09 03:38  robertj

	* samples/simple/main.cxx: Changed default to not send/receive
	  video and added options to turn it on.

2003-04-08 13:46  robertj

	* Makefile: Better portability for tr command when doing ASN parse.

2003-04-08 08:09  robertj

	* Makefile: Fixed ASN compilation so do not need -I on compile line
	  for asn includes.

2003-04-08 04:51  robertj

	* src/h323/h323.cxx: Fixed incorrect test for already started
	  media, thanks Guilhem Tardy.

2003-04-08 04:46  robertj

	* src/opal/mediastrm.cxx: Fixed incorrect returned buffer size on
	  video read, thanks Guilhem Tardy.  Fixed missing set of corrct
	  colour format for video grabber/display when	 starting vide
	  media stream, thanks Guilhem Tardy.

2003-04-08 04:44  robertj

	* src/h323/h323caps.cxx: Removed the {sw} from media format name,
	  this is a hang over from   OpenH323, thanks Guilhem Tardy for
	  pointing this out.

2003-04-03 11:37  robertj

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

2003-04-03 11:30  robertj

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

2003-04-02 08:52  robertj

	* Makefile: Added dependencies for H450 ASN files

2003-03-26 23:26  robertj

	* samples/opalgw/.cvsignore: Updated by TortoiseCVS

2003-03-26 04:51  robertj

	* samples/simple/main.cxx: Fixed failure to compile if not
	  statically linked.

2003-03-26 04:03  robertj

	* samples/opalgw/Makefile: Set correct project name

2003-03-26 03:49  robertj

	* Makefile, opal.dsw, samples/opalgw/.cvsignore,
	  samples/opalgw/Makefile, samples/opalgw/custom.cxx,
	  samples/opalgw/custom.h, samples/opalgw/main.cxx,
	  samples/opalgw/main.h, samples/opalgw/messages.mc,
	  samples/opalgw/opalgw.dsp, samples/opalgw/opalgw.dsw,
	  samples/opalgw/opalgw.ico, samples/opalgw/precompile.cxx,
	  samples/opalgw/precompile.h, samples/opalgw/version.h: Added
	  service/daemon sample application.

2003-03-24 08:18  robertj

	* include/lids/alllids.h, include/lids/ixjlid.h,
	  include/lids/lid.h, include/lids/lidep.h,
	  include/lids/vblasterlid.h, include/lids/vpblid.h,
	  samples/simple/main.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/lids/lidep.cxx,
	  src/lids/vblasterlid.cxx, src/lids/vpblid.cxx,
	  src/win32/dllmain.cxx: Added registration system for LIDs so can
	  work with various LID types by   name instead of class instance.

2003-03-24 05:36  robertj

	* src/opal/endpoint.cxx: Changed StartListsners() so if have empty
	  list, starts default.

2003-03-24 05:32  robertj

	* src/sip/sipep.cxx: SIP register must have a server address

2003-03-24 05:32  robertj

	* include/opal/transcoders.h: Fixed macro for transcoder with
	  parameter (not used yet!) Fixed so OPAL_NO_PARAM can be defined
	  in other modules.

2003-03-19 05:45  robertj

	* Makefile: Added opalvxml to build

2003-03-19 03:30  robertj

	* include/opal/ivr.h, samples/simple/main.cxx,
	  samples/simple/main.h, src/opal/ivr.cxx: Added removal of IVR
	  stuff if EXPAT is not installed on system.

2003-03-19 02:21  robertj

	* samples/simple/.cvsignore: Updated by TortoiseCVS

2003-03-19 01:47  robertj

	* src/sip/sippdu.cxx: GNU 3.2 changes

2003-03-19 00:09  robertj

	* Makefile: Fixed LD_LIBRARY_PATH issue with Solaris

2003-03-18 08:07  robertj

	* samples/openphone/.cvsignore: Added new constructed files

2003-03-18 08:06  robertj

	* samples/openphone/OpenPhone.dsp: Removed unused trace.cpp from
	  build

2003-03-18 07:42  robertj

	* src/opal/connection.cxx: Fixed incorrect return value, thanks
	  gravsten

2003-03-18 05:43  robertj

	* src/opal/opalvxml.cxx: Fixed pragma implementation

2003-03-18 00:36  robertj

	* src/opal/opalvxml.cxx: Fixed pragma

2003-03-18 00:08  robertj

	* Makefile: Added IVR endpoint

2003-03-17 23:36  robertj

	* Makefile: Added video support.

2003-03-17 23:31  robertj

	* src/sip/sdp.cxx: Fixed warnings

2003-03-17 23:27  robertj

	* src/opal/pcss.cxx: Fixed multi-byte character that should have
	  been string.

2003-03-17 11:30  robertj

	* samples/openphone/.cvsignore: Updated by TortoiseCVS

2003-03-17 11:28  robertj

	* src/win32/opal_lib.dsp: Added video support.	Update to OpenH323
	  v1.11.7

2003-03-17 11:26  robertj

	* include/codec/allcodecs.h, include/codec/h261codec.h,
	  include/codec/vidcodec.h, include/h323/h323con.h,
	  include/lids/lidep.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/ivr.h,
	  include/opal/manager.h, include/opal/mediastrm.h,
	  include/opal/patch.h, include/opal/transcoders.h,
	  include/sip/sipcon.h, src/codec/h261codec.cxx,
	  src/codec/vidcodec.cxx, src/h323/channels.cxx, src/h323/h323.cxx,
	  src/lids/lidep.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx,
	  src/opal/mediastrm.cxx, src/opal/patch.cxx,
	  src/opal/transcoders.cxx, src/sip/sipcon.cxx: Added video
	  support.

2003-03-17 11:15  robertj

	* src/opal/ivr.cxx: Fixed IVR support using VXML.  Added video
	  support.

2003-03-17 11:12  robertj

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Fixed mutex
	  problem with media format database.

2003-03-17 11:11  robertj

	* include/opal/pcss.h, src/opal/pcss.cxx: Added call back functions
	  for creating sound channel.  Added video support.

2003-03-17 09:17  robertj

	* src/lids/lid.cxx: Removed redundant code to search for media
	  format, use existing function.

2003-03-17 09:14  robertj

	* samples/openphone/OpenPhone.dsp: Fixed linker commands to use
	  environment variables correctly.

2003-03-17 09:13  robertj

	* samples/openphone/main.cpp: Fixed incorrect override of
	  OnOpenMediaStream, must call ancestor.

2003-03-17 09:12  robertj

	* samples/simple/main.cxx: Added protocol name to media stream open
	  output.

2003-03-16 00:51  robertj

	* src/codec/speex/libspeex/: Makefile.am, Makefile.in,
	  filters_sse.h, ltp_sse.h, math_approx.c, math_approx.h,
	  speex_stereo.h, stereo.c, testenc_uwb.c: Update to OpenH323
	  v1.11.7

2003-03-16 00:45  robertj

	* src/codec/speex/: PART_OF_SPEEX, libspeex/bits.c,
	  libspeex/cb_search.c, libspeex/cb_search.h, libspeex/filters.c,
	  libspeex/filters.h, libspeex/lpc.c, libspeex/lpc.h,
	  libspeex/lsp.c, libspeex/lsp.h, 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/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: Updated to OpenH323
	  v1.11.7

2003-03-16 00:42  robertj

	* src/codec/vic/: bsd-endian.h, bv.c, config.h, crdef.h, dct.cxx,
	  dct.h, encoder-h261.cxx, encoder-h261.h, encoder.h, grabber.h,
	  huffcode.c, p64-huff.h, p64.cxx, p64.h, p64encoder.cxx,
	  p64encoder.h, transmitter.cxx, transmitter.h, vid_coder.cxx,
	  vid_coder.h, videoframe.h: Update to OpenH323 v1.11.7

2003-03-14 10:53  robertj

	* src/codec/lpc10/: lpc10.h, 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/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: Updated to
	  openH323 v1.11.7

2003-03-14 10:46  robertj

	* src/codec/gsm/: 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: Updated to openH323 v1.11.7

2003-03-07 09:43  robertj

	* samples/openphone/OpenPhone.dsp: Adjusted for static linking and
	  environment variables

2003-03-07 09:42  robertj

	* samples/openphone/main.cpp: Added static linking inclusion.

2003-03-07 09:18  robertj

	* samples/: simple/main.cxx, openphone/main.cpp: Fixed naming
	  convention of PC sound system in routing table.

2003-03-07 09:14  robertj

	* src/opal/pcss.cxx: Fixed support of dual address SetUpCall()
	  Fixed use of new call set up sequence, calling OnSetUp() in
	  outgoing call.

2003-03-07 09:13  robertj

	* src/opal/manager.cxx: Fixed validation of "protocol:" part of
	  address in routing system.

2003-03-07 09:12  robertj

	* src/opal/connection.cxx: Changed DTMF entry so single # returns
	  itself instead of an empty string.

2003-03-07 09:12  robertj

	* src/h323/h323ep.cxx: Removed lock not needed in new architecture,
	  hang over from OpenH323.

2003-03-07 07:45  craigs

	* samples/openphone/OpenPhone.dsp: More implementation

2003-03-07 07:33  craigs

	* samples/openphone/: main.cpp, main.h, mainwindow.ui, makecall.ui,
	  options.ui, OpenPhone.dsp: More implementation

2003-03-07 07:33  craigs

	* samples/openphone/mainwindow.ui.h: Generated file

2003-03-07 07:32  craigs

	* samples/openphone/configuration.ui: Changed to options

2003-03-07 06:56  robertj

	* samples/simple/main.cxx: Changed so a # from whatever source
	  routes to IVR.

2003-03-07 06:52  robertj

	* src/: sip/sipcon.cxx, opal/call.cxx: Made sure connection is
	  locked with all function calls that are across   the "call"
	  object.

2003-03-07 06:51  robertj

	* src/h323/h323.cxx: Fixed correct timing of call to OnSetUp() must
	  be after connect PDU	 is available.	Fixed missing Unlock() in
	  H.450 processing.

2003-03-07 06:49  robertj

	* include/opal/ivr.h: Use OpalVXMLSession so OnEndSession() to
	  automatically closes connection.

2003-03-07 06:48  robertj

	* include/opal/opalvxml.h, src/opal/opalvxml.cxx: Added
	  OnEndSession() to automatically close connection.

2003-03-06 08:36  robertj

	* samples/simple/simple.dsp: Fixed expat environment variable
	  usage.

2003-03-06 08:35  robertj

	* opal.dsw: Fixed some dependencies

2003-03-06 08:34  robertj

	* src/win32/opal_lib.dsp: Moved opalvxml files

2003-03-06 04:59  robertj

	* opal.dsw: Added OpenPhone

2003-03-06 04:57  robertj

	* include/h323/h323con.h, include/h323/h323ep.h,
	  include/lids/lidep.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/ivr.h, include/opal/manager.h, include/opal/pcss.h,
	  include/sip/sipcon.h, include/sip/sipep.h,
	  samples/simple/main.cxx, samples/simple/main.h,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/lids/lidep.cxx,
	  src/opal/call.cxx, src/opal/connection.cxx, src/opal/ivr.cxx,
	  src/opal/manager.cxx, src/opal/pcss.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/win32/opal_lib.dsp: IVR support (work in
	  progress) requiring large changes everywhere.

2003-01-24 12:31  robertj

	* src/h323/h323ep.cxx: Fixed correct UDP address being used for
	  gatkeeper discovery, thanks Chih-Wei Huang

2003-01-15 01:08  robertj

	* Makefile: Updated to OpenH323 v1.10.3

2003-01-08 01:08  robertj

	* include/asn/.cvsignore: Updated to OpenH323 v1.11.2

2003-01-07 07:27  robertj

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Updated to OpenH323
	  v1.11.2

2003-01-07 07:00  robertj

	* src/opal/: mediastrm.cxx, transports.cxx: Fixed MSVC warnings.

2003-01-07 06:08  robertj

	* src/asn/.cvsignore: Updated to OpenH323 v1.11.2

2003-01-07 05:39  robertj

	* include/codec/g729codec.h, include/codec/h261codec.h,
	  include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h225ras.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/h323pdu.h,
	  include/h323/h450pdu.h, include/h323/q931.h,
	  include/opal/connection.h, include/opal/mediafmt.h,
	  include/opal/transports.h, include/rtp/rtp.h,
	  include/t38/t38proto.h, src/asn/h248.asn, src/asn/t38.asn,
	  src/codec/g729codec.cxx, src/codec/h261codec.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx,
	  src/h323/h235auth.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323pdu.cxx, src/h323/h323rtp.cxx,
	  src/h323/h450pdu.cxx, src/h323/q931.cxx, src/lids/lid.cxx,
	  src/opal/connection.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/opalvxml.cxx,
	  src/opal/transports.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/t38/t38proto.cxx, src/win32/dllmain.cxx,
	  src/win32/opal_lib.dsp: Updated to OpenH323 v1.11.2

2002-11-20 05:53  robertj

	* src/: codec/g711.c, codec/g711codec.cxx, codec/g726/g726_16.c,
	  codec/g726/g726_24.c, codec/g726/g726_32.c, codec/g726/g726_40.c,
	  codec/g726/g72x.c, codec/g726/g72x.h, codec/g726/private.h,
	  win32/Private.def: Included optimisations for G.711 and G.726
	  codecs, thanks Ted Szoczei

2002-11-12 13:06  robertj

	* Makefile: Fixed Solaris compatibility

2002-11-12 09:53  robertj

	* src/h323/gkclient.cxx: Fixed GNU comaptibility

2002-11-11 08:43  robertj

	* Makefile: Added speex codec files

2002-11-11 07:57  robertj

	* src/win32/: Private.def, opal.dtf, opal_dll.dsp, opal_lib.dsp,
	  opald.dtf, opaln.dtf: Fixed problem with build, updated to latest
	  "spec".

2002-11-11 07:53  robertj

	* samples/simple/simple.dsp: Added static flag to assure correct
	  linking of static globals.

2002-11-11 07:52  robertj

	* samples/simple/main.cxx, src/win32/dllmain.cxx: Added correct
	  flag for including static global variables.

2002-11-11 07:51  robertj

	* src/opal/opalvxml.cxx: Fixed errors after adding P_EXPAT flag to
	  build.

2002-11-11 00:21  robertj

	* include/codec/: g726codec.h, mscodecs.h, lpc10codec.h: Cosmetic
	  change

2002-11-11 00:21  robertj

	* include/codec/h261codec.h: Fixed capability class usage in static
	  variable macros.

2002-11-11 00:20  robertj

	* include/codec/speexcodec.h: Fixed class names in static variable
	  macros.

2002-11-11 00:04  robertj

	* src/win32/dllmain.cxx: Added flag to assure linking of static
	  variables (codecs etc).

2002-11-10 23:59  robertj

	* include/h323/h323con.h, src/h323/h323.cxx: Fixed override of
	  SetCallEndReason to have same parameters as base virtual.

2002-11-10 12:33  robertj

	* include/codec/allcodecs.h, include/codec/g726codec.h,
	  include/codec/g729codec.h, include/codec/gsmcodec.h,
	  include/codec/h261codec.h, include/codec/lpc10codec.h,
	  include/codec/mscodecs.h, include/codec/opalwavfile.h,
	  include/codec/speexcodec.h, include/h323/channels.h,
	  include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h225ras.h, include/h323/h235auth.h,
	  include/h323/h323.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h323neg.h, include/h323/h323pdu.h,
	  include/h323/h323rtp.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/h323/transaddr.h,
	  include/lids/ixjlid.h, include/lids/lid.h,
	  include/lids/vblasterlid.h, include/lids/vpblid.h,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/endpoint.h, include/opal/guid.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  include/opal/mediastrm.h, include/opal/opalvxml.h,
	  include/opal/transports.h, include/rtp/jitter.h,
	  include/rtp/rtp.h, include/t120/h323t120.h,
	  include/t120/t120proto.h, include/t120/x224.h,
	  include/t38/h323t38.h, include/t38/t38proto.h,
	  samples/simple/main.cxx, src/codec/g726codec.cxx,
	  src/codec/h261codec.cxx, src/codec/lpc10codec.cxx,
	  src/codec/mscodecs.cxx, src/codec/speexcodec.cxx,
	  src/codec/gsm/src/gsm_lpc.c, src/codec/gsm/src/lpc.c,
	  src/codec/speex/AUTHORS, src/codec/speex/COPYING,
	  src/codec/speex/PART_OF_SPEEX, src/codec/speex/README,
	  src/codec/speex/libspeex/bits.c,
	  src/codec/speex/libspeex/cb_search.c,
	  src/codec/speex/libspeex/cb_search.h,
	  src/codec/speex/libspeex/exc_10_16_table.c,
	  src/codec/speex/libspeex/exc_10_32_table.c,
	  src/codec/speex/libspeex/exc_5_256_table.c,
	  src/codec/speex/libspeex/exc_5_64_table.c,
	  src/codec/speex/libspeex/exc_8_128_table.c,
	  src/codec/speex/libspeex/filters.c,
	  src/codec/speex/libspeex/filters.h,
	  src/codec/speex/libspeex/gain_table.c,
	  src/codec/speex/libspeex/gain_table_lbr.c,
	  src/codec/speex/libspeex/hexc_10_32_table.c,
	  src/codec/speex/libspeex/hexc_table.c,
	  src/codec/speex/libspeex/high_lsp_tables.c,
	  src/codec/speex/libspeex/lpc.c, src/codec/speex/libspeex/lpc.h,
	  src/codec/speex/libspeex/lsp.c, src/codec/speex/libspeex/lsp.h,
	  src/codec/speex/libspeex/lsp_tables_nb.c,
	  src/codec/speex/libspeex/ltp.c, src/codec/speex/libspeex/ltp.h,
	  src/codec/speex/libspeex/misc.c, src/codec/speex/libspeex/misc.h,
	  src/codec/speex/libspeex/modes.c,
	  src/codec/speex/libspeex/modes.h,
	  src/codec/speex/libspeex/nb_celp.c,
	  src/codec/speex/libspeex/nb_celp.h,
	  src/codec/speex/libspeex/quant_lsp.c,
	  src/codec/speex/libspeex/quant_lsp.h,
	  src/codec/speex/libspeex/sb_celp.c,
	  src/codec/speex/libspeex/sb_celp.h,
	  src/codec/speex/libspeex/speex.h,
	  src/codec/speex/libspeex/speex_bits.h,
	  src/codec/speex/libspeex/speex_callbacks.c,
	  src/codec/speex/libspeex/speex_callbacks.h,
	  src/codec/speex/libspeex/speex_header.c,
	  src/codec/speex/libspeex/speex_header.h,
	  src/codec/speex/libspeex/stack_alloc.h,
	  src/codec/speex/libspeex/testenc.c,
	  src/codec/speex/libspeex/testenc_wb.c,
	  src/codec/speex/libspeex/vbr.c, src/codec/speex/libspeex/vbr.h,
	  src/codec/speex/libspeex/vq.c, src/codec/speex/libspeex/vq.h,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx,
	  src/h323/h235auth.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323neg.cxx, src/h323/h323pdu.cxx,
	  src/h323/h323rtp.cxx, src/h323/h450pdu.cxx,
	  src/h323/transaddr.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/opal/call.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/guid.cxx, src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/mediastrm.cxx, src/opal/opalvxml.cxx,
	  src/opal/transports.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/sip/sipcon.cxx, src/t120/h323t120.cxx,
	  src/t120/t120proto.cxx, src/t38/h323t38.cxx,
	  src/t38/t38proto.cxx, src/win32/opal_lib.dsp: Updated to OpenH323
	  v1.10.3

2002-10-09 06:28  robertj

	* src/rtp/rtp.cxx: Added session ID to soem trace logs, thanks Ted
	  Szoczei

2002-10-09 06:27  robertj

	* src/sip/sipep.cxx: Fixed memory leak on error reading PDU, thanks
	  Ted Szoczei

2002-10-09 06:26  robertj

	* src/opal/transports.cxx: Fixed ability to call CloseWait()
	  multiple times, thanks Ted Szoczei

2002-09-26 03:21  robertj

	* src/opal/transports.cxx: Fixed error in trace output when get
	  illegal transport address.

2002-09-16 04:52  robertj

	* include/: codec/g711codec.h, codec/g726codec.h,
	  codec/g729codec.h, codec/gsmcodec.h, codec/h261codec.h,
	  codec/lpc10codec.h, codec/mscodecs.h, codec/opalwavfile.h,
	  codec/rfc2833.h, h323/channels.h, h323/gkclient.h,
	  h323/gkserver.h, h323/h225ras.h, h323/h235auth.h,
	  h323/h323caps.h, h323/h323con.h, h323/h323ep.h, h323/h323neg.h,
	  h323/h323pdu.h, h323/h323rtp.h, h323/h450pdu.h, h323/q931.h,
	  h323/transaddr.h, lids/ixjlid.h, lids/lid.h, lids/lidep.h,
	  lids/vblasterlid.h, lids/vpblid.h, opal/call.h,
	  opal/connection.h, opal/endpoint.h, opal/guid.h, opal/manager.h,
	  opal/mediafmt.h, opal/mediastrm.h, opal/patch.h, opal/pcss.h,
	  opal/transcoders.h, opal/transports.h, rtp/jitter.h, rtp/rtp.h,
	  sip/sdp.h, sip/sipcon.h, sip/sipep.h, sip/sippdu.h,
	  t120/h323t120.h, t120/t120proto.h, t120/x224.h, t38/h323t38.h,
	  t38/t38proto.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-13 09:13  robertj

	* src/h323/gkserver.cxx: Fixed numerous incorrect transport address
	  protocol types.

2002-09-13 09:11  robertj

	* opal.dsw: Added dependency of DLL top console components

2002-09-13 09:08  robertj

	* src/win32/opal_dll.dsp: Removed extraneous flag

2002-09-13 07:16  robertj

	* src/h323/gkclient.cxx: Fixed missing address defaults in
	  DiscoverByNameAndAddress()

2002-09-13 04:27  robertj

	* src/h323/h323.cxx: Fixed GNU warning.  Fixed accidentally lost
	  function call to set up H.245 in call proceeding.

2002-09-13 03:40  robertj

	* samples/openphone/.cvsignore: Ignorance is bliss

2002-09-12 09:21  robertj

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Removed protocol
	  prefix strings as static members as has problems with   use in
	  DLL environment.  Added virtual to Release() function.

2002-09-12 08:58  robertj

	* include/h323/transaddr.h, include/opal/transports.h,
	  src/h323/gkclient.cxx, src/h323/transaddr.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx:
	  Removed protocol prefix strings as static members as has problems
	  with	 use in DLL environment.

2002-09-12 08:57  robertj

	* src/opal/transports.cxx: Removed protocol prefix strings as
	  static members as has problems with	use in DLL environment.
	  Added support for the + character in OpalTransportAddress
	  decoding  to indicate exclusive listener.

2002-09-12 08:54  robertj

	* include/opal/connection.h: Added missing virtual to Release()
	  function so can be overridden.

2002-09-11 08:43  robertj

	* src/win32/opaln.dtf: Built no trace version

2002-09-11 07:56  robertj

	* Makefile: Fixed double inclusion of common.mak Added
	  opalwavfile.cxx module

2002-09-11 07:55  robertj

	* opal_inc.mak: Fixed double inclusion of common.mak Added more
	  directories to search to find pwlib

2002-09-10 10:07  robertj

	* samples/openphone/: OpenPhone.db, OpenPhone.dsp, OpenPhone.dsw,
	  OpenPhone.pro, configuration.ui, main.cpp, mainwindow.ui,
	  mainwindow.ui.h, version.h: [no log message]

2002-09-10 09:42  robertj

	* include/h323/h323ep.h: Added function to get gatekeeper password.

2002-09-09 09:51  robertj

	* src/win32/: opal_dll.dsp, opal_lib.dsp: Fixed warnings

2002-09-06 09:24  robertj

	* src/win32/: Private.def, opal.dtf, opal_dll.dsp, opal_lib.dsp,
	  opald.dtf: Fixed DLL building issues

2002-09-06 09:21  robertj

	* samples/simple/simple.dsp: Fixed linking to environment variables

2002-09-06 09:20  robertj

	* include/lids/vblasterlid.h, src/lids/vblasterlid.cxx: Fixed
	  previous update, did not port properly.

2002-09-06 09:18  robertj

	* include/codec/opalwavfile.h, src/codec/opalwavfile.cxx: OPAL
	  port.

2002-09-06 04:46  robertj

	* samples/simple/main.cxx: Added routing table system to route
	  calls by regular expressions.  Added ability to set gatekeeper
	  access token OID and password.

2002-09-06 04:44  robertj

	* include/opal/manager.h, src/opal/manager.cxx,
	  samples/simple/main.h: Added routing table system to route calls
	  by regular expressions.

2002-09-06 04:43  robertj

	* src/h323/h323caps.cxx: Fixed function to add capabilities to
	  return correct table entry index.

2002-09-06 04:42  robertj

	* src/opal/endpoint.cxx: Fixed bug where get endless wait if
	  clearing calls and there aren't any.

2002-09-06 04:40  robertj

	* src/h323/h323ep.cxx, include/opal/transports.h,
	  src/opal/transports.cxx: Added ability to specify stream or
	  datagram (TCP or UDP) transport is to be created from a transport
	  address regardless of the addresses mode.

2002-09-06 04:39  robertj

	* include/h323/h323ep.h: Added function to set gatekeeper access
	  token OID.

2002-09-04 08:01  robertj

	* include/codec/g711codec.h, include/codec/g726codec.h,
	  include/codec/g729codec.h, include/codec/gsmcodec.h,
	  include/codec/h261codec.h, include/codec/lpc10codec.h,
	  include/codec/mscodecs.h, include/codec/rfc2833.h,
	  include/h323/channels.h, include/h323/gkclient.h,
	  include/h323/gkserver.h, include/h323/h225ras.h,
	  include/h323/h235auth.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h323neg.h, include/h323/h323pdu.h,
	  include/h323/h323rtp.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/lids/ixjlid.h, include/lids/lid.h,
	  include/lids/vblasterlid.h, include/lids/vpblid.h,
	  include/opal/guid.h, include/opal/manager.h,
	  include/opal/mediafmt.h, include/rtp/jitter.h, include/rtp/rtp.h,
	  include/t120/h323t120.h, include/t120/t120proto.h,
	  include/t120/x224.h, include/t38/h323t38.h,
	  include/t38/t38proto.h, src/codec/g726codec.cxx,
	  src/codec/g729codec.cxx, src/codec/gsmcodec.cxx,
	  src/codec/h261codec.cxx, src/codec/lpc10codec.cxx,
	  src/codec/mscodecs.cxx, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx,
	  src/h323/h225ras.cxx, src/h323/h235auth.cxx,
	  src/h323/h235auth1.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323neg.cxx, src/h323/h323pdu.cxx,
	  src/h323/h323rtp.cxx, src/h323/h450pdu.cxx, src/h323/q931.cxx,
	  src/lids/ixjunix.cxx, src/lids/lid.cxx, src/lids/vblasterlid.cxx,
	  src/lids/vpblid.cxx, src/opal/guid.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/t120/h323t120.cxx, src/t120/t120proto.cxx, src/t120/x224.cxx,
	  src/t38/h323t38.cxx, src/t38/t38proto.cxx: Updated to OpenH323
	  v1.9.6

2002-09-04 08:00  robertj

	* opal.dsw: Added missing ptlib dependency

2002-09-04 07:27  robertj

	* include/lids/lidep.h, src/lids/lidep.cxx: Added ability to set
	  default line name to be used when the destination   does not
	  match any lines configured.

2002-07-08 14:48  craigs

	* src/sip/sippdu.cxx: Do not set Record-Route if it is empty.
	  Thanks to "Babara" <openh323@objectcrafts.org>

2002-07-04 09:54  robertj

	* src/opal/pcss.cxx: Fixed GNU warning

2002-07-04 09:41  robertj

	* include/h323/h323ep.h, include/opal/endpoint.h,
	  include/sip/sipep.h, src/h323/h323ep.cxx, src/opal/endpoint.cxx,
	  src/opal/transports.cxx, src/sip/sipep.cxx: Fixed memory/thread
	  leak of transports.

2002-07-01 11:05  robertj

	* samples/simple/main.cxx: Changed TCp/UDP port allocation to use
	  new thread safe functions.

2002-07-01 10:55  robertj

	* src/opal/transports.cxx: Changed TCp/UDP port allocation to use
	  new thread safe functions.

2002-07-01 10:43  robertj

	* src/opal/transports.cxx: Fixed assert on every SIP packet.

2002-07-01 06:56  robertj

	* include/codec/allcodecs.h, include/codec/g729codec.h,
	  include/h323/channels.h, include/h323/gkclient.h,
	  include/h323/gkserver.h, include/h323/h225ras.h,
	  include/h323/h235auth.h, include/h323/h323.h,
	  include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/h323neg.h,
	  include/h323/h323pdu.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/h323/transaddr.h,
	  include/lids/ixjlid.h, include/lids/lid.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, include/opal/mediafmt.h,
	  include/opal/transports.h, include/rtp/rtp.h,
	  include/t120/h323t120.h, include/t38/h323t38.h,
	  src/codec/g729codec.cxx, src/codec/h261codec.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx,
	  src/h323/h235auth.cxx, src/h323/h235auth1.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323neg.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx, src/h323/h450pdu.cxx,
	  src/h323/q931.cxx, src/h323/transaddr.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/lids/vpblid.cxx,
	  src/opal/connection.cxx, src/opal/endpoint.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx,
	  src/opal/transports.cxx, src/rtp/rtp.cxx, src/sip/sipcon.cxx,
	  src/t120/h323t120.cxx, src/t120/x224.cxx, src/t38/h323t38.cxx,
	  src/win32/opal_lib.dsp: Updated to OpenH323 v1.9.1

2002-06-17 01:07  robertj

	* include/opal/transports.h: Fixed several memory leaks, thanks Ted
	  Szoczei

2002-06-17 01:07  robertj

	* src/opal/transports.cxx: Fixed several memory leaks, thanks Ted
	  Szoczei Fixed error opening UDP listener for broadcast packets
	  under Win32.	  Is not needed as it is under windows, thanks Ted
	  Szoczei

2002-06-16 04:26  robertj

	* src/sip/sipcon.cxx: Fixed creation of RTP session for incoming
	  calls, thanks Ted Szoczei

2002-06-16 04:25  robertj

	* src/opal/manager.cxx: Fixed memory leak of garbage collector,
	  thanks Ted Szoczei

2002-06-16 04:24  robertj

	* src/opal/endpoint.cxx: Fixed memory leak of failed listeners,
	  thanks Ted Szoczei

2002-06-16 04:23  robertj

	* src/: h323/h323.cxx, opal/connection.cxx: Fixed memory leak of
	  media streams in non H323 protocols, thanks Ted Szoczei

2002-06-16 04:22  robertj

	* src/sip/sdp.cxx: Fixed memory leak of RFC2833 ordinals, thanks
	  Ted Szoczei

2002-06-16 04:21  robertj

	* include/sip/sdp.h: Utilised new standard PWLib class for
	  POrdinalKey

2002-06-16 04:19  robertj

	* include/opal/pcss.h, src/opal/pcss.cxx: Fixed and clarified
	  function for initiating call, thanks Ted Szoczei

2002-04-19 03:24  robertj

	* opal_inc.mak: Changed /usr/include to SYSINCDIR helps with
	  X-compiling, thanks Bob Lindell

2002-04-18 05:41  robertj

	* include/h323/channels.h, src/h323/channels.cxx: Fixed logical
	  channel so does not delete media stream too early.

2002-04-18 04:49  robertj

	* src/sip/sippdu.cxx: Fixed checking the correct state when
	  overwriting terminated transactions.

2002-04-17 09:24  robertj

	* src/sip/sippdu.cxx: Stopped complteion timer if transaction
	  terminated.  Fixed multiple terminations so only the first
	  version is used.

2002-04-17 09:22  robertj

	* src/sip/sipcon.cxx: Added identifier for conenction in OnReleased
	  trace message.

2002-04-17 09:19  robertj

	* src/opal/manager.cxx: Fixed incorrect trace message for
	  OnReleased

2002-04-16 11:05  robertj

	* src/sip/sippdu.cxx: Fixed correct Route field setting depending
	  on target URI.  Fixed some GNU warnings.

2002-04-16 11:04  robertj

	* src/sip/sipcon.cxx: Fixed setting of target URI from Contact
	  regardless of route set

2002-04-16 10:06  robertj

	* include/sip/sipep.h: Fixed GNU warnings.

2002-04-16 09:53  robertj

	* include/sip/sipcon.h, include/sip/sippdu.h, src/sip/sipcon.cxx,
	  src/sip/sippdu.cxx: Changes to support calls through proxies.

2002-04-16 09:52  robertj

	* src/opal/transports.cxx: Change to allow SetRemoteAddress before
	  UDP is connected.

2002-04-15 10:54  robertj

	* src/sip/sippdu.cxx: Fixed setting correct local UDP port on
	  cancelling INVITE.

2002-04-15 10:53  robertj

	* src/sip/sipcon.cxx: Fixed correct setting of jitter buffer size
	  in RTP media stream.	Fixed starting incoming (not outgoing!)
	  media on call progress.

2002-04-15 10:51  robertj

	* src/h323/: h323.cxx, channels.cxx: Fixed correct setting of
	  jitter buffer size in RTP media stream.

2002-04-15 10:50  robertj

	* include/rtp/jitter.h, src/rtp/jitter.cxx: Added buffer reset on
	  excess buffer overruns.

2002-04-15 10:47  robertj

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Fixed problem
	  with mismatched payload type being propagated.  Fixed correct
	  setting of jitter buffer size in RTP media stream.

2002-04-12 16:02  robertj

	* samples/simple/main.cxx: Separated interface option for SIP and
	  H.323.

2002-04-12 14:22  robertj

	* src/sip/sippdu.cxx, include/sip/sippdu.h: Allowed for endpoint
	  listener that is not on port 5060.

2002-04-10 10:15  robertj

	* include/opal/manager.h, src/opal/manager.cxx: Added functions to
	  set ports.

2002-04-10 10:12  robertj

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Added call back for
	  when transaction completed, used for invite descendant.

2002-04-10 08:58  robertj

	* src/sip/sipcon.cxx: Fixed incorrect return value when starting
	  INVITE transactions.

2002-04-10 05:16  robertj

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Major changes to RTP
	  session management when initiating an INVITE.  Improvements in
	  error handling and transaction cancelling.

2002-04-10 05:15  robertj

	* src/sip/sipep.cxx: Fixed using incorrect field as default reply
	  address on receiving a respons PDU.

2002-04-10 05:14  robertj

	* src/sip/sipcon.cxx: Moved code for handling media bypass address
	  resolution into ancestor as	now done ths same way in both SIP
	  and H.323.  Major changes to RTP session management when
	  initiating an INVITE.  Improvements in error handling and
	  transaction cancelling.

2002-04-10 05:13  robertj

	* include/sip/sipcon.h: Moved code for handling media bypass
	  address resolution into ancestor as	now done ths same way in
	  both SIP and H.323.  Major changes to RTP session management when
	  initiating an INVITE.

2002-04-10 05:12  robertj

	* src/opal/transports.cxx: Fixed SetLocalAddress to return FALSE if
	  did not set the address to a	 different address to the current
	  one. Altered UDP version to cope.

2002-04-10 05:10  robertj

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Added referential (container)
	  copy functions to session manager class.

2002-04-10 05:08  robertj

	* include/opal/connection.h, src/opal/connection.cxx,
	  src/h323/h323.cxx: Moved code for handling media bypass address
	  resolution into ancestor as	now done ths same way in both SIP
	  and H.323.

2002-04-09 10:04  robertj

	* src/sip/sipep.cxx: Fixed typo in previous patch!

2002-04-09 09:26  robertj

	* src/sip/sipcon.cxx: Added correct error return if get transport
	  failure to remote endpoint.

2002-04-09 09:18  robertj

	* src/sip/sipep.cxx: Fixed the default return address for PDU
	  requests not attached to connection.

2002-04-09 06:44  robertj

	* src/opal/transports.cxx: Fixed bug where crahses if close channel
	  while in UDP connect mode.

2002-04-09 03:19  robertj

	* src/sip/sipcon.cxx: Fixed typo on changing "callAnswered" to
	  better description of "originating".

2002-04-09 03:02  robertj

	* include/sip/sipcon.h, include/sip/sippdu.h, src/sip/sipcon.cxx,
	  src/sip/sippdu.cxx: Fixed problems with restarting INVITE on
	  authentication required response.

2002-04-09 02:22  robertj

	* src/opal/transports.cxx: Added ability to set the local address
	  on a transport, under some circumstances.

2002-04-09 02:21  robertj

	* src/opal/call.cxx: Fixed media formats list not being sorted and
	  sifted before use in opening streams.

2002-04-09 02:18  robertj

	* src/lids/lidep.cxx: Added correct setting of originating flag
	  when originating the connection.

2002-04-09 02:16  robertj

	* include/opal/connection.h, include/h323/h323con.h,
	  src/h323/h323.cxx, src/opal/connection.cxx: Changed
	  "callAnswered" to better description of "originating".

2002-04-09 02:12  robertj

	* include/opal/transports.h: Added ability to set the local address
	  on a transport, under some circumstances.

2002-04-08 04:40  robertj

	* include/opal/call.h, include/sip/sipcon.h, src/opal/call.cxx,
	  src/opal/manager.cxx, src/sip/sipcon.cxx: Fixed issues with using
	  double originate call, eg from simple app command line.

2002-04-05 12:42  robertj

	* include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/sip/sippdu.cxx: Major
	  changes to support transactions (UDP timeouts and retries).

2002-04-05 12:36  robertj

	* include/opal/endpoint.h, src/opal/endpoint.cxx,
	  src/opal/call.cxx: Rearranged OnRelease to remove the connection
	  from endpoints connection   list at the end of the release phase
	  rather than the beginning.

2002-03-27 06:37  robertj

	* src/opal/transports.cxx: Fixed removal of writeChannel after
	  wrinting to UDP transport in connect mode.

2002-03-27 06:36  robertj

	* src/opal/mediafmt.cxx: Set RFC2833 payload type to be 101 for
	  Cisco compatibility

2002-03-27 06:34  robertj

	* samples/simple/main.cxx: Removed redundent busy forward field.
	  Added ability to set tcp and udp port bases.

2002-03-27 06:34  robertj

	* samples/simple/main.h: Removed redundent busy forward field

2002-03-27 05:36  robertj

	* samples/simple/main.cxx: Changed to add all possible xJack cards
	  to pots endpoint.

2002-03-27 05:16  robertj

	* samples/simple/main.cxx: Restructured default router for sample
	  to allow more options.

2002-03-27 05:02  robertj

	* src/h323/h323ep.cxx: Fixed correct pasing of arguments for
	  starting outgoing call.

2002-03-27 03:21  robertj

	* include/lids/ixjidb.h, src/h323/h323.cxx, src/h323/h323caps.cxx:
	  Updated to OpenH323 v1.8.4

2002-03-27 00:40  robertj

	* src/h323/h323.cxx: Added missing call to OnCleared() for backward
	  compatibility.

2002-03-22 07:57  robertj

	* include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h323ep.h, include/h323/h323pdu.h,
	  include/lids/ixjDefs.h, include/lids/ixjidb.h,
	  include/opal/mediafmt.h, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx,
	  src/h323/h225ras.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323pdu.cxx, src/lids/ixjwin32.cxx, src/lids/vpblid.cxx,
	  src/t38/h323t38.cxx, src/win32/opal_lib.dsp: Updated to OpenH323
	  version 1.8.2

2002-03-18 09:13  robertj

	* src/sip/sipcon.cxx: Added more logging.  Removed
	  proxyusername/proxypassword parameters from URL passed on.  Fixed
	  GNU warning.

2002-03-18 09:09  robertj

	* src/sip/sippdu.cxx: Changed to use new SetXXX functions in PURL
	  in normalisation.

2002-03-18 01:33  robertj

	* include/h323/h323ep.h, src/h323/h323.cxx, src/h323/h323ep.cxx:
	  Removed duplicate initialBandwidth variable in H.323 class, moved
	  to ancestor.

2002-03-15 11:55  robertj

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Added ability to
	  specify proxy username/password in URL.

2002-03-15 11:51  robertj

	* Makefile, opal_inc.mak: Fixed problem with recursive inclusion on
	  make files.

2002-03-15 08:08  robertj

	* include/sip/sdp.h: Removed redundent return value on SetXXX
	  function.

2002-03-15 04:10  robertj

	* include/t120/t120proto.h: Removed unused function

2002-03-15 04:07  robertj

	* include/codec/g711codec.h, src/codec/g711codec.cxx: Added static
	  access to internal conversion functions.

2002-03-15 04:04  robertj

	* src/h323/h450pdu.cxx: Fixed incorrect use of function now
	  returning a bool

2002-03-15 01:24  robertj

	* src/h323/h323.cxx: Assure capabilities are set to other
	  connections media list (if not already)    before doing fast
	  start accept in CONNECT response.

2002-03-15 01:20  robertj

	* src/opal/transports.cxx: Fixed bug when closing UDP transport
	  when in "connect" mode.

2002-03-08 07:28  craigs

	* src/sip/sipcon.cxx, src/sip/sippdu.cxx, include/sip/sipcon.h,
	  include/sip/sippdu.h: Changed to allow Authorisation to be
	  included in other PDUs

2002-03-07 03:25  craigs

	* src/opal/patch.cxx: Patch threads now take notice of failed
	  writes by removing the offending sink from the list

2002-03-05 07:27  robertj

	* Makefile: Added ASN parser build and version check code.

2002-02-22 05:16  robertj

	* Makefile: Added G.726 codec and fixed the lpc10 and GSM codecs.

2002-02-19 08:52  robertj

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Restructured media
	  bypass functions to fix problems with RFC2833.

2002-02-19 08:51  robertj

	* src/sip/sdp.cxx: Added OpalRFC2833 as a OpalMediaFormat variable.
	  Fixed encoding name being used correctly in SDP media list.

2002-02-19 08:49  robertj

	* src/opal/connection.cxx: Added OpalRFC2833 as a OpalMediaFormat
	  variable.  Restructured media bypass functions to fix problems
	  with RFC2833.

2002-02-19 08:48  robertj

	* src/opal/: call.cxx, manager.cxx: Restructured media bypass
	  functions to fix problems with RFC2833.

2002-02-19 08:48  robertj

	* src/h323/h323neg.cxx: Fixed problem where if capability is
	  rejected it still thinks it has received them.

2002-02-19 08:47  robertj

	* src/h323/h323caps.cxx: Added OpalRFC2833 as a OpalMediaFormat
	  variable.  Fixes to capability tables to make RFC2833 work
	  properly.

2002-02-19 08:46  robertj

	* src/h323/h323.cxx: Restructured media bypass functions to fix
	  problems with RFC2833.  Fixes to capability tables to make
	  RFC2833 work properly.

2002-02-19 08:45  robertj

	* src/h323/channels.cxx: Restructured media bypass functions to fix
	  problems with RFC2833.

2002-02-19 08:44  robertj

	* include/h323/h323caps.h: Added function to set teh RTP payload
	  type for the capability.

2002-02-19 08:42  robertj

	* include/: opal/call.h, opal/manager.h, h323/h323con.h:
	  Restructured media bypass functions to fix problems with RFC2833.

2002-02-19 08:42  robertj

	* include/opal/connection.h: Added OpalRFC2833 as a OpalMediaFormat
	  variable.  Restructured media bypass functions to fix problems
	  with RFC2833.

2002-02-19 08:34  robertj

	* include/codec/rfc2833.h, src/codec/rfc2833.cxx,
	  include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added OpalRFC2833
	  as a OpalMediaFormat variable.

2002-02-13 09:17  robertj

	* samples/simple/main.cxx: Changed routing algorithm to route call
	  to H323/SIP if contains an '@'

2002-02-13 05:55  craigs

	* src/sip/sipcon.cxx, include/sip/sipcon.h: Fixed problem with
	  endless loop if proxy keeps failing authentication with 407

2002-02-13 05:17  robertj

	* src/h323/channels.cxx: Fixed return of both data and control if
	  only have one from OLC.

2002-02-13 05:09  robertj

	* src/h323/h323neg.cxx: Removed superfluous trace

2002-02-13 03:33  robertj

	* src/opal/mediastrm.cxx, include/opal/mediastrm.h: Added ability
	  for media patch (and transcoders) to handle multiple RTP frames.
	  Removed media stream being descended from PChannel, not really
	  useful.

2002-02-13 03:32  robertj

	* src/sip/sippdu.cxx: Fixed use of correct Decode function and
	  error detection on parsing SDP.

2002-02-13 03:31  robertj

	* src/opal/connection.cxx: Added trace for default CanDoMediaBypass

2002-02-13 03:30  robertj

	* include/rtp/rtp.h, include/opal/transcoders.h,
	  src/opal/transcoders.cxx: Added ability for media patch (and
	  transcoders) to handle multiple RTP frames.

2002-02-13 03:28  robertj

	* src/sip/sdp.cxx: Normalised some function names.  Fixed incorrect
	  port number usage stopping audio in one direction.  Added code to
	  put individual c lines in each media description.

2002-02-13 03:27  robertj

	* include/sip/sdp.h: Normalised some function names.  Fixed
	  incorrect port number usage stopping audio in one direction.

2002-02-12 00:24  robertj

	* include/codec/g726codec.h, src/codec/g726codec.cxx,
	  src/codec/g726/g726_16.c, src/codec/g726/g726_24.c,
	  src/codec/g726/g726_32.c, src/codec/g726/g726_40.c,
	  src/codec/g726/g72x.c, src/codec/g726/g72x.h,
	  src/codec/g726/private.h, src/win32/opal_lib.dsp: Updated to
	  openH323 v1.8.0

2002-02-11 10:45  robertj

	* samples/simple/main.cxx: Moved version file to library root
	  directoy

2002-02-11 10:38  robertj

	* Makefile, samples/simple/Makefile, samples/simple/version.h:
	  Moved version to root directory

2002-02-11 10:36  robertj

	* src/win32/libver.rc: Moved version file

2002-02-11 10:32  robertj

	* include/h323/channels.h, include/h323/gkserver.h,
	  include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/lids/lid.h,
	  include/opal/connection.h, include/opal/mediafmt.h,
	  include/rtp/rtp.h, include/t120/h323t120.h,
	  include/t120/t120proto.h, include/t38/t38proto.h,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323pdu.cxx,
	  src/h323/h450pdu.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx,
	  src/lids/vblasterlid.cxx, src/opal/connection.cxx,
	  src/opal/mediafmt.cxx, src/rtp/rtp.cxx, src/t120/h323t120.cxx,
	  src/t120/t120proto.cxx, src/t38/h323t38.cxx,
	  src/t38/t38proto.cxx: Updated to openH323 v1.8.0

2002-02-11 08:40  robertj

	* src/: h323/h323.cxx, opal/call.cxx, opal/connection.cxx,
	  opal/manager.cxx, opal/mediastrm.cxx: Added media bypass for
	  streams between compatible protocols.

2002-02-11 08:37  robertj

	* include/h323/channels.h, include/h323/h323con.h,
	  include/opal/call.h, include/opal/connection.h,
	  include/opal/manager.h, include/opal/mediastrm.h,
	  src/h323/channels.cxx: Added media bypass for streams between
	  compatible protocols.

2002-02-11 08:34  robertj

	* include/sip/sdp.h, src/sip/sdp.cxx: Changed SDP to use
	  OpalTransport for hosts instead of IP addresses/ports

2002-02-11 08:33  robertj

	* src/sip/sipcon.cxx, include/sip/sipcon.h, src/sip/sippdu.cxx:
	  Changed SDP to use OpalTransport for hosts instead of IP
	  addresses/ports Added media bypass for streams between compatible
	  protocols.

2002-02-11 04:24  dereks

	* opal.dxx: Add SIP to list of include files.

2002-02-11 03:27  dereks

	* opal.dxx: Adjust format of CVS logging command.

2002-02-11 03:17  dereks

	* opal.dxx: Adjust include file list.

2002-02-06 14:29  rogerh

	* samples/simple/main.cxx: H245 tunnelling is controlled by 'T' and
	  not by 'h'

2002-02-06 12:52  rogerh

	* Makefile: Move -I$(ASN_INCDIR) so Opal's ldap.h is found instead
	  of the OS's ldap.h

2002-02-06 10:39  rogerh

	* opal_inc.mak: Look for telephony.h in the place where the FreeBSD
	  port puts it

2002-02-06 07:07  robertj

	* src/opal/transports.cxx: Fixed shutting down UDP listener thread

2002-02-04 07:07  robertj

	* samples/simple/simple.dsp: Added IXJ support

2002-02-01 11:29  rogerh

	* Makefile: Use the right version.h file. (the other one had
	  comments which confused pwlib's lib.mak)

2002-02-01 06:47  craigs

	* src/sip/sipcon.cxx: Removed :: from in front of isspace that
	  confused gcc 2.96

2002-02-01 05:58  craigs

	* Makefile: Added sip directory to VPATH

2002-02-01 05:53  robertj

	* Makefile, include/sip/sdp.h, include/sip/sip.h,
	  include/sip/sipcon.h, include/sip/sipep.h, include/sip/sippdu.h,
	  samples/simple/main.cxx, samples/simple/main.h,
	  samples/simple/version.h, src/sip/sdp.cxx, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx, src/sip/sippdu.cxx, src/win32/opal_lib.dsp:
	  Added (very primitive!) SIP support.

2002-02-01 05:42  robertj

	* version.h: Added library version file

2002-02-01 01:19  robertj

	* Makefile: Updated to latest pwlilb.  Added rfc2833 module

2002-01-22 07:29  robertj

	* src/win32/opal_lib.dsp: Added voice blaster files

2002-01-22 07:28  robertj

	* include/lids/vblasterlid.h, src/lids/vblasterlid.cxx: Added voice
	  blaster support

2002-01-22 06:58  robertj

	* include/rtp/rtp.h: Put MaxPayloadType back in for backward
	  compatibility

2002-01-22 06:35  robertj

	* include/codec/rfc2833.h, src/codec/rfc2833.cxx: Added RFC2833
	  support

2002-01-22 06:34  robertj

	* samples/simple/: main.cxx, main.h: Revamp of user input API
	  triggered by RFC2833 support

2002-01-22 06:29  robertj

	* src/h323/h323caps.cxx: Revamp of user input API triggered by
	  RFC2833 support Update from OpenH323

2002-01-22 06:27  robertj

	* src/h323/h323pdu.cxx: Update from OpenH323, rev 1.92

2002-01-22 06:26  robertj

	* src/h323/h323rtp.cxx: Added enum for illegal payload type value.

2002-01-22 06:25  robertj

	* src/h323/: h323.cxx, h323ep.cxx: Revamp of user input API
	  triggered by RFC2833 support Update from OpenH323

2002-01-22 06:24  robertj

	* src/h323/channels.cxx: Added enum for illegal payload type value.
	  Update from OpenH323

2002-01-22 06:23  robertj

	* src/win32/opal_lib.dsp: Added rfc2833 module.

2002-01-22 06:22  robertj

	* src/t120/t120proto.cxx: Added RTP encoding name string to media
	  format database.  Changed time units to clock rate in Hz.

2002-01-22 06:21  robertj

	* src/rtp/jitter.cxx: Update from OpenH323, rev 1.27

2002-01-22 06:18  robertj

	* src/: codec/h261codec.cxx, codec/lpc10codec.cxx,
	  codec/mscodecs.cxx, t38/t38proto.cxx: Added RTP encoding name
	  string to media format database.  Changed time units to clock
	  rate in Hz.

2002-01-22 06:16  robertj

	* src/lids/lidep.cxx: Revamp of user input API triggered by RFC2833
	  support

2002-01-22 06:14  robertj

	* src/opal/mediafmt.cxx: Added RTP encoding name string to media
	  format database.  Changed time units to clock rate in Hz.

2002-01-22 06:13  robertj

	* src/opal/patch.cxx: Added filter functions to media patch.

2002-01-22 06:11  robertj

	* src/opal/: call.cxx, connection.cxx, endpoint.cxx, manager.cxx,
	  pcss.cxx: Revamp of user input API triggered by RFC2833 support

2002-01-22 06:10  robertj

	* include/opal/mediastrm.h: Removed redundant code

2002-01-22 06:09  robertj

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Removed payload
	  mismatch detection from RTP media stream.  Added function to get
	  media patch from media stream.

2002-01-22 06:07  robertj

	* include/opal/patch.h: Added filter functions to media patch.

2002-01-22 06:07  robertj

	* include/opal/transcoders.h: Added ability to get input and output
	  media format names from transcoder.

2002-01-22 06:06  robertj

	* include/opal/mediafmt.h: Added RTP encoding name string to media
	  format database.  Changed time units to clock rate in Hz.

2002-01-22 06:04  robertj

	* include/opal/: connection.h, endpoint.h, manager.h, pcss.h:
	  Revamp of user input API triggered by RFC2833 support

2002-01-22 06:03  robertj

	* include/rtp/rtp.h: Added enum for illegal payload type value.

2002-01-22 06:00  robertj

	* include/: lids/lidep.h, opal/call.h: Revamp of user input API
	  triggered by RFC2833 support

2002-01-22 05:59  robertj

	* include/h323/: h323caps.h, h323con.h, h323ep.h: Update from
	  OpenH323, RFC2833 support

2002-01-22 05:56  robertj

	* include/h323/channels.h: Update from OpenH323, rev 1.26 to 1.28

2002-01-16 03:17  robertj

	* samples/simple/simple.dsp: Changed to use environment variables
	  for OpenSSL

2002-01-16 03:15  robertj

	* src/win32/: opal_dll.dsp, opal_lib.dsp: Removed SSL build target
	  and chanegd it to use environment variables

2002-01-14 07:35  robertj

	* include/codec/h261codec.h, include/h323/channels.h,
	  include/h323/gkserver.h, include/h323/h235auth.h,
	  include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/h323/h323neg.h,
	  include/h323/h323pdu.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/lids/vpblid.h,
	  include/opal/mediafmt.h, include/t120/h323t120.h,
	  include/t38/h323t38.h, include/t38/t38proto.h,
	  src/codec/h261codec.cxx, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx,
	  src/h323/h235auth1.cxx, src/h323/h323.cxx, src/h323/h323caps.cxx,
	  src/h323/h323ep.cxx, src/h323/h323neg.cxx, src/h323/h323pdu.cxx,
	  src/h323/h450pdu.cxx, src/h323/q931.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/lids/vpblid.cxx,
	  src/opal/manager.cxx, src/opal/mediafmt.cxx, src/rtp/rtp.cxx,
	  src/t120/h323t120.cxx, src/t38/h323t38.cxx, src/t38/t38proto.cxx:
	  Updated to OpenH323 v1.7.9

2002-01-14 03:26  robertj

	* src/h323/h323.cxx: Changes to support OPAL protocol model (eg SIP
	  gateway).

2002-01-14 03:24  robertj

	* src/opal/mediastrm.cxx, include/opal/mediastrm.h: Added ability
	  to turn jitter buffer off in media stream to allow for patches
	  that do not require it.

2002-01-14 03:24  robertj

	* src/rtp/rtp.cxx: Fixed possible divide by zero error in
	  statistics.

2002-01-14 03:23  robertj

	* src/opal/call.cxx: Fixed problem in not getting fast started
	  medai in Alerting

2002-01-14 03:22  robertj

	* src/h323/h323caps.cxx: Fixed bug in wildcard name lookup.

2002-01-14 03:19  robertj

	* src/opal/patch.cxx: Added ability to turn jitter buffer off in
	  media stream to allow for patches   that do not require it.

2002-01-14 01:19  craigs

	* src/opal/transports.cxx: Fixed problems with remote address used
	  instead of local address

2001-12-07 09:56  robertj

	* include/opal/manager.h, src/opal/manager.cxx: Renamed RTP to be
	  more general UDP port base, and TCP to be IP.

2001-12-07 09:55  robertj

	* src/opal/transports.cxx: Used UDP port base when creating UDP
	  transport.

2001-12-07 09:53  robertj

	* src/h323/h323rtp.cxx: Renamed RTP to be more general UDP port
	  base.

2001-12-07 09:52  robertj

	* src/rtp/rtp.cxx: Used new const PWaitAndSignal

2001-11-19 00:10  craigs

	* src/h323/gkclient.cxx: Added cast to allow compilation under
	  Linux

2001-11-15 08:01  robertj

	* src/h323/h323.cxx, src/opal/call.cxx, include/opal/call.h:
	  Changed OpalCall::OpenSourceMediaStreams so the connection to not
	  open	 a media stream on is optional.

2001-11-15 07:58  robertj

	* src/opal/mediastrm.cxx: Changed default read size for media
	  stream to 50ms (if is audio), fixes	overly small packet size
	  for G.711

2001-11-15 07:56  robertj

	* src/opal/connection.cxx: Added session ID to trace log in
	  OenSourceMediaStreams

2001-11-15 07:55  robertj

	* src/opal/mediafmt.cxx: Fixed Reorder() function so reorders EVERY
	  format that matches wildcard.

2001-11-14 07:28  robertj

	* src/opal/transports.cxx: Added missing break when ending UDP
	  connect phase.

2001-11-14 07:27  robertj

	* src/win32/.cvsignore: Added dep files

2001-11-14 07:20  robertj

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Changed sending of control
	  channel reports to be timer based.

2001-11-14 02:31  robertj

	* include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/manager.h, src/h323/h323.cxx, src/lids/lidep.cxx,
	  src/opal/call.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx: Corrected placement
	  of adjusting media format list.

2001-11-13 07:25  robertj

	* include/h323/h323ep.h, include/lids/lidep.h,
	  include/opal/endpoint.h, include/opal/manager.h,
	  include/opal/pcss.h, src/h323/h323ep.cxx, src/lids/lidep.cxx,
	  src/opal/manager.cxx, src/opal/pcss.cxx: Changed
	  SetUpConnection() so returns BOOL as returning   pointer to
	  connection is not useful.

2001-11-13 05:29  robertj

	* include/opal/transports.h, src/h323/channels.cxx,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/opal/endpoint.cxx, src/opal/transports.cxx,
	  src/t120/h323t120.cxx: Changed OpalTransportAddress
	  CreateTransport and CreateListsner functions	 to have extra
	  parameter to control local binding of sockets.

2001-11-12 06:32  robertj

	* include/opal/transports.h, src/h323/h323ep.cxx,
	  src/h323/h323rtp.cxx, src/h323/transaddr.cxx,
	  src/t120/h323t120.cxx, src/t38/h323t38.cxx: Added
	  OpalTransportAddress::GetIpAddress when don't need port number.

2001-11-12 06:31  robertj

	* src/opal/transports.cxx: Changed CreateTransport() on an
	  OpalTransportAddress to bind to local address.  Added
	  OpalTransportAddress::GetIpAddress when don't need port number.

2001-11-09 06:49  robertj

	* include/h323/gkclient.h, include/h323/transaddr.h,
	  include/opal/transports.h, src/h323/gkclient.cxx,
	  src/h323/transaddr.cxx, src/opal/transports.cxx: Abstracted UDP
	  connection algorithm

2001-11-06 06:40  robertj

	* include/opal/transports.h, src/h323/h323.cxx,
	  src/opal/transports.cxx: Added OpalListenerUDP class to do
	  listener semantics on a UDP socket.

2001-11-06 06:33  robertj

	* src/opal/call.cxx: Added fail safe starting of media streams on
	  CONNECT

2001-11-02 11:45  robertj

	* include/codec/gsmcodec.h, include/codec/h261codec.h,
	  include/codec/lpc10codec.h, include/codec/mscodecs.h,
	  include/h323/channels.h, include/h323/h323.h,
	  include/h323/h323caps.h, include/h323/h323con.h,
	  include/h323/h323ep.h, include/opal/connection.h,
	  src/codec/h261codec.cxx, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/h323/h323ep.cxx, src/h323/h323pdu.cxx,
	  src/opal/connection.cxx: Updated to OpenH323 v1.7.3

2001-11-02 10:46  robertj

	* src/win32/.cvsignore: Ignore dep files

2001-10-29 00:58  robertj

	* .cvsignore, samples/mfc/.cvsignore, samples/simple/.cvsignore:
	  Added tags file to be ignored

2001-10-15 06:36  robertj

	* src/h323/h323.cxx: Added delayed start of media patch threads.
	  Removed answerCall signal and replaced with state based
	  functions.  Maintained H.323 answerCall API for backward
	  compatibility.

2001-10-15 06:35  robertj

	* src/h323/h323ep.cxx: Removed answerCall signal and replaced with
	  state based functions.  Maintained H.323 answerCall API for
	  backward compatibility.

2001-10-15 06:34  robertj

	* src/opal/connection.cxx: Added delayed start of media patch
	  threads.  Removed answerCall signal and replaced with state based
	  functions.

2001-10-15 06:33  robertj

	* src/opal/: call.cxx, pcss.cxx: Removed answerCall signal and
	  replaced with state based functions.

2001-10-15 06:32  robertj

	* src/: opal/mediastrm.cxx, h323/channels.cxx, h323/h323neg.cxx:
	  Added delayed start of media patch threads.

2001-10-15 06:31  robertj

	* include/h323/h323con.h: Removed answerCall signal and replaced
	  with state based functions.  Maintained H.323 answerCall API for
	  backward compatibility.

2001-10-15 06:29  robertj

	* include/opal/pcss.h, include/lids/lidep.h, src/lids/lidep.cxx:
	  Removed answerCall signal and replaced with state based
	  functions.

2001-10-15 06:29  robertj

	* include/opal/connection.h: Added delayed start of media patch
	  threads.  Removed answerCall signal and replaced with state based
	  functions.

2001-10-15 06:28  robertj

	* include/: opal/mediastrm.h, h323/channels.h: Added delayed start
	  of media patch threads.

2001-10-05 02:22  robertj

	* include/codec/h261codec.h, include/h323/gkclient.h,
	  include/h323/h225ras.h, include/h323/h235auth.h,
	  include/h323/h323.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h323neg.h, include/h323/q931.h,
	  include/lids/ixjlid.h, include/lids/vpblid.h,
	  include/opal/mediafmt.h, include/rtp/jitter.h, include/rtp/rtp.h,
	  src/codec/gsmcodec.cxx, src/codec/h261codec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx,
	  src/h323/h235auth.cxx, src/h323/h235auth1.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323neg.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx, src/h323/h450pdu.cxx,
	  src/h323/q931.cxx, src/lids/ixjwin32.cxx, src/lids/lid.cxx,
	  src/lids/vpblid.cxx, src/opal/guid.cxx, src/opal/mediafmt.cxx,
	  src/rtp/jitter.cxx, src/rtp/rtp.cxx, src/t120/h323t120.cxx,
	  src/t38/h323t38.cxx: Updated to PWLib 1.2.0 and OpenH323 1.7.0

2001-10-04 07:43  craigs

	* src/opal/call.cxx, src/opal/mediastrm.cxx,
	  include/opal/mediastrm.h: Changed to start media patch threads in
	  Paused state

2001-10-04 02:48  robertj

	* samples/simple/simple.dsp: Added HAS_IXJ flag

2001-10-04 02:47  robertj

	* src/lids/ixjwin32.cxx: Added flag bit for WIN32 error rather than
	  C run time error.

2001-10-04 02:47  robertj

	* src/lids/lidep.cxx: Removed redundent parameter.

2001-10-04 02:46  robertj

	* src/h323/h323.cxx: Removed streams GetMediaFormats() function as
	  is not useful.

2001-10-04 02:44  robertj

	* src/opal/connection.cxx: Removed GetMediaFormats() function as is
	  not useful.

2001-10-04 02:44  robertj

	* src/opal/manager.cxx: Added function to remove wildcard from
	  list.

2001-10-04 02:43  robertj

	* src/opal/mediafmt.cxx: Added function to remove wildcard from
	  list.  Added constructor to make a list with one format in it.
	  Fixed wildcard matching so trailing * works.	Optimised reorder
	  so does not reorder if already in order.

2001-10-04 02:42  robertj

	* include/opal/mediafmt.h: Added function to remove wildcard from
	  list.  Added constructor to make a list with one format in it.

2001-10-04 02:41  robertj

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Removed
	  GetMediaFormats() function as is not useful.

2001-10-04 02:40  robertj

	* include/lids/QTIoctl.h: Updated to latest driver.

2001-10-03 08:42  craigs

	* src/opal/mediastrm.cxx: Changed to remove WIN32isms from error
	  return values

2001-10-03 07:56  robertj

	* include/h323/h323con.h, include/lids/lidep.h,
	  include/opal/connection.h, src/h323/channels.cxx,
	  src/h323/h323.cxx, src/opal/connection.cxx, src/win32/opal.dtf,
	  src/win32/opald.dtf, src/win32/opaln.dtf: Changes abndwidth
	  management API.

2001-10-03 07:53  robertj

	* src/opal/: mediastrm.cxx, transports.cxx: Update to new PTLib
	  channel error system.

2001-08-23 07:51  robertj

	* include/opal/endpoint.h, include/opal/manager.h,
	  include/opal/mediafmt.h, src/lids/lidep.cxx,
	  src/opal/endpoint.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx: Completed implementation of codec
	  reordering.

2001-08-23 05:15  robertj

	* src/: h323/h323ep.cxx, lids/lidep.cxx, opal/pcss.cxx: Added
	  missing Lock() calls in SetUpConnection

2001-08-23 05:14  robertj

	* src/h323/h450pdu.cxx: Fixed GNU warnings

2001-08-22 12:20  robertj

	* include/opal/call.h, include/opal/connection.h,
	  include/opal/endpoint.h, src/h323/h323.cxx, src/h323/h323ep.cxx,
	  src/lids/lidep.cxx, src/opal/call.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/win32/opal.dtf, src/win32/opald.dtf,
	  src/win32/opaln.dtf: Changed connection locking to use double
	  mutex to guarantee that   no threads can ever deadlock or access
	  deleted connection.

2001-08-22 11:42  robertj

	* include/h323/h323con.h: Removed duplicate member variables moved
	  to ancestor.

2001-08-22 05:51  robertj

	* include/opal/mediafmt.h, src/opal/mediafmt.cxx: Added functions
	  to look up media format by payload type.

2001-08-21 13:18  robertj

	* samples/simple/: main.cxx, main.h: Added conditional compile for
	  xJack code.

2001-08-21 13:05  robertj

	* src/h323/h323.cxx: Fixed GNU warning.

2001-08-21 03:13  robertj

	* src/opal/pcss.cxx: Fixed propagation of sound channel buffers
	  through media stream.  Allowed setting of sound card by number
	  using #1 etc.  Fixed calling OnAlerting when alerting.

2001-08-21 03:11  robertj

	* include/h323/q931.h, src/h323/q931.cxx: Update from OpenH323

2001-08-21 03:10  robertj

	* include/opal/mediastrm.h, src/opal/mediastrm.cxx: Fixed
	  propagation of sound channel buffers through media stream.

2001-08-21 03:08  robertj

	* src/lids/ixjunix.cxx: Changed semantics of IsLineDisconnected()
	  when on POTS line.

2001-08-20 04:16  robertj

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Update from OpenH323
	  Moved call end reasons enum from OpalConnection to global.

2001-08-17 10:36  robertj

	* src/lids/lidep.cxx: Moved call end reasons enum from
	  OpalConnection to global.  Fixed missing mutex on connections
	  structure..

2001-08-17 10:35  robertj

	* samples/simple/: main.cxx, main.h: Changed OnEstablished() to
	  OnEstablishedCall() to be consistent.  Moved call end reasons
	  enum from OpalConnection to global.  Used LID management in lid
	  EP.  More implementation.

2001-08-17 10:34  robertj

	* src/opal/mediastrm.cxx: Fixed not setting counts in read/write of
	  sound channel.

2001-08-17 10:33  robertj

	* include/opal/pcss.h, src/opal/pcss.cxx: More implementation.

2001-08-17 10:30  robertj

	* src/h323/h323neg.cxx: Moved call end reasons enum from
	  OpalConnection to global.

2001-08-17 10:29  robertj

	* src/h323/: h450pdu.cxx, h235auth.cxx, h235auth1.cxx,
	  channels.cxx: Update from OpenH323

2001-08-17 10:27  robertj

	* src/h323/: h323.cxx, h323ep.cxx, h323pdu.cxx, gkclient.cxx:
	  Update from OpenH323 Moved call end reasons enum from
	  OpalConnection to global.

2001-08-17 10:26  robertj

	* src/opal/: connection.cxx, endpoint.cxx: Moved call end reasons
	  enum from OpalConnection to global.

2001-08-17 10:25  robertj

	* src/opal/manager.cxx: Added call end reason for whole call, not
	  just connection.  Moved call end reasons enum from OpalConnection
	  to global.

2001-08-17 10:24  robertj

	* include/opal/call.h, src/opal/call.cxx: Added call end reason for
	  whole call, not just connection.

2001-08-17 10:23  robertj

	* include/opal/manager.h: Changed OnEstablished() to
	  OnEstablishedCall() to be consistent.  Moved call end reasons
	  enum from OpalConnection to global.

2001-08-17 10:23  robertj

	* include/opal/mediafmt.h: Put in missing dots in G.729 media
	  formats.

2001-08-17 10:22  robertj

	* include/opal/: connection.h, endpoint.h: Moved call end reasons
	  enum from OpalConnection to global.

2001-08-17 10:21  robertj

	* include/h323/: h323con.h, h323ep.h: Update from OpenH323 Moved
	  call end reasons enum from OpalConnection to global.

2001-08-17 10:20  robertj

	* include/h323/: gkclient.h, h323pdu.h, h450pdu.h: Update from
	  OpenH323

2001-08-17 08:01  robertj

	* src/asn/h235.asn: Updates from OpenH323 v1.6.0 release.

2001-08-17 07:24  robertj

	* src/h323/: h235auth.cxx, h235auth1.cxx: Fixed missing
	  subdirectories in includes

2001-08-17 07:24  robertj

	* Makefile: Updates from OpenH323 v1.6.0 release.

2001-08-17 03:16  robertj

	* src/win32/opal_lib.dsp: Updates from OpenH323 v1.6.0 release.

2001-08-17 03:11  robertj

	* include/lids/lidep.h: Added ability to add whole LID's to LID
	  endpoint.  Added ability to change the prefix on POTS and PSTN
	  endpoints.

2001-08-17 03:10  robertj

	* include/lids/lid.h, src/lids/lidep.cxx: Added ability to add
	  whole LID's to LID endpoint.

2001-08-13 07:10  robertj

	* include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h225ras.h, include/h323/h235auth.h,
	  include/h323/h235ras.h, include/h323/h235security.h,
	  include/h323/h323.h, include/h323/h323neg.h,
	  include/h323/h323pdu.h, include/h323/q931.h,
	  include/opal/connection.h, src/h323/channels.cxx,
	  src/h323/gkclient.cxx, src/h323/gkserver.cxx,
	  src/h323/h225ras.cxx, src/h323/h235auth.cxx,
	  src/h323/h235auth1.cxx, src/h323/h235ras.cxx,
	  src/h323/h235security.cxx, src/h323/h323.cxx,
	  src/h323/h323caps.cxx, src/h323/h323ep.cxx, src/h323/h323neg.cxx,
	  src/h323/h323pdu.cxx, src/h323/h323rtp.cxx, src/h323/h450pdu.cxx,
	  src/h323/q931.cxx, src/lids/ixjunix.cxx, src/lids/lid.cxx,
	  src/opal/connection.cxx, src/t120/h323t120.cxx,
	  src/t38/h323t38.cxx, src/win32/opal.dtf, src/win32/opald.dtf,
	  src/win32/opaln.dtf: Updates from OpenH323 v1.6.0 release.

2001-08-01 08:23  robertj

	* include/lids/lidep.h, src/lids/lidep.cxx: Changed to use separate
	  mutex for LIDs structure to avoid Unix nested mutex problem.

2001-08-01 08:22  robertj

	* Makefile: Major changes to H.323 capabilities, uses
	  OpalMediaFormat for base name.  Added G.711 transcoder.

2001-08-01 08:22  robertj

	* src/opal/mediafmt.cxx: Fixed GNU warning.

2001-08-01 08:19  robertj

	* samples/simple/: main.cxx, main.h: Added flags for disabling
	  H.323 or Quicknet endpoints.

2001-08-01 08:19  robertj

	* include/lids/h323lid.h, src/lids/h323lid.cxx: Major changes to
	  H.323 capabilities, uses OpalMediaFormat for base name.

2001-08-01 08:16  robertj

	* src/win32/: opal.dtf, opald.dtf, opaln.dtf: Lots of changes

2001-08-01 07:54  robertj

	* src/win32/opal_lib.dsp: Major changes to H.323 capabilities, uses
	  OpalMediaFormat for base name.  Fixed loading of transcoders from
	  static library.  Added G.711 software transcoder.

2001-08-01 07:53  robertj

	* src/win32/dllmain.cxx: Fixed loading of transcoders from static
	  library.

2001-08-01 07:52  robertj

	* include/opal/manager.h: Moved media formats list from endpoint to
	  connection.  Added function to adjust calls media formats list.

2001-08-01 07:52  robertj

	* include/opal/pcss.h: Moved media formats list from endpoint to
	  connection.

2001-08-01 07:52  robertj

	* include/opal/transcoders.h: Made OpalMediaFormatList class global
	  to help with documentation.  Added functions to aid in
	  determining if a transcoder can be used to get   to another media
	  format.  Fixed problem with streamed transcoder used in G.711.

2001-08-01 07:51  robertj

	* include/opal/: mediafmt.h, mediastrm.h: Made OpalMediaFormatList
	  class global to help with documentation.

2001-08-01 07:48  robertj

	* samples/simple/main.cxx: Major changes to H.323 capabilities,
	  uses OpalMediaFormat for base name.  Fixed loading of transcoders
	  from static library.

2001-08-01 07:46  robertj

	* src/opal/transcoders.cxx: Made OpalMediaFormatList class global
	  to help with documentation.  Added functions to aid in
	  determining if a transcoder can be used to get   to another media
	  format.  Fixed problem with streamed transcoder used in G.711.

2001-08-01 07:45  robertj

	* src/opal/: mediafmt.cxx, mediastrm.cxx: Made OpalMediaFormatList
	  class global to help with documentation.

2001-08-01 07:45  robertj

	* src/opal/: connection.cxx, pcss.cxx: Moved media formats list
	  from endpoint to connection.

2001-08-01 07:44  robertj

	* src/opal/: endpoint.cxx, manager.cxx: Added function to get all
	  media formats possible in a call.

2001-08-01 07:28  robertj

	* include/opal/call.h, src/opal/call.cxx: Added function to get all
	  media formats possible in a call.

2001-08-01 07:26  robertj

	* include/opal/: connection.h, endpoint.h: Moved media formats list
	  from endpoint to connection.

2001-08-01 07:24  robertj

	* src/lids/lidep.cxx: Made OpalMediaFormatList class global to help
	  with documentation.  Made the connections media format list to
	  come from LID.

2001-08-01 07:21  robertj

	* src/lids/: h323lid.cxx, ixjunix.cxx, ixjwin32.cxx, lid.cxx,
	  vpblid.cxx: Made OpalMediaFormatList class global to help with
	  documentation.

2001-08-01 07:17  robertj

	* src/h323/channels.cxx, include/lids/ixjlid.h, include/lids/lid.h,
	  include/lids/lidep.h, include/lids/vpblid.h: Made
	  OpalMediaFormatList class global to help with documentation.

2001-08-01 07:16  robertj

	* src/h323/gkclient.cxx: Moved default session ID's to
	  OpalMediaFormat class.

2001-08-01 07:15  robertj

	* src/h323/h323.cxx: Moved default session ID's to OpalMediaFormat
	  class.  Added setting of connections capabilities from other
	  connections in   calls media format list.

2001-08-01 07:14  robertj

	* src/h323/h323ep.cxx: Moved media formats list from endpoint to
	  connection.  Fixed accept of call to early enough to set
	  connections capabilities.

2001-08-01 07:12  robertj

	* include/h323/h323caps.h, src/h323/h323caps.cxx: Major changes to
	  H.323 capabilities, uses OpalMediaFormat for base name.  Added
	  "known" codecs capability clases.

2001-08-01 07:10  robertj

	* include/h323/: h323ep.h, h323con.h: Moved media formats list from
	  endpoint to connection.

2001-08-01 07:08  robertj

	* include/rtp/rtp.h: Moved default session ID's to OpalMediaFormat
	  class.

2001-08-01 07:05  robertj

	* src/t38/h323t38.cxx, src/t38/t38proto.cxx, src/t120/h323t120.cxx,
	  src/t120/t120proto.cxx, include/t38/t38proto.h,
	  include/t120/h323t120.h, include/t120/t120proto.h,
	  include/t38/h323t38.h: Major changes to H.323 capabilities, uses
	  OpalMediaFormat for base name.

2001-08-01 07:03  robertj

	* include/codec/allcodecs.h, include/codec/g711codec.h,
	  src/codec/g711codec.cxx: Changes to allow control of linking
	  software transcoders, use macros   to force linking.

2001-08-01 07:03  robertj

	* include/codec/gsmcodec.h, include/codec/h261codec.h,
	  include/codec/lpc10codec.h, include/codec/mscodecs.h,
	  src/codec/gsmcodec.cxx, src/codec/h261codec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx: Changes to
	  allow control of linking software transcoders, use macros   to
	  force linking.  Allowed codecs to be used without H.,323 being
	  linked by using the	new NO_H323 define.  Major changes to H.323
	  capabilities, uses OpalMediaFormat for base name.

2001-07-30 09:22  robertj

	* include/h323/h323ep.h, include/opal/endpoint.h,
	  samples/simple/main.cxx, src/h323/h323ep.cxx,
	  src/opal/endpoint.cxx, src/win32/opal.dtf, src/win32/opald.dtf,
	  src/win32/opaln.dtf: Abstracted listener management from H.323 to
	  OpalEndPoint class.

2001-07-30 05:41  robertj

	* Makefile: Added build of subdirectories for samples.	Hid the
	  asnparser.version file.  Changed default OPALDIR variable to be
	  current directory.

2001-07-30 05:08  robertj

	* .cvsignore: Hid the asnparser.version file

2001-07-30 05:07  robertj

	* samples/simple/Makefile: Improved reporting of incorrect OPALDIR

2001-07-30 04:00  robertj

	* src/asn/.cvsignore: Added split H.225 cxx files.

2001-07-30 03:40  robertj

	* src/: h323/channels.cxx, opal/endpoint.cxx: Fixed GNU C++
	  warnings.

2001-07-30 03:07  robertj

	* opal.dsw, samples/simple/simple.dsp, src/asn/.cvsignore,
	  src/t120/t120proto.cxx, src/win32/opal.dtf, src/win32/opald.dtf,
	  src/win32/opaln.dtf: Post first check in fix ups.

2001-07-27 17:48  robertj

	* .cvsignore, Makefile, mpl-1.0.htm, opal.dsw, opal.dxx,
	  opal_inc.mak, include/asn/.cvsignore, include/codec/gsmcodec.h,
	  include/codec/h261codec.h, include/codec/lpc10codec.h,
	  include/codec/mscodecs.h, include/h323/channels.h,
	  include/h323/gkclient.h, include/h323/gkserver.h,
	  include/h323/h225ras.h, include/h323/h235ras.h,
	  include/h323/h235security.h, include/h323/h323caps.h,
	  include/h323/h323con.h, include/h323/h323ep.h,
	  include/h323/h323neg.h, include/h323/h323pdu.h,
	  include/h323/h323rtp.h, include/h323/h450pdu.h,
	  include/h323/q931.h, include/h323/transaddr.h,
	  include/lids/QTIoctl.h, include/lids/h323lid.h,
	  include/lids/ixjDefs.h, include/lids/ixjlid.h,
	  include/lids/lid.h, include/lids/lidep.h, include/lids/vpbapi.h,
	  include/lids/vpblid.h, include/opal/call.h,
	  include/opal/connection.h, include/opal/endpoint.h,
	  include/opal/guid.h, include/opal/manager.h,
	  include/opal/mediafmt.h, include/opal/mediastrm.h,
	  include/opal/patch.h, include/opal/pcss.h,
	  include/opal/transcoders.h, include/opal/transports.h,
	  include/rtp/jitter.h, include/rtp/rtp.h, include/t120/h323t120.h,
	  include/t120/t120proto.h, include/t120/x224.h,
	  include/t38/h323t38.h, include/t38/t38proto.h,
	  samples/mfc/.cvsignore, samples/mfc/StdAfx.cpp,
	  samples/mfc/StdAfx.h, samples/mfc/mfc.cpp, samples/mfc/mfc.dsp,
	  samples/mfc/mfc.dsw, samples/mfc/mfc.h, samples/mfc/mfc.rc,
	  samples/mfc/mfcDlg.cpp, samples/mfc/mfcDlg.h,
	  samples/mfc/mfcEndPoint.cpp, samples/mfc/mfcEndPoint.h,
	  samples/mfc/resource.h, samples/mfc/res/mfc.ico,
	  samples/mfc/res/mfc.rc2, samples/simple/.cvsignore,
	  samples/simple/Makefile, samples/simple/main.cxx,
	  samples/simple/main.h, samples/simple/precompile.cxx,
	  samples/simple/simple.dsp, samples/simple/simple.dsw,
	  samples/simple/version.h, src/asn/gcc.asn, src/asn/h225.asn,
	  src/asn/h235.asn, src/asn/h245.asn, src/asn/h4501.asn,
	  src/asn/h45010.asn, src/asn/h45011.asn, src/asn/h4502.asn,
	  src/asn/h4503.asn, src/asn/h4504.asn, src/asn/h4505.asn,
	  src/asn/h4506.asn, src/asn/h4507.asn, src/asn/h4508.asn,
	  src/asn/h4509.asn, src/asn/ldap.asn, src/asn/mcs.asn,
	  src/asn/t38.asn, src/asn/x880.asn, src/codec/g711.c,
	  src/codec/gsmcodec.cxx, src/codec/h261codec.cxx,
	  src/codec/lpc10codec.cxx, src/codec/mscodecs.cxx,
	  src/codec/gsm/COPYRIGHT, src/codec/gsm/PART_OF_TOAST,
	  src/codec/gsm/README, src/codec/gsm/inc/config.h,
	  src/codec/gsm/inc/gsm.h, src/codec/gsm/inc/private.h,
	  src/codec/gsm/inc/proto.h, src/codec/gsm/inc/unproto.h,
	  src/codec/gsm/src/add.c, src/codec/gsm/src/code.c,
	  src/codec/gsm/src/decode.c, src/codec/gsm/src/gsm_create.c,
	  src/codec/gsm/src/gsm_decode.c, src/codec/gsm/src/gsm_destroy.c,
	  src/codec/gsm/src/gsm_encode.c, src/codec/gsm/src/gsm_option.c,
	  src/codec/gsm/src/long_term.c, src/codec/gsm/src/lpc.c,
	  src/codec/gsm/src/preprocess.c, src/codec/gsm/src/rpe.c,
	  src/codec/gsm/src/short_term.c, src/codec/gsm/src/table.c,
	  src/codec/lpc10/Makefile, src/codec/lpc10/README,
	  src/codec/lpc10/bitio.c, src/codec/lpc10/bitio.h,
	  src/codec/lpc10/lpc10.h, src/codec/lpc10/makefile.unx,
	  src/codec/lpc10/nuke.c, src/codec/lpc10/nuke2.c,
	  src/codec/lpc10/sampleio.c, src/codec/lpc10/unnuke.c,
	  src/codec/lpc10/unnuke2.c, src/codec/lpc10/src/Makefile,
	  src/codec/lpc10/src/README, src/codec/lpc10/src/analys.c,
	  src/codec/lpc10/src/bsynz.c, src/codec/lpc10/src/chanwr.c,
	  src/codec/lpc10/src/dcbias.c, src/codec/lpc10/src/decode_.c,
	  src/codec/lpc10/src/deemp.c, src/codec/lpc10/src/difmag.c,
	  src/codec/lpc10/src/dyptrk.c, src/codec/lpc10/src/encode_.c,
	  src/codec/lpc10/src/energy.c, src/codec/lpc10/src/f2c.h,
	  src/codec/lpc10/src/f2clib.c, src/codec/lpc10/src/ham84.c,
	  src/codec/lpc10/src/hp100.c, src/codec/lpc10/src/invert.c,
	  src/codec/lpc10/src/irc2pc.c, src/codec/lpc10/src/ivfilt.c,
	  src/codec/lpc10/src/lpcdec.c, src/codec/lpc10/src/lpcenc.c,
	  src/codec/lpc10/src/lpcini.c, src/codec/lpc10/src/lpfilt.c,
	  src/codec/lpc10/src/makefile.dos,
	  src/codec/lpc10/src/makefile.unx, src/codec/lpc10/src/median.c,
	  src/codec/lpc10/src/mload.c, src/codec/lpc10/src/onset.c,
	  src/codec/lpc10/src/pitsyn.c, src/codec/lpc10/src/placea.c,
	  src/codec/lpc10/src/placev.c, src/codec/lpc10/src/preemp.c,
	  src/codec/lpc10/src/prepro.c, src/codec/lpc10/src/random.c,
	  src/codec/lpc10/src/rcchk.c, src/codec/lpc10/src/synths.c,
	  src/codec/lpc10/src/tbdm.c, src/codec/lpc10/src/voicin.c,
	  src/codec/lpc10/src/vparms.c, src/codec/vic/bsd-endian.h,
	  src/codec/vic/bv.c, src/codec/vic/config.h,
	  src/codec/vic/crdef.h, src/codec/vic/dct.cxx,
	  src/codec/vic/dct.h, src/codec/vic/encoder-h261.cxx,
	  src/codec/vic/encoder-h261.h, src/codec/vic/encoder.h,
	  src/codec/vic/grabber.h, src/codec/vic/huffcode.c,
	  src/codec/vic/p64-huff.h, src/codec/vic/p64.cxx,
	  src/codec/vic/p64.h, src/codec/vic/p64encoder.cxx,
	  src/codec/vic/p64encoder.h, src/codec/vic/transmitter.cxx,
	  src/codec/vic/transmitter.h, src/codec/vic/vid_coder.cxx,
	  src/codec/vic/vid_coder.h, src/codec/vic/videoframe.h,
	  src/h323/channels.cxx, src/h323/gkclient.cxx,
	  src/h323/gkserver.cxx, src/h323/h225ras.cxx,
	  src/h323/h235ras.cxx, src/h323/h235security.cxx,
	  src/h323/h323.cxx, src/h323/h323caps.cxx, src/h323/h323ep.cxx,
	  src/h323/h323neg.cxx, src/h323/h323pdu.cxx, src/h323/h323rtp.cxx,
	  src/h323/h450pdu.cxx, src/h323/q931.cxx, src/h323/transaddr.cxx,
	  src/lids/h323lid.cxx, src/lids/ixjunix.cxx,
	  src/lids/ixjwin32.cxx, src/lids/lid.cxx, src/lids/lidep.cxx,
	  src/lids/vpblid.cxx, src/opal/call.cxx, src/opal/connection.cxx,
	  src/opal/endpoint.cxx, src/opal/guid.cxx, src/opal/manager.cxx,
	  src/opal/mediafmt.cxx, src/opal/mediastrm.cxx,
	  src/opal/patch.cxx, src/opal/pcss.cxx, src/opal/transcoders.cxx,
	  src/opal/transports.cxx, src/rtp/jitter.cxx, src/rtp/rtp.cxx,
	  src/t120/h323t120.cxx, src/t120/t120proto.cxx, src/t120/x224.cxx,
	  src/t38/h323t38.cxx, src/t38/t38proto.cxx, src/win32/Private.def,
	  src/win32/dllmain.cxx, src/win32/libver.rc, src/win32/opal.dtf,
	  src/win32/opal_dll.dsp, src/win32/opal_lib.dsp,
	  src/win32/opald.dtf, src/win32/opaln.dtf,
	  src/win32/precompile.cxx: Conversion of OpenH323 to Open Phone
	  Abstraction Library (OPAL)

1999-12-30 01:34  robertj

	* src/win32/vpbapi.lib: WinNT library for Voicetronics VPB cards

