From c09609077b6f5eb70db855eed4e909d9d563ffcc Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Thu, 9 Oct 2008 21:55:51 +0000 Subject: Added RTCP support. Key functionality is the ability to set the local party basing on the RTCP SDES information. A new configuration parameter, RtcpDetect, has been added. To enable RTCP, set RtcpDetect to true. This configuration should be done under the VoIpPlugin section of config.xml. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@562 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/VoIpConfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'orkaudio/audiocaptureplugins/voip/VoIpConfig.h') diff --git a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h index de13605..7e43247 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h +++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h @@ -81,6 +81,8 @@ public: bool m_sipReportFullAddress; bool m_sipDynamicMediaAddress; IpRanges m_sipIgnoredMediaAddresses; + bool m_rtcpDetect; + bool m_inInMode; bool m_useMacIfNoLocalParty; bool m_localPartyForceLocalIp; -- cgit v1.2.3