From 6529808ccc59cafb22bd9555abd5dd745e5c0060 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 20 Sep 2025 17:55:47 -0600 Subject: [PATCH] Remove trailing spaces or tabs --- app/switch/resources/scripts/app/feature_event/index.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/switch/resources/scripts/app/feature_event/index.lua b/app/switch/resources/scripts/app/feature_event/index.lua index 96c404387f..f3f75f1788 100644 --- a/app/switch/resources/scripts/app/feature_event/index.lua +++ b/app/switch/resources/scripts/app/feature_event/index.lua @@ -190,7 +190,7 @@ --Call Forward All disable if (feature_action == "SetCallForward" and feature_enabled == "false" and action_name == "forward_immediate") then - --set a variable + --set a variable forward_all_destination = action_value; forward_all_enabled = "false"; forward_immediate_enabled = "false"; @@ -320,8 +320,8 @@ --send notify to the phone notify.forward_no_answer(user, host, sip_profiles, forward_no_answer_enabled, forward_no_answer_destination, ring_count); - end - + end + --No feature event (phone boots): Send all values if (feature_enabled == nil) then --Do Not Disturb