IBM Watson remove *HESITATION
This commit is contained in:
parent
d86dff07d7
commit
113b9d15d1
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue