Disable yealink_provision_url by default.

- When this is disable it will use the domain of the tenant.
- If the domain of the tenant is not resolvable then yealink_provision_url is needed.
- One reason to disable it is the domain_name has to be manually updated to the correct domain.
This commit is contained in:
FusionPBX
2022-12-02 17:39:02 -07:00
committed by GitHub
parent 61b1c5547b
commit 7767c7dc33

View File

@@ -36,7 +36,7 @@
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_provision_url";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = 'https://{$domain_name}/app/provision/';
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Provisioning URL for Yealink";
$y++;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "fc2fa8cd-b14e-48e3-99bd-7c01c9d6208d";