From 3b0b11b04d2e09a18f48b258f04fbedec4479f3c Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Tue, 15 Sep 2009 11:26:13 +0000 Subject: Added new config.xml parameter RtpTrackByUdpPortOnly, which when set to true, causes the media address to be computed as to contain only the Udp port specified. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@641 09dcff7a-b715-0410-9601-b79a96267cd0 --- orkaudio/audiocaptureplugins/voip/VoIpConfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'orkaudio/audiocaptureplugins/voip/VoIpConfig.h') diff --git a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h index 5d5cd32..d853b85 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h +++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h @@ -74,6 +74,7 @@ public: bool m_rtpDetectOnOddPorts; bool m_rtpReportDtmf; IpRanges m_rtpBlockedIpRanges; + bool m_rtpTrackByUdpPortOnly; bool m_iax2Support; bool m_sipOverTcpSupport; -- cgit v1.2.3