From f1b63969c989aea694c11d5eebdfcf2cda413fa3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 31 Aug 2019 11:52:43 -0600 Subject: [PATCH] Update follow_me.php --- app/calls/resources/classes/follow_me.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/calls/resources/classes/follow_me.php b/app/calls/resources/classes/follow_me.php index 71eaf166f0..dd821d9081 100644 --- a/app/calls/resources/classes/follow_me.php +++ b/app/calls/resources/classes/follow_me.php @@ -494,7 +494,7 @@ include "root.php"; //add extensions to the array $array['extensions'][0]["extension_uuid"] = $extension_uuid; $array['extensions'][0]["dial_domain"] = $this->domain_name; - $array['extensions'][0]["dial_string"] = $dial_string; + $array['extensions'][0]["dial_string"] = ''; $array['extensions'][0]["follow_me_destinations"] = $dial_string; $array['extensions'][0]["follow_me_enabled"] = $this->follow_me_enabled; @@ -510,4 +510,4 @@ include "root.php"; } //function } //class -?> \ No newline at end of file +?>