2009-09-22 00:59  rjongbloed

	* [r23507] version.h:
	  Update version number for beta v3.6.7

2009-09-24 05:20  rjongbloed

	* [r23521] include/sip/sipcon.h, src/sip/sipcon.cxx,
	  src/sip/sipep.cxx:
	  Fixed correct test handling RFC3261/8.2.2.2 merged requests and
	  other "multi-path" received INVITE requests. In particular a
	  scenario where if a 302 Moved response is sent that redirects
	  back to a different address on the same server, and the remote
	  system re-uses the call-id and from-tag of the original call, we
	  were not correctly detecting this as a new call.

2009-10-01 00:58  rjongbloed

	* [r23561] src/t38/t38proto.cxx:
	  Fixed possible crash when ending fax call.

2009-10-01 01:06  rjongbloed

	* [r23562] ., src/sip/handlers.cxx, src/sip/sipcon.cxx,
	  src/sip/sippdu.cxx:
	  Fixed locating correct authorisation credentials for INVITE when
	  AOR user is different from authorisation ID.

2009-10-01 01:11  rjongbloed

	* [r23563] configure, configure.ac:
	  Fixed required version for PTLib

2009-10-05 23:34  rjongbloed

	* [r23588] src/sip/sipcon.cxx:
	  Fixed GNU compiler warning

2009-10-07 07:53  rjongbloed

	* [r23601] ., src/opal/endpoint.cxx:
	  Fixed address translation of REGISTER contact fields when STUN is
	  not being used, but a fixed translation address is.

2009-10-09 01:44  rjongbloed

	* [r23625] ., include/sip/sipcon.h, src/sip/sipcon.cxx:
	  Fixed authentication issue when can get to SIP server via two
	  interfaces. Strictly speaking the server should return a 482 Loop
	  Detect for the second INVITE transaction with the same CSEQ, but
	  it appears some return a 401 Unauthorised instead confusing OPAL.

2009-10-09 02:12  rjongbloed

	* [r23627] ., src/sip/sipcon.cxx:
	  Fixed SIP REFER completion on receiving NOTIFY with id parameter,
	  thanks Martin Hillmeier.

2009-10-09 02:45  rjongbloed

	* [r23630] ., src/sip/handlers.cxx:
	  Fixed double authorisation failure leaving SIP handler in the
	  wrong state, should move to Unavailable but with no timer to
	  retry.

2009-10-09 12:15  rjongbloed

	* [r23635] ., src/sip/handlers.cxx:
	  Changed authentication failure to be fatal and SIP handler
	  removed. Credentials that are bad are unlikely to magically start
	  working without user providing a new registration data so may as
	  well register from scratch. Makes certain other logic simpler.

2009-10-15 07:01  rjongbloed

	* [r23673] src/win32/opal_lib_2005.vcproj:
	  Remove global search of whole disk in Win32 configure as it
	  causes more problems than it fixes.

2009-10-20 23:55  rjongbloed

	* [r23689] plugins/video/H.263-1998/Makefile.in:
	  Make inclusion of opal make file conditional on it's existence so
	  can build plug ins without doing configure at opal level.

2009-10-29 23:46  rjongbloed

	* [r23729] ., include/h323/h323con.h, src/h323/h323.cxx:
	  Fixed incorrect change to AlertingPhase when have not actually
	  got alerting packet, thanks Demetrius Cassidy

2009-11-13 05:45  rjongbloed

	* [r23767] src/sip/sippdu.cxx:
	  Add nonce to comparison for digest authentication, pointed out by
	  Martin Hillmeier

2009-11-17 03:25  rjongbloed

	* [r23773] src/t38/t38proto.cxx:
	  Added missing timestamp value when using fax -> G.711 mode.

2009-11-20 05:59  rjongbloed

	* [r23782] src/t38/t38proto.cxx:
	  Fixed timestamp calculation when using fax -> G.711 mode.

2009-11-20 06:35  rjongbloed

	* [r23783] ., src/sip/handlers.cxx:
	  Change to only unregister those contact addresses we successfully
	  registered, instead of using global '*'.

2009-12-03 06:03  rjongbloed

	* [r23829] configure, opal.m4:
	  Added PKG_CONFIG_PATH to PTlib version check when explicitly
	  saying
	  where PTLib is via PTLIBDIR environment variables. Should not be
	  needed
	  but some distros seem to stuff around pkg-config so
	  PKG_CONFIG_LIBDIR
	  isn't enough. Go figure.

2009-12-08 05:36  rjongbloed

	* [r23847] src/opal/opalmixer.cxx:
	  Take the mixer OnWriteAudio() call out of the mutexed zone. This
	  means a slow function, e.g. call recording to a network drive,
	  does not lock the mixer for extended time, preventing media
	  threads from depositing their audio. And worse, blocking those
	  threads for 10s of milliseconds introducing nasty jitter in the
	  time critical media path.

2009-12-14 03:45  rjongbloed

	* [r23874] src/opal/manager.cxx:
	  Added WAV file open error reason text for recording WAV file.

2010-01-29 08:44  rjongbloed

	* [r23991] src/sip/sipep.cxx:
	  Fixed strange issue with SIP call diversion (302 response) to the
	  same endpoint, from some UACs where it reuses the same call-id
	  and from-tag. On the connection that was diverted, CANCEL stopped
	  working.

2010-01-31 23:51  rjongbloed

	* [r23999] 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_2005.dtf, src/win32/opald_2005_wm.dtf,
	  src/win32/opald_2005_wm6.dtf, src/win32/opald_2008.dtf,
	  src/win32/opaln_2005.dtf, src/win32/opaln_2005_wm.dtf,
	  src/win32/opaln_2005_wm6.dtf, src/win32/opaln_2008.dtf:
	  Update symbols

