2006-08-30 18:37  csoutheren

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

2006-08-29 19:31  rjongbloed

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

2006-08-29 19:10  rjongbloed

	* samples/mfc/mfc.cpp: Fixed DevStudio 2005 warning

2006-08-29 13:38  dsandras

	* include/rtp/rtp.h, src/rtp/rtp.cxx: Added function to better deal
	  with reinvites.

2006-08-29 08:23  rjongbloed

	* src/win32/opaln_2003.dtf: Update symbols

2006-08-29 07:15  rjongbloed

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

2006-08-29 03:54  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added VU meters

2006-08-29 03: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-28 20: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-28 19:55  csoutheren

	* src/h323/h323ep.cxx: Fixed problem with parsing aliases when
	  using GKs

2006-08-28 19:55  csoutheren

	* include/opal/transports.h: Fix problem with creating TCP
	  transports associated with UDP tranports

2006-08-28 03:47  rjongbloed

	* src/win32/opal_lib_2005.vcproj: Attempt to remove silly warnings

2006-08-28 03:07  csoutheren

	* src/opal/transports.cxx: Remove incorrect patch

2006-08-27 19:53  csoutheren

	* src/sip/sipcon.cxx: Applied 1546613 - Transport check in
	  SIPConnection::SetConnected Thanks to Drazen Dimoti

2006-08-27 19:51  csoutheren

	* include/opal/transports.h, src/opal/transports.cxx: Applied
	  1545808 - OpalTransportUDP connectSockets protection Thanks to
	  Drazen Dimoti

2006-08-27 19:42  csoutheren

	* src/sip/sippdu.cxx: Applied 1545201 - SIPTransaction - control of
	  access to SIPConnection Thanks to Drazen Dimoti

2006-08-27 19:35  csoutheren

	* src/sip/sipcon.cxx: Applied 1545205 - Usage of SetPhase in
	  SIPConnection Thanks to Drazen Dimoti

2006-08-27 19:32  csoutheren

	* src/sip/sipcon.cxx: Applied 1545191 - SIPConnection
	  invitationsMutex fix Thanks to Drazen Dimoti

2006-08-27 19:10  csoutheren

	* src/opal/call.cxx: Applied 1545126 - Deadlock fix in OpalCall
	  Thanks to Drazen Dimoti

2006-08-27 19:07  csoutheren

	* include/opal/connection.h, src/opal/connection.cxx: Applied
	  1545125 - SetPhase mutex protection and transition control Thanks
	  to Drazen Dimoti

2006-08-27 19: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-27 19:03  csoutheren

	* src/rtp/rtp.cxx: Applied 1545095 - RTP destructors patch Thanks
	  to Drazen Dimoti

2006-08-26 03:19  hfriederich

	* include/opal/mediastrm.h: Add getter method for the RTP Session

2006-08-25 01:15  csoutheren

	* src/opal/transports.cxx: Fix problem with establishing media
	  channels with secure transport

2006-08-23 21:19  csoutheren

	* src/opal/mediafmt.cxx: Fix problem with calculating the bandwidth
	  of wide-band codecs

2006-08-22 04:02  csoutheren

	* src/opal/transports.cxx: Removed left over debug code

2006-08-22 03:55  csoutheren

	* include/h323/h323con.h: Removed duplicate declaration of
	  remoteIsNAT that was hiding variable of same name in the ancestor

2006-08-21 22:08  csoutheren

	* src/codec/opalpluginmgr.cxx: Fixed compile error on gcc 4.1

2006-08-21 01: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 00:30  csoutheren

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

2006-08-21 00: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 00:24  csoutheren

	* src/rtp/rtp.cxx: Add extra trace log to allow tracking of NAT
	  detection

2006-08-20 23:52  csoutheren

	* include/h323/gkserver.h: Fixed spelling error in documentation

2006-08-20 23:51  csoutheren

	* include/h323/gkclient.h: Fixed formatting

2006-08-20 08:35  csoutheren

	* src/: h323/h323.cxx, sip/sipcon.cxx: Backported changes to
	  protect against rare error conditions

2006-08-19 23:03  csoutheren

	* configure.ac: Fix typo

2006-08-19 22: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-19 22: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 02: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-17 18: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-15 18:52  csoutheren

	* src/: codec/opalpluginmgr.cxx, sip/sdp.cxx: Ensure codecs with
	  same name but different clock rate get different payload types

2006-08-15 18: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 14:41  dsandras

	* Makefile.in: Only build plugins when building the library.

2006-08-15 07:10  rjongbloed

	* samples/openphone/: main.cxx, main.h: Added local interfaces to
	  config dialog

