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 23:21:35 -07:00
committed by FusionPBX
parent 19fa07c29a
commit d084fe3fcc
4 changed files with 6 additions and 5 deletions
@@ -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;