summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2007-09-24 16:31:21 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2007-09-24 16:31:21 +0000
commit08cedb1557df91c1758d4708e9da047e05fca452 (patch)
tree67f9328dde29b39eb92e3e84fa09ba2225016b89 /orkaudio/audiocaptureplugins/voip/VoIpConfig.h
parent5a418de8f295d76e16873a0f1a8314e2a9fa6745 (diff)
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
Diffstat (limited to 'orkaudio/audiocaptureplugins/voip/VoIpConfig.h')
-rw-r--r--orkaudio/audiocaptureplugins/voip/VoIpConfig.h1
1 files changed, 1 insertions, 0 deletions
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;