summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-10Now associates users to created segmentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@165 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-10Added getUserByLoginStringHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@164 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-10When replaying pcap file, yield control to other thread at each received ↵Henri Herscher
packet (flow control) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@163 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Make sure silence between two chunks cannot be more than 60 seconds (based ↵Henri Herscher
on RTP timestamp). If the case, drop the chunk. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@162 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Dismiss Comfort noise packets + make sure RTP packet size is consistent with ↵Henri Herscher
speech packet. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@161 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Removed arrival time checking when calculating corrective timestamp offset.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@160 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Added a temp chunk reference so as to keep the input chunk (facilitates ↵Henri Herscher
debugging) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@159 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-03Minimum UDP port number for RTP is now 1024. Also, forgot to say in the last ↵Henri Herscher
revision commit: SIP headers are now searched in a case insensitive manner. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@158 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-03Added GPL headerHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@157 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-03Duplicate SIP invites now disregarded so that sessions do not stop ↵Henri Herscher
spuriously. Also when a pcap file is replayed, all RTP sessions are now closed before the thread ends so as to avoid hanging RTP sessions. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@156 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-03Updated StdString.h to Jan 2005 version which plays better with gcc4Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@155 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-02Fixed crash when pcap description NULLHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@154 09dcff7a-b715-0410-9601-b79a96267cd0
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-31AudioFilename XML tag was mismatchedHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@149 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-30Added ulaw filterHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@145 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-28Added aclocal.m4Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@144 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-28added config.h.inHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@143 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-28Added configure scriptHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@142 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-28Added Makefile.in filesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@141 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-26improved commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@137 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-26Fixed Installer problem where Winpcap would not installHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@133 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-21Added newline at EOFHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@126 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-21added source filesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@124 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-20First checkinHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@122 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-20AudioChunks now contain a "details" class that can be easily serializable.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@121 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
2006-01-03Added service methods to determine the number of objectsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@117 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-03added testHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@116 09dcff7a-b715-0410-9601-b79a96267cd0