2006-08-14 17:39  rjongbloed

	* samples/openphone/: main.cxx, main.h, openphone.wxg,
	  openphone.xrc: Added aslias to config dialog

2006-08-13 03:33  rjongbloed

	* samples/openphone/: main.cxx, main.h: Completed bandwidth
	  configuration from options dialog.

2006-08-12 23:41  rjongbloed

	* samples/openphone/main.cxx: Fixed saving of ring device name

2006-08-12 22:31  rjongbloed

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

2006-08-12 21:59  rjongbloed

	* src/iax2/: iax2ep.cxx, regprocessor.cxx: Fixed warning on no
	  trace build

2006-08-12 21:33  rjongbloed

	* src/win32/: opal_2003.dtf, opal_lib.vcproj, opald_2003.dtf,
	  opaln_2003.dtf: DEvStudio 2003 compatibility on IAX2 fixes

2006-08-11 23:20  csoutheren

	* include/sip/sipep.h, src/sip/sipep.cxx: Removed Windows warning
	  and fixed timeout in SIP PING code

2006-08-11 23: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-11 23:00  csoutheren

	* src/h323/q931.cxx: Added additional Q.931 message types Thanks to
	  ii7@bk.ru

2006-08-11 22:55  csoutheren

	* include/h323/h323con.h: Applied 1538066 - Make H323
	  StartControlNegotiations virtual Thanks to Adam Butcher

2006-08-11 22:23  csoutheren

	* src/sip/sipcon.cxx: Fixed sending SIP INFO application/dtmf

2006-08-11 03:09  csoutheren

	* src/opal/transcoders.cxx: Fix incorrect handling of variable
	  output frame sizes - Speex plugin now works :)

2006-08-11 02: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 02:30  dsandras

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

2006-08-11 02:25  rjongbloed

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

2006-08-11 02:19  rjongbloed

	* samples/openphone/main.h: Fixed DevStudio 2005 warning

2006-08-11 01:20  csoutheren

	* samples/openphone/: OpenPhone_2005.vcproj, ReadMe.txt: Updated
	  for VC 2005

2006-08-10 01:30  csoutheren

	* src/h323/h323caps.cxx: Fix problem with key type in plugin
	  factory

2006-08-10 01:05  csoutheren

	* src/codec/opalpluginmgr.cxx: Fix problem with key type in plugin
	  factory

2006-08-10 00: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-09 23: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-09 23:31  csoutheren

	* src/sip/sipcon.cxx: Applied 1534444 - Lock to streamsMutex in
	  SIPConnection::InitRFC2833Handler Thanks to Drazen Dimoti

2006-08-09 23:26  csoutheren

	* src/opal/connection.cxx: Applied 1534434 -
	  OpalConnection::SetAudioJitterDelay - checking of values Thanks
	  to Drazen Dimoti

2006-08-09 23:21  csoutheren

	* src/sip/sipcon.cxx: Applied 1532444 - Small fix for
	  SIPConnection::OnReceivedPDU Thanks to Borko Jandras

2006-08-09 18: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 07:51  csoutheren

	* configure.exe: Update to new version

2006-08-09 07: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-08 22: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 04: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 03: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 15:47  dsandras

	* include/sip/sippdu.h: Backported fix from HEAD.

2006-08-07 15:26  dsandras

	* include/opal/mediastrm.h: Backported fix from HEAD.

2006-08-07 15:18  dsandras

	* src/opal/: mediastrm.cxx, patch.cxx: Backported various patches
	  from HEAD.

2006-08-07 15:07  dsandras

	* src/sip/sippdu.cxx, include/sip/sippdu.h: Backported qop support
	  from HEAD.

2006-08-07 14: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 14:46  hfriederich

	* src/sip/sipcon.cxx: Ensuring that no INVITE is sent if connection
	  is already in releasing phase

2006-08-07 14: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 14:15  dsandras

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

2006-08-07 14:13  dsandras

	* src/sip/sipcon.cxx: Backported fix from CVS HEAD to fix possible
	  crash on call release.

2006-08-03 07:43  csoutheren

	* Makefile.in, src/codec/speex/libspeex/speex_config_types.h.in:
	  Fixed compilation on Linux

2006-08-03 03:09  csoutheren

	* src/sip/sippdu.cxx: Removed another incorrect double quote

2006-08-03 03:09  csoutheren

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

2006-08-03 03:07  csoutheren

	* src/sip/sippdu.cxx: Backport from CVS head

2006-08-03 03:01  csoutheren

	* src/opal/: call.cxx, connection.cxx: Added additional locking for
	  media stream list to remove crashes in very busy applications

