summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-11Added PartiesUseName configuration parameter so that it is possible to ↵Henri Herscher
report name instead of number for local and remote parties. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@622 09dcff7a-b715-0410-9601-b79a96267cd0
2009-06-03Corrected missing symbol error for SetOnHold and SetOffHoldGerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@621 09dcff7a-b715-0410-9601-b79a96267cd0
2009-06-03Corrected header file to ensure the symbols SetOnHold and SetOffHold are ↵Gerald Begumisa
visible when dynamically linked git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@620 09dcff7a-b715-0410-9601-b79a96267cd0
2009-06-03Corrected type casting of SetOffHoldFunctionGerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@619 09dcff7a-b715-0410-9601-b79a96267cd0
2009-06-03Added methods SetOnHold and SetOffHold to orkaudio API for capture plugins. ↵Gerald Begumisa
Implemented this change in VoIp plugin. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@618 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-28And old session with signalling is now stopped when it had no RTP packets ↵Henri Herscher
and a new session on the same RTP address comes in. Previously, the older session would prevail. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@617 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-28SIP INVITE advertising an RTP address matching an existing session (with a ↵Henri Herscher
different SIP Call ID) will now result in the existing session being stopped and a new session being created. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@616 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-21Avoid sending tape to batch processing when an error happens in writing to ↵Henri Herscher
mcf file. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@615 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-21Ccm5CallInfoMessage: now reports local extension instead of local general ↵Henri Herscher
number in oubound cases. Both calling and called party names are now extracted. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@614 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-21All skinny structs now use int instead of long for x86_64 compatibility.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@613 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-15Further to the enhancement of revision 611, corrected minor bug for the ↵Gerald Begumisa
Outgoing calls case. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@612 09dcff7a-b715-0410-9601-b79a96267cd0
2009-05-15Added support for setting the SIP request URI as local party. If the SIP ↵Gerald Begumisa
request URI differs from the SIP URI in the "To:" header field, then the local party is set to the SIP request URI, remote party to the "From:" header field, direction to "in", Local entry point to the "To:" header field. This behaviour may be turned off by setting the configuration parameter SipRequestUriAsLocalParty to "false" under the VoIpPlugin section of config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@611 09dcff7a-b715-0410-9601-b79a96267cd0
2009-04-29Fixed memory leak in HttpServer - only affected users of OrkAudio APIGerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@610 09dcff7a-b715-0410-9601-b79a96267cd0
2009-03-26SkinnyDynamicMediaAddress and SkinnyAllowCallInfoUpdate are now true by ↵Henri Herscher
default. These seem to be well tested and needed most of the time. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@609 09dcff7a-b715-0410-9601-b79a96267cd0
2009-03-26Calling party name extraction from Ccm5CallInfo now done regardless of ↵Henri Herscher
SkinnyNameAsLocalParty. Calling and called pary name now logged where applicable. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@608 09dcff7a-b715-0410-9601-b79a96267cd0
2009-03-20Improved logging, in particular, tape messages are now logged with full ↵Henri Herscher
details at enqueueing time, not just sending time. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@607 09dcff7a-b715-0410-9601-b79a96267cd0
2009-03-02Modified the record command to return the orkuid for the ongoing call which ↵Gerald Begumisa
matches git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@606 09dcff7a-b715-0410-9601-b79a96267cd0
2009-02-20Fixed MemFindAfter() so that it never searches beyond the end of packet.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@605 09dcff7a-b715-0410-9601-b79a96267cd0
2009-02-20SIP ACK method is now taken into account as if it was an INVITE.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@604 09dcff7a-b715-0410-9601-b79a96267cd0
2009-02-06Fixed x86_64 orkaudio compilation error.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@603 09dcff7a-b715-0410-9601-b79a96267cd0
2009-02-06RTP DTMF Events (out of band) logging improvements.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@602 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-27Now logging pcap error message even if success. It seems there might be some ↵Henri Herscher
useful info in there in some cases. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@601 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-27Fixed potential startup crash. Some pcap functions take an existing data ↵Henri Herscher
buffer for error message, null was passed. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@600 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-23Fixed WIN32 compilation problem.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@599 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-23Added configuration parameter, MediaAddressBlockedIpRanges for the ↵Gerald Begumisa
VoIpPlugin. This is used to control the IP ranges which get associated with a recording session. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@598 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-21VoIP plugin has been updated with a new configuration parameter, ↵Gerald Begumisa
SipReportNamesAsTags, to be configured under the VoIpPlugin section of config.xml. When set to 'true', the SIP from: and to: names are extracted and reported as tags. The tag keys used are localname and remotename which correspond to the respective localparty and remoteparty values which are already reported. These tags may, therefore, be used when providing custom names to recordings. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@597 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-20Corrected typo in configuration parameter: SipDirectionRefenceIpAddresses ↵Henri Herscher
becomes SipDirectionReferenceIpAddresses. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@596 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-18session m_lastUpdated timestamp is now updated when going off hold so that ↵Henri Herscher
the session does not expire immediately because of hold RTP inactivity. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@595 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-15Modified the G722 decoder such that it is not compiled as a separate ↵Gerald Begumisa
Orkaudio plugin but is linked to orkbase. In addition, modified the G722 decoder to meet the same coding style as the other codecs (Ilbc and Gsm). This has so far been tested on Linux. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@594 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-12Modified the AudioGain filter and: Implemented change on gain calculation; ↵Gerald Begumisa
Corrected sample range error; Changed configuration variables from AudioGain, AudioGainChannel1 and AudioGainChannel2 to AudioGainDb, AudioGainChannel1Db and AudioGainChannel2Db git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@593 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-10Made modifications to have G722 decoder compile in Windows.Gerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@592 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-10Added support for the G722 codec. Tested in Linux so far.Gerald Begumisa
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@591 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-07Modified the orkaudio API, adding the record and pause HTTP commands. The ↵Gerald Begumisa
record command commences or un-pauses recording while the pause command pauses recording - discarding RTP packets from when the pause command is issued. Both commands require the orkuid and party to be specified as HTTP parameters. Note that this represents a change in the arguments required for the StartCapture function in DLLs. Also added an event streaming feature which streams out all tape messages as they are reported in real-time to a client connected. Clients should connect via HTTP, on port 59150. The port is configurable by setting the parameter EventStreamingServerPort in config.xml git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@590 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-06Fixed WIN32 compilation problems with AudioGain filter.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@589 09dcff7a-b715-0410-9601-b79a96267cd0
2009-01-06Added RtpBlockedIpRanges configuration parameter so that it is possible to ↵Henri Herscher
disregard certain IP ranges for RTP traffic without impacting signalling detection. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@588 09dcff7a-b715-0410-9601-b79a96267cd0
2008-12-18Added AudioGain filter that allows gain to be increased or reduced on all ↵Gerald Begumisa
channels or a per-channel basis. Therefore 3 configuration parameters have been added, which are AudioGain, AudioGainChannel1 and AudioGainChannel2. These parameters take values in Db. Setting the AudioGain applies the gain to both channels. While setting AudioGainChannel1 and AudioGainChannel2 applies gain to channel 1 and channel 2 respectively. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@587 09dcff7a-b715-0410-9601-b79a96267cd0
2008-12-10Added SipIgnoreBye configuration parameter. Improved BYE logging and made ↵Henri Herscher
sure 200 OK is only logged in the INFO level if it has valid SDP (otherwise DEBUG). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@586 09dcff7a-b715-0410-9601-b79a96267cd0
2008-12-09SipDynamicMediaAddress now also forces session media address update on ↵Henri Herscher
reception of SIP 200OK with valid SDP. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@585 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28Updated user manual for Oreka 1.0 (OrkWeb and OrkTrack related changes)Ralph Atallah
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@584 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28Pushed version number to 1.0.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@583 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28Removed VERSION.txt, there is no need for this file.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@582 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28config-linux-template.xml comments improvements.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@581 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28Fixed indentation problem in config-linux-template.xmlHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@580 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28Updated documentation for Oreka 1.0 (OrkWeb and OrkTrack related changes)Ralph Atallah
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@579 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-28OrkAudio Windows installer now takes backup of config.xml and ↵Henri Herscher
logging.properties. Also changed Orkaudio into OrkAudio everywhere to be consistent with OrkWeb installer. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@578 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-27orkaudio installer NSIS script improvements.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@577 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-27Deleted VERSION.txt. This should be auto-generated from svn info.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@576 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-27Replaced GPL v2 license with GPL v3.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@575 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-27Cleanup in logging.properties template files.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@574 09dcff7a-b715-0410-9601-b79a96267cd0
2008-11-27deleted config.xml and logging.properties from distribution so that there is ↵Henri Herscher
only one copy of these files under svn control. The proper place shall be in the orkaudio source tree. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@573 09dcff7a-b715-0410-9601-b79a96267cd0