From 3ce76d577cd81fecebf4c5ad5a0d8e24d39207a3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 May 2017 10:34:58 -0600 Subject: [PATCH] Update dialplans.php --- app/dialplan/dialplans.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dialplan/dialplans.php b/app/dialplan/dialplans.php index 52ba16e3e6..870cf85e69 100644 --- a/app/dialplan/dialplans.php +++ b/app/dialplan/dialplans.php @@ -134,6 +134,7 @@ if (strlen($app_uuid) == 0) { //hide inbound routes $sql .= "and app_uuid <> 'c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4' "; + $sql .= "and dialplan_context <> 'public' "; //hide outbound routes $sql .= "and app_uuid <> '8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3' "; }