summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIp.cpp
AgeCommit message (Expand)Author
2009-11-27Added support for captured packets of with 802.1Q Virtual LAN headersHEADmasterbeg_g
2009-10-22Multiple corrections to code to suppress gcc warnings - identified by Tzafrir...beg_g
2009-10-19Added support for the SIP response "302 Moved Temporarily". The way this work...beg_g
2009-09-23Demoted PartyMap log statement from WARN to INFO.henrih
2009-09-08Modified the skinny code so that when CallInfo is received for a call which h...Gerald Begumisa
2009-09-02Adjusted recording strategy for Asterisk-DAHDI channels, to now obtain the re...Gerald Begumisa
2009-08-18Added support for recording of Asterisk-DAHDI channels using Xorcom's Asteris...Gerald Begumisa
2009-08-14Modified the orkaudio API for StartCapture and PauseCapture to carry out thei...Gerald Begumisa
2009-07-31Added new configuration parameter, Cucm7-1Mode, which if set to "true" in the...Gerald Begumisa
2009-07-24Added new configuration parameter, SipTreat200OkAsInvite, which causes SIP 20...Gerald Begumisa
2009-07-21SIP header parsing fix so that fields are searched in a case insensitive way,...Henri Herscher
2009-07-16Switched from custom Trim() function to CStdString Trim()Gerald Begumisa
2009-07-10Implemented a localpartymap feature whereby a local party value may be swappe...Gerald Begumisa
2009-06-23Added SipDirectionReferenceUserAgents VoIp config parameter. Any SIP INVITE w...Henri Herscher
2009-06-11Added PartiesUseName configuration parameter so that it is possible to report...Henri Herscher
2009-06-03Added methods SetOnHold and SetOffHold to orkaudio API for capture plugins. I...Gerald Begumisa
2009-05-21Ccm5CallInfoMessage: now reports local extension instead of local general num...Henri Herscher
2009-05-15Added support for setting the SIP request URI as local party. If the SIP requ...Gerald Begumisa
2009-03-26Calling party name extraction from Ccm5CallInfo now done regardless of Skinny...Henri Herscher
2009-03-02Modified the record command to return the orkuid for the ongoing call which m...Gerald Begumisa
2009-02-20Fixed MemFindAfter() so that it never searches beyond the end of packet.Henri Herscher
2009-02-20SIP ACK method is now taken into account as if it was an INVITE.Henri Herscher
2009-02-06Fixed x86_64 orkaudio compilation error.Henri Herscher
2009-01-27Now logging pcap error message even if success. It seems there might be some ...Henri Herscher
2009-01-27Fixed potential startup crash. Some pcap functions take an existing data buff...Henri Herscher
2009-01-23Fixed WIN32 compilation problem.Henri Herscher
2009-01-21VoIP plugin has been updated with a new configuration parameter, SipReportNam...Gerald Begumisa
2009-01-07Modified the orkaudio API, adding the record and pause HTTP commands. The rec...Gerald Begumisa
2009-01-06Added RtpBlockedIpRanges configuration parameter so that it is possible to di...Henri Herscher
2008-12-10Added SipIgnoreBye configuration parameter. Improved BYE logging and made sur...Henri Herscher
2008-10-24UDP traffic is now monitored from port 1024 and up.Henri Herscher
2008-10-23Modified VoIp capture plugin so that if any of the network devices being capt...Gerald Begumisa
2008-10-14Fixed RTCP detection and I3 Interactive Intelligence mode (InInMode) compilat...Henri Herscher
2008-10-09Added RTCP support. Key functionality is the ability to set the local party b...Gerald Begumisa
2008-10-07Fix win32 compilation error with recent SIP 183 session progress patch.Henri Herscher
2008-09-11Added THR_DETACHED flag while creating the Pcap threads to solve memory leak ...Gerald Begumisa
2008-08-27A new configuration parameter, SipDetectSessionProgress, has been added. Thi...Gerald Begumisa
2008-08-21Adjusted the CCM5 packet parser to assume that Ccm5CallInfo packets have part...Gerald Begumisa
2008-08-05SIP is now also detected on port 8060 (as seen on Interactive Intelligence pl...Henri Herscher
2008-07-17Added SkinnyCallInfoStopsPrevious config parameter. This allows a new CallInf...Henri Herscher
2008-07-01A new configuration parameter, SkinnyNameAsLocalParty, has been added for the...Gerald Begumisa
2008-04-15Added support for the case where the SIP INVITE has no SDP - but SDP is to be...Gerald Begumisa
2008-03-06Changed the way direction is determined while recording SIP-based VoIP sessio...Gerald Begumisa
2008-02-20Logging improvement.Henri Herscher
2008-02-18Added configuration variable <SkinnyTcpPort> for the <VoIpPlugin> section of ...Gerald Begumisa
2008-01-21Fixed potential orkaudio crash when RTP payload type was 127.Henri Herscher
2007-11-26Improved SIP error packet logging to include information from the session's I...Gerald Begumisa
2007-11-16Added support to 200 OK packets in the same fashion as INVITE packetsGerald Begumisa
2007-11-06Added '*', '.', '-', '+' and '_' to the list of acceptable characters for SIP...Henri Herscher
2007-09-28Adjustment to solve a potential performance problem that could arise from the...Gerald Begumisa