mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Minor variable renaming per IRC conversation (#3758)
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
return transcription;
|
return transcription;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if (transcribe_provider == "selfhosted") then
|
if (transcribe_provider == "custom") then
|
||||||
local transcription_server = settings:get('voicemail', 'transcription_server', 'text') or '';
|
local transcription_server = settings:get('voicemail', 'transcription_server', 'text') or '';
|
||||||
local api_key = settings:get('voicemail', 'api_key', 'text') or '';
|
local api_key = settings:get('voicemail', 'api_key', 'text') or '';
|
||||||
local json_enabled = settings:get('voicemail', 'json_enabled', 'boolean') or "false";
|
local json_enabled = settings:get('voicemail', 'json_enabled', 'boolean') or "false";
|
||||||
|
|||||||
Reference in New Issue
Block a user