summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-19Fixed gcc compilation errors.Henri Herscher
2007-02-19Added config parms.Henri Herscher
2007-02-19Moved recursive mkdir function to Utils.Henri Herscher
2007-02-19Added error throttling on immediate processing enqueuing errors.Henri Herscher
2007-02-15git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@409 09dcff7...Gerald Begumisa
2007-02-09Added possibility to get Tape Message populated by the AudioTape class.Henri Herscher
2007-02-09ObjectFactory now protected by a mutex. It is also now possible to override a...Henri Herscher
2007-02-09Introduced timeout in the HTTP server. Also now checking if a command does no...Henri Herscher
2007-02-07Shut MSVC compiler warnings.Henri Herscher
2007-02-07Added OS errno logging when an OrkClient HTTP request fails.Henri Herscher
2007-02-07Reintroduced the EnableReporting config parameter.Henri Herscher
2007-02-07Added tcpping command in order to test DNS/TCP/IP connectivity from orkaudio ...Henri Herscher
2007-02-07Simplified template linux and windows config.xml files to not include rarely ...Henri Herscher
2007-02-06IAX2 support added by Gerald BegumisaGerald Begumisa
2007-02-06IAX2 support added by Gerald BegumisaGerald Begumisa
2007-02-05ObjectFactory becomes a home brewed singleton instead of an ACE singleton. AC...Henri Herscher
2007-01-30Fixed Windows release compilation problems.Henri Herscher
2007-01-29Made sure the OrkHttpClient cannot loop forever on suspicion of lockup.Henri Herscher
2007-01-29An error is reported every minute when orktrack cannot be contacted. The succ...Henri Herscher
2007-01-26Fixed MSVC6 compilation problem.Henri Herscher
2007-01-24Support for iLBC added by Gerald BegumisaGerald Begumisa
2007-01-17Added blurb about TapeFileNaming configuration parameter to documentation.Henri Herscher
2007-01-17Fixed g++ compilation problem.Henri Herscher
2007-01-17Initial version of a transcoded tape file naming scheme. This makes it possib...Henri Herscher
2007-01-16At the first RTP packet of a SIP session, we now make sure that the session i...Henri Herscher
2007-01-12Fixed Linux and Linux x86_64 compilation problems. Thanks to Matt Roth @ Inte...Henri Herscher
2007-01-10Fixed g++ compiler warning (lack of newline).Henri Herscher
2007-01-10Fixed compilation problem under Linux.Henri Herscher
2007-01-04Fixed potential crash that had been introduced with changeset 379 that could ...Henri Herscher
2007-01-03Generator plugin Now compiles against 0.6.Henri Herscher
2007-01-03Fixed crash at the end of transcoding a single mcf file via the command line....Henri Herscher
2006-12-28In case of an AudioChunk GetNumSamples() exception, return chunk details as p...Henri Herscher
2006-12-28SIP Session metadata can now be updated when a new RTP stream is seen that ma...Henri Herscher
2006-12-271. Subsequent SIP INVITES that could be associated to an existing session now...Henri Herscher
2006-12-27It is now possible to have multiple streams with different codecs being corre...Henri Herscher
2006-12-27Added DnisNumbers config parameter. Not used yet.Henri Herscher
2006-12-27RTP payload type is now logged as a decimal number (most common representatio...Henri Herscher
2006-12-27Remove logging of the RTP payload type, at the RTPMixer level it's always PCM...Henri Herscher
2006-12-271. Now flushing the entirety of the buffer when EOS detected.Henri Herscher
2006-12-21SIP field extraction now supports missing whitespace between semicolon and fi...Henri Herscher
2006-12-20Fixed bug where SIP calls could be reported with the wrong metadata when invo...Henri Herscher
2006-12-18RTP mixer is now flushed at the end of streams so we don't miss a small chunk...Henri Herscher
2006-12-14Now possible to specify preferred IP adresses to track RTP sessions by popula...Henri Herscher
2006-12-12RTP sessions now check the destination IP address of a packet to determine wh...Henri Herscher
2006-12-12Now possible to split RTP sessions based on timestamp and sequence number dis...Henri Herscher
2006-12-07Fixed Generator.cpp to comply to AudioChunk API change in changeset 0.6-360.Henri Herscher
2006-12-05Fix for an RtpMixer bug where an empty chunk was generated in the output (Bac...Henri Herscher
2006-12-05OrkWeb and OrkTrack ant deploy scripts can now optionally compile the java so...Henri Herscher
2006-11-22fixed min packet per second stat.Henri Herscher
2006-11-22Added more packet capture stats.Henri Herscher