From 4aa8fe8a473d5689624efbf2f4fa07f9fecd468c Mon Sep 17 00:00:00 2001 From: frytimo Date: Wed, 8 Oct 2025 15:08:14 -0300 Subject: [PATCH] Fix missing profiles on a new install (#7551) --- app/sip_profiles/app_defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/app_defaults.php b/app/sip_profiles/app_defaults.php index 3a1af18ac0..52da9a4544 100644 --- a/app/sip_profiles/app_defaults.php +++ b/app/sip_profiles/app_defaults.php @@ -86,7 +86,7 @@ } //add the sip profile if it is not false - if ($sip_profile_enabled != false) { + if ($sip_profile_enabled != 'false') { //add profile name and description $sip_profile_uuid = uuid();