From 0216ebee07caba11aeb45e44f3006479ef7e087a Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Wed, 23 Sep 2020 14:10:50 -0400 Subject: [PATCH] Update index.lua (#5484) --- app/scripts/resources/scripts/app/follow_me/index.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scripts/resources/scripts/app/follow_me/index.lua b/app/scripts/resources/scripts/app/follow_me/index.lua index b8e2e5e5ca..6bf3b04bb7 100644 --- a/app/scripts/resources/scripts/app/follow_me/index.lua +++ b/app/scripts/resources/scripts/app/follow_me/index.lua @@ -364,7 +364,8 @@ end --set the outbound caller id - if (session:ready() and caller_is_local) then + ignore_outbound_caller_id = session:getVariable("follow_me_ignore_outbound_caller_id"); + if (session:ready() and caller_is_local and ignore_outbound_caller_id ~= "true") then if (outbound_caller_id_name ~= nil) then caller_id_name = outbound_caller_id_name; end