Couple firmware URL fixes (#2106)

* Couple firmware URL fixes

* Add handset OTA upgrade to W52p

* Remove profanity from returned results.
This commit is contained in:
Chris Black
2016-11-23 22:21:35 -08:00
committed by FusionPBX
parent 156ffca498
commit ca456d6b10
4 changed files with 6 additions and 5 deletions

View File

@@ -74,6 +74,7 @@
end
transcription = transcribe_json["results"][1]["name"];
transcription = transcription:gsub("<profanity>.*<%/profanity>","...");
confidence = transcribe_json["results"][1]["confidence"];
end
return transcription;