From aaad6163c79cdab20f6dfe5255887287306608af Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Fri, 9 May 2008 18:12:30 +0000 Subject: Added new configuration parameter SipDirectionRefenceIpAddresses. This should be configured with a comma-delimited list of IP addresses under the VoIpPlugin section of config.xml. So if the IP address of the sender of the SIP INVITE message matches any of the IPs in this list, the direction of the session is set to "in" git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@538 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 51e7b16..fcf7823 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h +++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h @@ -100,6 +100,7 @@ public: int m_sangomaTxTcpPortStart; int m_skinnyTcpPort; std::list m_sipDomains; + std::list m_sipDirectionRefenceIpAddresses; }; //======================================== -- cgit v1.2.3