summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/RtpSession.cpp
AgeCommit message (Expand)Author
2009-11-24Added SkinnyAllowMediaAddressTransfer configuration parameter. Default is fal...henrih
2009-11-24When SetMediaAddress() takes a media address from an older session, let the o...henrih
2009-11-20Fixed bug where m_skinnyLastCallInfoTime is not set when the session is first...beg_g
2009-11-06Fixed garbled or missing audio when multiple RTP streams are seen in a single...henrih
2009-10-27Modified the VoIP plugin to support the cases where Skinny CallInfo is sent w...beg_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-15Added new config.xml parameter RtpTrackByUdpPortOnly, which when set to true,...Gerald Begumisa
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-20Initialized m_onDemand variableGerald Begumisa
2009-08-20Added a parameter to the tape message called "ondemand". This parameter is re...Gerald Begumisa
2009-08-18Added support for recording of Asterisk-DAHDI channels using Xorcom's Asteris...Gerald Begumisa
2009-08-14Bug fix in the StopCapture code, where Stop() is called on a NULL sessionGerald Begumisa
2009-08-14Modified the orkaudio API for StartCapture and PauseCapture to carry out thei...Gerald Begumisa
2009-07-20Abstracted media address crafting and session lookup by media address so that...Henri Herscher
2009-07-16Any media address setting or change now goes through SetMediaAddress().Henri Herscher
2009-07-16Fixed replay problem where some sessions would not get stopped at the end of ...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-22Added LocalPartyUseName configuration parameter.Henri Herscher
2009-06-11Added PartiesUseName configuration parameter so that it is possible to report...Henri Herscher
2009-05-28And old session with signalling is now stopped when it had no RTP packets and...Henri Herscher
2009-05-28SIP INVITE advertising an RTP address matching an existing session (with a di...Henri Herscher
2009-05-15Further to the enhancement of revision 611, corrected minor bug for the Outgo...Gerald Begumisa
2009-05-15Added support for setting the SIP request URI as local party. If the SIP requ...Gerald Begumisa
2009-03-02Modified the record command to return the orkuid for the ongoing call which m...Gerald Begumisa
2009-02-06RTP DTMF Events (out of band) logging improvements.Henri Herscher
2009-01-23Added configuration parameter, MediaAddressBlockedIpRanges for the VoIpPlugin...Gerald Begumisa
2009-01-21VoIP plugin has been updated with a new configuration parameter, SipReportNam...Gerald Begumisa
2009-01-20Corrected typo in configuration parameter: SipDirectionRefenceIpAddresses bec...Henri Herscher
2009-01-18session m_lastUpdated timestamp is now updated when going off hold so that th...Henri Herscher
2009-01-07Modified the orkaudio API, adding the record and pause HTTP commands. The rec...Gerald Begumisa
2008-12-10Added SipIgnoreBye configuration parameter. Improved BYE logging and made sur...Henri Herscher
2008-12-09SipDynamicMediaAddress now also forces session media address update on recept...Henri Herscher
2008-10-24SIP sessions are not inserted in ipAndPort media address map anymore when RTP...Henri Herscher
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-09-10Changed the way DTMF events are tracked, to know the position where the place...Gerald Begumisa
2008-08-27A new configuration parameter, SipDetectSessionProgress, has been added. Thi...Gerald Begumisa
2008-07-22RTP activity now only puts a session off hold when there's been at least one ...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-06-13RTP stream start and expiry logging now includes host timestamps.Henri Herscher
2008-06-13Made sure that sessions having already received their CallInfo message would ...Henri Herscher
2008-05-28Made sure RTP IP address is tracked by RtpSession at every point in time.Henri Herscher
2008-05-27Modified VoIP plugin such that if a session has a valid public RTP address, t...Gerald Begumisa
2008-05-09Added new configuration parameter SipDirectionRefenceIpAddresses. This should...Gerald Begumisa
2008-05-08Adjusted the Skinny plugin to cater for situations where OpenReceiveChannelAc...Gerald Begumisa