summaryrefslogtreecommitdiff
path: root/orkaudio
AgeCommit message (Expand)Author
2006-04-14OrkAudio now reports local and remote IP addresses for each tape when the voi...Henri Herscher
2006-04-14Now manages to decode IP packets wrapped into 802.1Q VLAN packetsHenri Herscher
2006-04-11Ports can now expire, freeing up some memoryHenri Herscher
2006-04-08* Added allowed and blocked CIDR IP address rangesHenri Herscher
2006-04-08Replaced sleep by nanosleepHenri Herscher
2006-04-08Improved robustness of filters (sanity checks for each incoming audio chunk)Henri Herscher
2006-03-29Added SipDropIndirectInvite configuration parameterHenri Herscher
2006-03-29now cast all strutct in_addr.s_addr to unsigned int before comparing.Henri Herscher
2006-03-29Non-modifying commit: moved together stuff that belongs to the same placeHenri Herscher
2006-03-28Removed timeout on semaphore acquire on linux. This was causing permanent 100...Henri Herscher
2006-03-28Now uses the SIP INVITE connection address field (if available) to determine ...Henri Herscher
2006-03-28Improved initializationHenri Herscher
2006-03-22Added BatchProcessingEnhancePriority config parmHenri Herscher
2006-03-19Default immediate processing queue size is now 10000. Default batch processin...Henri Herscher
2006-03-17Now always looks up sessions by endpoint IP address when receiving StartMedia...Henri Herscher
2006-03-16Check that pcap file actually exists before passing it to libpcapHenri Herscher
2006-03-15Fixed Linux compilation errorsHenri Herscher
2006-03-15If an exception happens in the batch processing, will still delete the mcf file.Henri Herscher
2006-03-03Created Utils.cpp - Moved file utility functions from Utils.h to Utils.cpp - ...Henri Herscher
2006-03-02OrkTrack can now ask for tape deletionHenri Herscher
2006-02-28Skinny StartMedia is now associated to CallInfo based on IP address of the en...Henri Herscher
2006-02-20#define name was still SOUND_DEVICE_xxxHenri Herscher
2006-02-16SIP CallID, To and From fields can now be in any order.Henri Herscher
2006-02-15Oreka version 0.5Henri Herscher
2006-02-15Added sanity checks on incoming RTP timestampsHenri Herscher
2006-02-15Added projectHenri Herscher
2006-02-13Replaced mkinstalldir by mkdir -p because centOS box does not generate the fo...Henri Herscher
2006-02-13Set all logging levels to INFOHenri Herscher
2006-02-10Removed autotool files from CVS that are autogeneratedHenri Herscher
2006-02-10Rtp Mixer plugin is now installed in /usr/lib/orkaudio/pluginsHenri Herscher
2006-02-10Change version number to 0.4Henri Herscher
2006-02-10When replaying pcap file, yield control to other thread at each received pack...Henri Herscher
2006-02-09Make sure silence between two chunks cannot be more than 60 seconds (based on...Henri Herscher
2006-02-09Dismiss Comfort noise packets + make sure RTP packet size is consistent with ...Henri Herscher
2006-02-09Removed arrival time checking when calculating corrective timestamp offset.Henri Herscher
2006-02-09Added a temp chunk reference so as to keep the input chunk (facilitates debug...Henri Herscher
2006-02-03Minimum UDP port number for RTP is now 1024. Also, forgot to say in the last ...Henri Herscher
2006-02-03Duplicate SIP invites now disregarded so that sessions do not stop spuriously...Henri Herscher
2006-02-02Fixed crash when pcap description NULLHenri Herscher
2006-02-01Plugin loading now makes sure that file extensions are correct (.dll and .so)Henri Herscher
2006-02-01Fixed cast compile error under gcc 4Henri Herscher
2006-02-01Dropped remote indicator when reporting an audio chunkHenri Herscher
2006-01-31fixed mismatched AudioFilename XML tagHenri Herscher
2006-01-30Added codec projectHenri Herscher
2006-01-30Fixed problem where Skinny CallInfo message resend would cause a skinny sessi...Henri Herscher
2006-01-30now registers ulaw filterHenri Herscher
2006-01-26Set all projects to link against Multithreaded DLL runtime + Set all projects...Henri Herscher
2006-01-26Added SkNewCallInfoStuctHenri Herscher
2006-01-26Changed maximum Skinny message ID to 0x200Henri Herscher
2006-01-26Postbuild copy of dll to plugins directoryHenri Herscher