From e5ef333540576b4f2ee115b35c70abecfc6d1ed6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 5 Oct 2018 14:08:42 -0600 Subject: [PATCH] Update follow_me.lua --- resources/install/scripts/follow_me.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources/install/scripts/follow_me.lua b/resources/install/scripts/follow_me.lua index abe1efac92..16de2e586e 100644 --- a/resources/install/scripts/follow_me.lua +++ b/resources/install/scripts/follow_me.lua @@ -16,7 +16,7 @@ -- -- The Initial Developer of the Original Code is -- Mark J Crane --- Copyright (C) 2010-2014 +-- Copyright (C) 2010-2018 -- the Initial Developer. All Rights Reserved. -- -- Contributor(s): @@ -138,11 +138,6 @@ --update the extension sql = "update v_extensions set "; - if (enabled == "true") then - sql = sql .. "dial_string = null, "; - else - sql = sql .. "dial_string = :dial_string, "; - end sql = sql .. "do_not_disturb = 'false', "; sql = sql .. "forward_all_enabled= 'false' "; sql = sql .. "where domain_uuid = :domain_uuid ";