summaryrefslogtreecommitdiff
path: root/orkaudio
AgeCommit message (Collapse)Author
2006-02-01Plugin loading now makes sure that file extensions are correct (.dll and .so)Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@153 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-01Fixed cast compile error under gcc 4Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@152 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-01Dropped remote indicator when reporting an audio chunkHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@151 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-31fixed mismatched AudioFilename XML tagHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@150 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-30Added codec projectHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@148 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-30Fixed problem where Skinny CallInfo message resend would cause a skinny ↵Henri Herscher
session to stop abruptly git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@147 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-30now registers ulaw filterHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@146 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Set all projects to link against Multithreaded DLL runtime + Set all ↵Henri Herscher
projects to disable inline function expansion. Those two things are critical to boost shared pointer not crashing the app (most likely heap separation problem). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@140 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Added SkNewCallInfoStuctHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@139 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Changed maximum Skinny message ID to 0x200Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@138 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Postbuild copy of dll to plugins directoryHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@136 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Widended criteria for accepting RTP packet. TCP Port now need to be > 4000 ↵Henri Herscher
and RTP payload type needs to be < 34 git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@135 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26increased default queue sizeHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@134 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24Can now load multiple pluginsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@132 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24DLL initialize hook becomes "OrkInitialize"Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@131 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24Cleaned up commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@130 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24Each channel of a stereo device reports as mono for now.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@129 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24rtpmixer DSO now copied to plugins directory after buildHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@128 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-23Filter plugins now build under Linux (added Makefile.am files).Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@127 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-21fixes to change VoIpMixer to RtpMixerHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@125 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-21*** empty log message ***Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@123 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-20VoIP mixing and decoding does now happen in the batch processing thread ↵Henri Herscher
instead of immediately. Additionally, the system now supports filter plugins such as codecs. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@120 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-20Added numElements() methodHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@119 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-19VoIP plugin can now read pcap dump files instead of getting live packets by ↵Henri Herscher
setting the PcapFile config parameter. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@118 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-14Improved SIP loggingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@110 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-14Linux compiling fixHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@109 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-14Added tracking ID to RTP sessionsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@108 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-13some logging becomes INFOHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@107 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-13Added ToString method to RtpPacketInfo class + RTP session now logs first ↵Henri Herscher
packets for both ways on INFO level. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@106 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-10VoIP plugin can now monitor multiple devices at the samle timeHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@104 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-09Corrected bug where gsm could not be chosen anymore for storage format.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@103 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-09Can now handle when two different sessions are created for the same actual ↵Henri Herscher
bidirectional RTP session (observed on CallManager where each way has it's own callid/RTP timestamps) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@102 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-08Orkaudio can now encode in "pcmwav" format, ie, pcm stored in a wav file ↵Henri Herscher
without compression. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@100 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-08Sample rate can now be set in SoundDevice pluginHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@99 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-08Oreka now supports mixing both sides into one file on Cisco CallManagerHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@98 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-06Message can now automatically report originating hostname.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@96 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-06Added "recording ID" to tape which is the id of a tape before it gets a db IDHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@95 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-06Sample rate can now be different than 8KHzHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@94 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05improved loggingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@92 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05Added logging for unsupported codecsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@91 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05tcp streams now properly closed by the http clientHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@86 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23added configuration commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@67 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23usage cosmeticsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@65 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23usage output now different between Linux and WindowsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@64 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23Improved usage notesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@63 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-21Changed default prefix. executables and libraries are now installed in ↵Henri Herscher
/usr/bin and /usr/lib instead of /usr/local/xxx git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@59 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-20Fixed Skinny problem where not enough sanity checking was made when ↵Henri Herscher
considering incoming skinnny messages. Improved logging flexibility. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@55 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Now uses a lock file to prevent multiple copies of orkaudio to run at the ↵Henri Herscher
same time git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@52 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Fixed XML tag mispellingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@50 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Added "make install" targetHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@49 09dcff7a-b715-0410-9601-b79a96267cd0