Get http_protocol from default settings

This commit is contained in:
FusionPBX 2022-10-12 11:40:38 -06:00 committed by GitHub
parent 1fd0b9976b
commit 2d88fc35d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
--get the settings
session_enabled = settings:get('conference_center', 'session_enabled', 'boolean');
account_code_enabled = settings:get('conference_center', 'account_code_enabled', 'boolean');
http_protocol = settings:get('domain', 'http_protocol', 'text') or "https";
--include json library
local json