From a78ef547ae120f95a2569c9643cd60992ba547c7 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 19 Jul 2007 09:32:59 +0000 Subject: Multiple orkaudio instances may be ran on one server by setting the environment variables ORKAUDIO_CONFIG_PATH and ORKAUDIO_LOGGING_PATH to point to the location of the configuration files and log files respectively. Two variables in config.xml and have been added which specify the ports for the command line server and HTTP server respectively - these default to 59130 and 59140 respectively, note that previously the default ports were 10000 and 20000 respectively. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@454 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/VoIp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'orkaudio/audiocaptureplugins/voip/VoIp.cpp') diff --git a/orkaudio/audiocaptureplugins/voip/VoIp.cpp b/orkaudio/audiocaptureplugins/voip/VoIp.cpp index a0518b9..5329bf1 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIp.cpp +++ b/orkaudio/audiocaptureplugins/voip/VoIp.cpp @@ -1626,7 +1626,7 @@ void HandlePacket(u_char *param, const struct pcap_pkthdr *header, const u_char return; } -#ifdef WIN32 +//#ifdef WIN32 if(!s_liveCapture) { // This is a pcap file replay @@ -1669,7 +1669,7 @@ void HandlePacket(u_char *param, const struct pcap_pkthdr *header, const u_char } } } -#endif +//#endif if(DLLCONFIG.IsPacketWanted(ipHeader) == false) { -- cgit v1.2.3