2006-08-02 23: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 07: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 05:57  rjongbloed

	* samples/openphone/: main.cxx, main.h, openphone.wxg,
	  openphone.xrc: Added play of WAV file on incoming calls.

2006-07-31 05:44  rjongbloed

	* samples/openphone/ReadMe.txt: Added brief instructions on how to
	  build OpanPhone (and wxWidgets!)

2006-07-31 03:35  csoutheren

	* configure.exe: Fixed problem with excluding directories

2006-07-31 03: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 03:03  rjongbloed

	* .cvsignore, src/codec/speex/libspeex/.cvsignore: More ignorance

2006-07-31 02: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 06:36  hfriederich

	* src/sip/sipcon.cxx: Fixes problems with empty
	  SDPMediaDescriptions

2006-07-29 08: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 08:40  rjongbloed

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

2006-07-29 03: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 03:31  hfriederich

	* src/sip/sippdu.cxx: Removing invalid quotation mark after
	  algorithm=md5. Fixes problems with registration on certain
	  servers

2006-07-28 06: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 05: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-27 17:34  rjongbloed

	* src/lids/lidep.cxx: Fixed compiler warning

2006-07-24 09:43  csoutheren

	* src/win32/opal_lib_2005.vcproj: Created VC 2005 project for
	  plugin merged code

2006-07-24 09: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 04:03  csoutheren

	* src/sip/sippdu.cxx: Removed suprious "response" clause in
	  authentication response

2006-07-23 17:26  rjongbloed

	* samples/simple/.cvsignore: Ignore recording.wav file

2006-07-23 08:21  csoutheren

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

2006-07-23 02:51  rjongbloed

	* configure.ac: Tidy up of redundent reference in configure script

2006-07-23 02: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 01:40  csoutheren

	* opal_2005.sln, samples/simple/simple_2005.vcproj: Fixed
	  dependencies for lack of ptclib

2006-07-23 00: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-22 23:44  csoutheren

	* src/codec/vic/config.h: Fixed gcc implementation of SWAP32

2006-07-22 08:48  rjongbloed

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

2006-07-22 08:22  rjongbloed

	* samples/mfc/StdAfx.h, src/lids/vpblid.cxx: Fixed various
	  compilation issues

2006-07-22 08: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 01: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-21 23:50  shorne

	* src/asn/h225_2.cxx: supportsAssignedGK made optional field in RRQ
	  & GRQ for backwards interoperability

2006-07-21 19: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-21 18:41  dereksmithies

	* samples/openphone/: main.cpp, main.cxx: Move main.cpp contents to
	  main.cxx. This fixes many issues under linux.

2006-07-20 19:44  csoutheren

	* src/iax2/iax2ep.cxx: Applied 1483216 - Opal IAX sends 2 new call
	  messages on outbound call Thanks to Mike T

2006-07-20 19:42  csoutheren

	* src/: opal/connection.cxx, sip/sipcon.cxx: Applied 1525040 - More
	  locking when changing connection's phase Thanks to Borko Jandras

2006-07-20 19:38  csoutheren

	* samples/simple/: main.cxx, main.h: Applied 1483215 - Opal
	  simpleOPAL deadlock patch & DTMF support Thanks to Mike T

2006-07-19 05: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 05:41  dereksmithies

	* samples/openphone/: Makefile, main.cpp: First steps towards
	  having a unix compiled openphone.

2006-07-14 08:45  csoutheren

	* src/sip/sipcon.cxx: Applied 1522528 - fixes a crash on SIP call
	  release Thanks to Drazen Dimoti

2006-07-14 08:44  csoutheren

	* src/sip/sippdu.cxx: Fix formatting Fix compile warning on Linux

2006-07-14 02:37  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Implement qop
	  authentication.

2006-07-14 01:57  csoutheren

	* src/sip/sippdu.cxx: Fixed problem with opaque authentication

2006-07-14 00: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-13 23: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-13 20:15  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Add support for
	  "opaque" attribute in SIP authentication

2006-07-09 07:47  dsandras

	* src/sip/sipcon.cxx: Added clear cause for EndedByNoAnswer.

2006-07-09 05: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 05:03  csoutheren

	* include/sip/sipcon.h, src/sip/sipcon.cxx: Applied 1518681 -
	  Refactoring boilerplate code Thanks to Borko Jandras

2006-07-06 15:37  dsandras

	* src/sip/sippdu.cxx: Applied patch from Brian Lu <brian lu sun
	  com> to fix compilation on opensolaris. thanks!

