diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 010cf6f179..576f9ec1db 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.php @@ -148,7 +148,7 @@ $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' "; + //$sql .= "and app_uuid <> '8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3' "; } else { if ($app_uuid == 'c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4') {