2009-02-24 03:26  rjongbloed

	* [r22114] version.h:
	  Update version number for beta v3.6.1

2009-02-26 04:48  rjongbloed

	* [r22119] ., src/opal/mediastrm.cxx:
	  Fixed race condition in silence insertion algorithm where silence
	  buffer is zero length before the first packet is received. Some
	  downstream channels can't handle this. Now initialise silence
	  buffer to be at a minimum 10 milliseconds.

2009-02-26 04:52  rjongbloed

	* [r22120] ., src/codec/opalpluginmgr.cxx:
	  Fixed compile without video

2009-02-26 11:44  csoutheren

	* [r22122] src/opal/mediastrm.cxx:
	  Backport of 22121 from trunk
	  Reintroduce implicit check for NULL buffer accidentally removed
	  in revision 22089

2009-03-02 05:37  rjongbloed

	* [r22129] ., src/sip/sippdu.cxx:
	  Fixed empty Alert-Info field being sent in SIP INVITE.

2009-03-03 00:49  rjongbloed

	* [r22139] ., src/sip/sipcon.cxx:
	  Fixed display name member of OpalConnection containing ONLY the
	  display name for SIP.

2009-03-03 02:26  rjongbloed

	* [r22141] ., samples/simple/main.cxx:
	  Fixed call routing issue in simpleopal

2009-03-03 05:01  rjongbloed

	* [r22143] ., src/sip/sipcon.cxx:
	  IF we use string options to override the username
	  (Calling-Party-Number) then we override it, no ifs buts or
	  maybes!

2009-03-04 01:56  rjongbloed

	* [r22147] ., src/sip/sdp.cxx:
	  Fixed incorrect detection of remote SIP client putting local side
	  on hold, thanks hongxing.

2009-03-04 06:13  rjongbloed

	* [r22153] ., src/codec/opalpluginmgr.cxx:
	  Fixed incorrect trace log messages.

2009-03-06 00:21  rjongbloed

	* [r22163] ., samples/openphone/main.cxx, src/opal/rtpconn.cxx:
	  Fixed fax NSE tone detect of CNG/CED being passed up to
	  connection and application, for some reason commented out!
	  
	  Fixed OpenPhone detection that fax mode is already in use when
	  get a CNG/CED indication.

2009-03-06 00:23  rjongbloed

	* [r22164] ., src/opal/call.cxx:
	  Fixed switching media format for existing channel, e.g. T.38
	  mode, was broken by someone.

2009-03-06 00:29  rjongbloed

	* [r22166] ., src/opal/manager.cxx:
	  Slight change to routing algorithm so if the B-Party is
	  explicitly determined, even when there is no matching "source"
	  route in the table.

2009-03-09 02:18  rjongbloed

	* [r22169] include/opal/transports.h, src/h323/h323trans.cxx,
	  src/opal/endpoint.cxx, src/opal/transports.cxx,
	  src/sip/sippdu.cxx:
	  Fixed comparison of OpalTransportAddress so wildcard matches are
	  optional. This is because there is no distinction in a IPv4
	  address between INADDRANY and an invalid address, both are zero!

2009-03-09 10:04  rjongbloed

	* [r22178] include/t38/t38proto.h, samples/openphone/main.cxx,
	  src/sip/sipcon.cxx, src/sip/sipep.cxx, src/t38/t38proto.cxx:
	  Fixed a number of issues with fax switching, including deadlocks
	  and failure to clean up references so calls are never destroyed.

2009-03-10 02:45  rjongbloed

	* [r22184] src/sip/sipep.cxx:
	  Fixed garbage collection broken in previous check in, it's never
	  easy.

2009-03-10 04:27  rjongbloed

	* [r22186] src/sip/handlers.cxx:
	  Make sure if unsubscribing/unregistering, it returns true if it
	  already unsubscribed/unregistered.
	  
	  Unfortunately fix for the original reported problem is too much
	  for stable "bug fix". This is to get around the limitation that
	  you cannot start an unregister (for example) while a register is
	  currently in progress. This is dictated by the protocol, not
	  implementation, and the implementation is going to punt to the
	  application.

2009-03-12 01:11  rjongbloed

	* [r22197] include/opal/transports.h, src/h323/channels.cxx,
	  src/h323/gkserver.cxx, src/h323/h323.cxx, src/opal/endpoint.cxx,
	  src/opal/transports.cxx:
	  Fixed some NAT related issues. In particular where a SIP register
	  happens, and Cone NAT is in use, the registered port should be
	  the external port. Also as some registrars (and gatekeepers!)
	  only look at the first entry in the list, we make sure the
	  listener that is on the interface we are talking to the registrar
	  (or gatekeeper) on is first.

2009-03-18 00:28  rjongbloed

	* [r22204] src/opal/opal_c.cxx:
	  Include display name in "C" API dialog notification party
	  identifier strings.

2009-03-18 01:00  rjongbloed

	* [r22207] src/win32/opal_2003.dtf, src/win32/opal_2005.dtf,
	  src/win32/opal_2005_wm.dtf, src/win32/opal_2005_wm6.dtf,
	  src/win32/opal_2008.dtf, src/win32/opald_2003.dtf,
	  src/win32/opald_2005.dtf, src/win32/opald_2005_wm.dtf,
	  src/win32/opald_2005_wm6.dtf, src/win32/opald_2008.dtf,
	  src/win32/opaln_2003.dtf, src/win32/opaln_2005.dtf,
	  src/win32/opaln_2005_wm.dtf, src/win32/opaln_2005_wm6.dtf,
	  src/win32/opaln_2008.dtf:
	  Update DLL symbols.

