summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins
AgeCommit message (Collapse)Author
2006-02-28Skinny StartMedia is now associated to CallInfo based on IP address of the ↵Henri Herscher
endpoint when the StartMedia conference ID is null - additionally, SIP "INVITE" string and "BYE" string are now strcmp'ed for the full string (avoid SIP false positive). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@187 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-20#define name was still SOUND_DEVICE_xxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@186 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-16SIP CallID, To and From fields can now be in any order.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@183 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-16Orkaudio now daemonizes under linux when run without any argument.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@45 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-15Improvements in the shutdown procedure (NT service does not crash on exit ↵Henri Herscher
anymore, give two seconds to threads to exit properly). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@44 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-04Added missing PacketHeaderDefs.cpp source file into MSVC projectHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@39 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-01Fixed g++ compile problems.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@26 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-01Completed skinny supportHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@25 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-31Groundwork for adding skinny supportHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@24 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28SipSession.cpp/.h become RtpSession.cpp/.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@23 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28SipSession becomes RtpSessionHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@22 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28Now logs session type (Raw RTP or SIP) when session startingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@20 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28Now supports Raw RTP sessions as well as SIP/RTP. SipSession still needs ↵Henri Herscher
renaming since it is effectively an RTP session object. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@19 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-24VoIP plugin now tries to associate a SIP call to a capture port that is made ↵Henri Herscher
of the actual local SIP agent (phone) IP address and TCP port. Before that, a capture port could be made of a gateway or external IP address and TCP port. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@11 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Default to the last OS returned network device when config file does not ↵Henri Herscher
specify or specifies invalid network device git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@9 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Fixed inconsistent config file top tag for Generator pluginHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@8 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Fixed crash when network device identifier in config file was invalidHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@6 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-20First checkinHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0