summaryrefslogtreecommitdiff
path: root/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
diff options
context:
space:
mode:
authorGerald Begumisa <ben_g@users.sourceforge.net>2009-05-15 15:45:30 +0000
committerGerald Begumisa <ben_g@users.sourceforge.net>2009-05-15 15:45:30 +0000
commit78efb87ddd8c0cb0c82fe03d43cf26ac0971d15b (patch)
tree8637db8a5d3e73bd8410766a67bc08a170de6580 /orkaudio/audiocaptureplugins/voip/VoIpConfig.h
parentb1f29dcd6162f456502cb488b738e6fc45bdb24d (diff)
Added support for setting the SIP request URI as local party. If the SIP request URI differs from the SIP URI in the "To:" header field, then the local party is set to the SIP request URI, remote party to the "From:" header field, direction to "in", Local entry point to the "To:" header field. This behaviour may be turned off by setting the configuration parameter SipRequestUriAsLocalParty to "false" under the VoIpPlugin section of config.xml.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@611 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 f7225e9..a809023 100644
--- a/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
+++ b/orkaudio/audiocaptureplugins/voip/VoIpConfig.h
@@ -85,6 +85,7 @@ public:
IpRanges m_sipIgnoredMediaAddresses;
bool m_sipIgnoreBye;
bool m_sipReportNamesAsTags;
+ bool m_sipRequestUriAsLocalParty;
bool m_rtcpDetect;
bool m_inInMode;