mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
IBM Watson remove *HESITATION
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user