Minor variable renaming per IRC conversation (#3758)

This commit is contained in:
danry25 2018-11-07 23:58:39 -08:00 committed by FusionPBX
parent 3466f25e4d
commit b16bbd9536
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
return transcription;
end
end
if (transcribe_provider == "selfhosted") then
if (transcribe_provider == "custom") then
local transcription_server = settings:get('voicemail', 'transcription_server', 'text') or '';
local api_key = settings:get('voicemail', 'api_key', 'text') or '';
local json_enabled = settings:get('voicemail', 'json_enabled', 'boolean') or "false";