From 59b0dc382cc620e449b35c4a55df3c1ff3bf6f5d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 27 Dec 2019 19:39:46 -0700 Subject: [PATCH] Update destinations.php --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 3f10945cc2..4b13d017dc 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -100,7 +100,7 @@ switch ($_GET['type']) { case 'inbound': $destination_type = 'inbound'; break; case 'outbound': $destination_type = 'outbound'; break; - case 'local': $destination_type = 'local'; break; + //case 'local': $destination_type = 'local'; break; default: $destination_type = 'inbound'; }