From c02b908570beabbc36babe78512b8a721495bb25 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Jul 2026 23:00:18 +0000 Subject: [PATCH] Fix the real cause of the persistent "1 extension edited" false positive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous fix (trimming the Name comparison) was real but not the actual culprit here. loadExtensions()'s fallback for a device with no pstn-permissions.conf entry — the normal, default state for any extension never granted PSTN access — set restrict: "none", which isn't one of the dropdown's five valid values (full/restricted/ restricted-in/restricted-out/internal). The