2006-07-05 20:11  csoutheren

	* configure.ac, configure.exe: Upgraded configure OPAL version
	  variables now set in ptbuildopts.h on Windows

2006-07-05 00:09  csoutheren

	* src/opal/connection.cxx: Applied 1494937 - Allow re-opening of
	  mediastrams Thanks to mturconi

2006-07-04 23: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-03 19:49  csoutheren

	* configure.exe: Added capability for multiple feature dependencies

2006-07-03 19:48  csoutheren

	* src/opal/patch.cxx: New version of patch 1509246

2006-07-02 22:28  dereksmithies

	* samples/simple/main.cxx: Fix arg handling on disableui, and look
	  for args to srcep, not srcEp

2006-07-01 00:31  shorne

	* include/h323/h4601.h, src/h323/h4601.cxx: added building
	  featureset from generic data field

2006-06-30 09:55  dsandras

	* src/sip/sipcon.cxx: Reverted broken patch. Reinvites can have
	  different branch ID's.

2006-06-30 04:20  dsandras

	* src/opal/patch.cxx: Fixed wrong assertion triggering.

2006-06-30 02:38  csoutheren

	* src/opal/transports.cxx: Applied 1490817 - Fix
	  lastReceivedAddress for OpalTransportUDP Thanks to Dave Moss

2006-06-30 02:36  csoutheren

	* src/opal/patch.cxx: Applied 1495026 - Avoid deadlock if
	  mediaPatchThread has never been started Thanks to mturconi

2006-06-30 01:59  csoutheren

	* include/sip/sippdu.h, src/sip/sippdu.cxx: Applied 1494417 - Add
	  check for ContentLength tag Thanks to mturconi

2006-06-30 01:49  csoutheren

	* src/: codec/vidcodec.cxx, opal/manager.cxx: Fixed disable of
	  video code to use correct #define

2006-06-30 01:49  csoutheren

	* src/opal/transcoders.cxx: Applied 1494416 - Add check for
	  sessionID in transcoder selection Thanks to mturconi

2006-06-30 00:33  csoutheren

	* src/opal/patch.cxx: Applied 1509251 - Locking rearrangement in
	  OpalMediaPatch::Main Thanks to Borko Jandras

2006-06-30 00:30  csoutheren

	* src/opal/transports.cxx: Applied 1509269 - Fix
	  OpalTransportUDP::Read-channelPointer Thanks to Borko Jandras

2006-06-30 00:26  csoutheren

	* src/h323/gkclient.cxx: Applied 1509255 - Checking whether SetSize
	  succeeds in GkClient Borko Jandras

2006-06-30 00:23  csoutheren

	* src/opal/patch.cxx: Applied 1509246 - Fix sleeping in
	  OpalMediaPatch::Main Thanks to Borko Jandras

2006-06-29 23:49  csoutheren

	* src/opal/mediastrm.cxx: Applied 1509240 -  Fix for
	  OpalMediaStream::Close deadlock Thanks to Borko Jandras

2006-06-29 20:42  csoutheren

	* src/sip/sipcon.cxx: Applied 1509216 - SIPConnection::OnReceivedOK
	  fix Thanks to Boris Pavacic

2006-06-29 20:41  csoutheren

	* samples/simple/: simple.vcproj, simple_2005.vcproj: Removed mix
	  of static and DLL libraries

2006-06-29 20:39  csoutheren

	* src/h323/h323.cxx: Applied 1509222 - H323Connection-gk-deadlock
	  Thanks to Boris Pavacic

2006-06-29 20:38  csoutheren

	* src/win32/: opal_lib.vcproj, opal_lib_2005.vcproj: Add
	  compiler-specific flags to configure

2006-06-29 20:33  csoutheren

	* include/opal/patch.h, src/opal/patch.cxx: Add function to get
	  patch sink media format

2006-06-29 20: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-29 20:05  csoutheren

	* src/: codec/vidcodec.cxx, opal/manager.cxx: Applied 1509203 - Fix
	  compilation when video is disabled Thanks to Boris Pavacic

2006-06-29 20:05  csoutheren

	* src/sip/sippdu.cxx: Minor cleanups

2006-06-29 19: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 03:47  csoutheren

	* opal.dsw, opal.sln, opal_2005.sln, src/lids/lid.cxx: Removed
	  compiler warning

2006-06-28 06:35  csoutheren

	* src/opal/pcss.cxx: Patch 1494944 - added missing null pointer
	  check Thanks to mturconi

2006-06-28 06: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 06:21  csoutheren

	* src/h323/h323ep.cxx: Removed warning on gcc

