From 08cedb1557df91c1758d4708e9da047e05fca452 Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Mon, 24 Sep 2007 16:31:21 +0000 Subject: Added support for option 'SipReportFullAddress', which defaults to false in config.xml. When set to true, this results in the full SIP addresses ('user@hostname') being reported as opposed to just 'user'. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@495 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 2771732..c1959a4 100644 --- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h +++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h @@ -75,6 +75,7 @@ public: bool m_sipOverTcpSupport; bool m_sipLogFailedCalls; bool m_sipUse200OkMediaAddress; + bool m_sipReportFullAddress; bool m_useMacIfNoLocalParty; bool m_skinnyIgnoreStopMediaTransmission; -- cgit v1.2.3