summaryrefslogtreecommitdiff
path: root/orkbasecxx
AgeCommit message (Expand)Author
2009-11-27Removed "local" parameter from the InitMsg, since we do not yet implement a p...henrih
2009-10-22Multiple corrections to code to suppress gcc warnings - identified by Tzafrir...beg_g
2009-10-19Changed parameter 'mediatype' to 'servicetype' in 'init' messagebeg_g
2009-10-19Corrected parameter from 'type' to 'mediatype' in the 'init' messagebeg_g
2009-10-01Modifications for Windows compilation.beg_g
2009-10-01Added an initialization message which is sent to orktrack over HTTP when orka...beg_g
2009-08-27Modifications to allow Win32 compilation with log4cxx 0.10.0.Gerald Begumisa
2009-08-20Added a parameter to the tape message called "ondemand". This parameter is re...Gerald Begumisa
2009-08-14Modified the orkaudio API for StartCapture and PauseCapture to carry out thei...Gerald Begumisa
2009-06-23Added SipDirectionReferenceUserAgents VoIp config parameter. Any SIP INVITE w...Henri Herscher
2009-06-03Corrected missing symbol error for SetOnHold and SetOffHoldGerald Begumisa
2009-06-03Corrected type casting of SetOffHoldFunctionGerald Begumisa
2009-06-03Added methods SetOnHold and SetOffHold to orkaudio API for capture plugins. I...Gerald Begumisa
2009-05-21Avoid sending tape to batch processing when an error happens in writing to mc...Henri Herscher
2009-04-29Fixed memory leak in HttpServer - only affected users of OrkAudio APIGerald Begumisa
2009-03-20Improved logging, in particular, tape messages are now logged with full detai...Henri Herscher
2009-03-02Modified the record command to return the orkuid for the ongoing call which m...Gerald Begumisa
2009-01-21VoIP plugin has been updated with a new configuration parameter, SipReportNam...Gerald Begumisa
2009-01-15Modified the G722 decoder such that it is not compiled as a separate Orkaudio...Gerald Begumisa
2009-01-12Modified the AudioGain filter and: Implemented change on gain calculation; Co...Gerald Begumisa
2009-01-10Made modifications to have G722 decoder compile in Windows.Gerald Begumisa
2009-01-10Added support for the G722 codec. Tested in Linux so far.Gerald Begumisa
2009-01-07Modified the orkaudio API, adding the record and pause HTTP commands. The rec...Gerald Begumisa
2009-01-06Fixed WIN32 compilation problems with AudioGain filter.Henri Herscher
2008-12-18Added AudioGain filter that allows gain to be increased or reduced on all cha...Gerald Begumisa
2008-11-28Pushed version number to 1.0.Henri Herscher
2008-11-11Enhanced the audio segmentation feature such that it may be used on other fee...Gerald Begumisa
2008-07-24Only tapes that have at least 1 output sample in the transcoding process are ...Henri Herscher
2008-06-05Corrected error where the tags were not being reported - it was discovered th...Gerald Begumisa
2008-05-28Corrected non-lookback problem where tape stop was not being sent when the Ca...Henri Herscher
2008-05-07Removed test code from Reporting::AddAudioTape() and removed useless commente...Gerald Begumisa
2008-05-07Corrected error in reporting system where if more than one tracking server is...Gerald Begumisa
2008-03-28Modified the BatchProcessing tape processor to log permission change errors u...Gerald Begumisa
2008-03-26Added new public function, SetExtension(), to AudioTape class to allow "outsi...Gerald Begumisa
2008-03-07Added feature that allows control over the CPU time which is given for transc...Gerald Begumisa
2008-02-27Added support for storage of stereo files - typically files containing 2 sepa...Gerald Begumisa
2008-02-20Added TapeDurationMinimumSec config parameter to be able to discard short rec...Henri Herscher
2008-02-20Added StringIsDigit() convenience function.Henri Herscher
2008-01-23Added SipIgnoredMediaAddresses config parameter. If a SIP INVITE has an RTP a...Henri Herscher
2008-01-19Added PartyFilter source files to windows build filesGerald Begumisa
2008-01-14Fixed crash when RTP pt was 127.Henri Herscher
2007-12-20Added missing concurrency control to protect access to chunk queueGerald Begumisa
2007-12-20Added a new feature that allows orkaudio to filter recordings by the remote o...Gerald Begumisa
2007-12-02Added support for reporting to multiple orktrack servers - the config.xml par...Gerald Begumisa
2007-11-26Added configuration parameter, CaptureFileSizeLimitKb, which limits the size ...Gerald Begumisa
2007-11-23The RTP mixer is now properly flushed at the end of transcoding. Wav files ar...Henri Herscher
2007-11-02Fixed potential null pointer crash that was introduced at rev. 500.Henri Herscher
2007-10-19CapturePorts cannot be hoovered anymore if they contain an active AudioTape. ...Henri Herscher
2007-10-16tapelist.log now includes audio filename as it should be by default (does not...Henri Herscher
2007-09-13Brought MSVC dsp file in line with Makefile.amHenri Herscher