summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-01-21 12:21:06 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-01-21 12:21:06 +0000
commite8190b79e536d2d3a95af2d9ffdf260dddef24fe (patch)
tree82cdac36b41e2791ebfe637a18a101fa29806991 /orkaudio/audiocaptureplugins/voip/VoIpConfig.h
parent821d942149fe4f53d01e1a76ff1133bf3ae158ac (diff)
VoIP plugin has been updated with a new configuration parameter, SipReportNamesAsTags, to be configured under the VoIpPlugin section of config.xml. When set to 'true', the SIP from: and to: names are extracted and reported as tags. The tag keys used are localname and remotename which correspond to the respective localparty and remoteparty values which are already reported. These tags may, therefore, be used when providing custom names to recordings.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@597 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 078bb80..ccf7db8 100644
--- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
+++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
@@ -84,6 +84,7 @@ public:
bool m_sipDynamicMediaAddress;
IpRanges m_sipIgnoredMediaAddresses;
bool m_sipIgnoreBye;
+ bool m_sipReportNamesAsTags;
bool m_rtcpDetect;
bool m_inInMode;