2006-06-27 22:46  csoutheren

	* src/lids/: ixjwin32.cxx, vblasterlid.cxx: Fixed compile problems
	  on Windows

2006-06-27 08: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 08:14  csoutheren

	* src/opal/ivr.cxx: Patch 1353831 - Fixed ivr with h323 faststart
	  Thanks to Frederich Heem

2006-06-27 08: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 07: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 07:08  csoutheren

	* src/: opal/patch.cxx, rtp/jitter.cxx: Patch 1455568 - RFC2833
	  patch Thanks to Boris Pavacic

2006-06-25 21:03  csoutheren

	* configure.exe, samples/simple/main.cxx: Fixed problem when no TTS
	  code installed

2006-06-25 07:36  csoutheren

	* opal_2005.sln: Fix compile problems under VS 2005

2006-06-25 07:32  csoutheren

	* src/: codec/speex/libspeex/lsp.h, lids/vblasterlid.cxx: Fix
	  compile problems under VS 2005

2006-06-25 07: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 02:30  csoutheren

	* src/win32/Private.def: Add extra symbols to ignore

2006-06-22 17:44  csoutheren

	* src/h323/gkclient.cxx: Fix compile problem when H.460 is disabled

2006-06-21 19:26  csoutheren

	* src/rtp/rtp.cxx: Fix formatting

2006-06-21 19:26  csoutheren

	* src/sip/sipcon.cxx: Remove warning on gcc

2006-06-21 18:43  csoutheren

	* include/opal/manager.h: Fixed comment on
	  OpalManager::SetTranslationAddress

2006-06-21 00:55  csoutheren

	* configure, configure.ac: Ensure OPAL is only built with gcc 3 or
	  later

2006-06-20 23: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-20 23: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 00: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 00:22  csoutheren

	* src/opal/transports.cxx: Remove bogus warning at run-time about
	  converting "0.0.0.0"

2006-06-20 00: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-15 20: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 12:41  dsandras

	* src/sip/sipcon.cxx: Definitely fixed recently introduced bug when
	  forwarding calls.

2006-06-15 10:34  shorne

	* include/h323/h460.h, include/h323/h4601.h, src/h323/h4601.cxx:
	  More updates

2006-06-14 19:29  csoutheren

	* src/sip/sipcon.cxx: Fixed warning on Linux

2006-06-14 19:18  csoutheren

	* src/sip/sipcon.cxx: Fixed problem with call forwarding from last
	  commit, thanks to Damien Sandras

2006-06-10 19:18  csoutheren

	* src/h323/h4601.cxx: Added pragma for old gcc versions

2006-06-10 10:40  dsandras

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

2006-06-10 10:37  dsandras

	* src/sip/sipep.cxx: Look for the expires field in the PDU if not
	  present in the contact header.

2006-06-09 02:17  csoutheren

	* src/h323/h323.cxx: Fixed warning under gcc

2006-06-08 23: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 08:32  csoutheren

	* src/win32/opal_lib.vcproj: Added H4601

2006-06-08 08:27  shorne

	* include/h323/h4601.h, src/h323/h4601.cxx: Resnc Opal and OpenH323
	  versions

2006-06-08 02:06  csoutheren

	* opal_cfg.dxy: Updated doc version number

2006-06-08 02:03  csoutheren

	* Makefile.in: Changed to force docs to build even when docs
	  directory exists

2006-06-08 01:38  csoutheren

	* version.h: Incremented version number

2006-06-07 21:01  csoutheren

	* src/h323/h4601.cxx: Removed error on gcc

2006-06-07 18:41  csoutheren

	* src/h323/gkclient.cxx: Fixed compile warning on gcc

2006-06-07 18:33  csoutheren

	* include/h323/h4601.h: Removed warning on gcc 4.1.1

2006-06-05 15:13  dsandras

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

2006-06-05 15: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 00:26  csoutheren

	* samples/simple/main.cxx: Added ability to test outgoing SIP INFO
	  messages

2006-06-03 07:44  shorne

	* src/win32/opal_lib.dsp: Added FECC files to build

2006-06-03 07:42  shorne

	* src/opal/patch.cxx: Fix compile error on MSVC6

2006-05-30 13:17  hfriederich

	* include/opal/buildopts.h.in: Allow compilation of H.460 support

2006-05-30 13:15  hfriederich

	* include/h323/h4601.h, src/h323/h4601.cxx: Reverting part of last
	  change and alter function call

2006-05-30 07:04  hfriederich

	* Makefile.in, configure.ac, configure, opal_inc.mak.in: Enabling
	  to build H.460

2006-05-30 06: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 06: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-29 23: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

