IBM Watson remove *HESITATION

This commit is contained in:
FusionPBX
2020-05-20 20:06:16 -06:00
committed by GitHub
parent d86dff07d7
commit 113b9d15d1

View File

@@ -221,6 +221,7 @@
end
local handle = io.popen(transcribe_cmd);
local transcribe_result = handle:read("*a");
transcribe_result = transcribe_result:gsub('*HESITATION ', '');
handle:close();
if (debug["info"]) then
freeswitch.consoleLog("notice", "[voicemail] CMD: " .. transcribe_cmd .. "\n");