From e8190b79e536d2d3a95af2d9ffdf260dddef24fe Mon Sep 17 00:00:00 2001 From: Gerald Begumisa Date: Wed, 21 Jan 2009 12:21:06 +0000 Subject: 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 --- orkbasecxx/AudioTape.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'orkbasecxx/AudioTape.cpp') diff --git a/orkbasecxx/AudioTape.cpp b/orkbasecxx/AudioTape.cpp index 336f492..fd152fa 100644 --- a/orkbasecxx/AudioTape.cpp +++ b/orkbasecxx/AudioTape.cpp @@ -838,6 +838,11 @@ void AudioTape::GenerateFinalFilePathAndIdentifier() if(fileIdentifier.size() > 0) { + CStdString newFileId; + + FileEscapeName(fileIdentifier, newFileId); + + fileIdentifier = newFileId; m_fileIdentifier = fileIdentifier; } } -- cgit v1.2.3