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:52 rjongbloed * samples/opalcodecinfo/.cvsignore: Added more plug ins 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 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, samples/opalcodecinfo/main.cxx, 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-19 04:32 dereksmithies * samples/jester/: Makefile, jester.dsp, jester.dsw, jester.vcproj, main.cxx, main.h, precompile.cxx: Initial cut of a program to test the jitter buffer in OPAL. 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