From 846e06eb95e85ff6e39ef3b995a96d034b964755 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 16 Aug 2014 18:22:36 +0000 Subject: [PATCH] Don't add the global inbound routes by default --- app/dialplan/app_defaults.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/dialplan/app_defaults.php b/app/dialplan/app_defaults.php index 3c9699f605..e5f1a2f878 100644 --- a/app/dialplan/app_defaults.php +++ b/app/dialplan/app_defaults.php @@ -101,6 +101,7 @@ } //add the global dialplan to inbound routes + /* if ($domains_processed == 1) { $sql = "select count(*) as num_rows from v_dialplans "; $sql .= "where dialplan_uuid = 'd4e06654-e394-444a-b3af-4c3d54aebbec' "; @@ -128,8 +129,10 @@ unset($prep_statement); } } + */ //add not found dialplan to inbound routes + /* if ($domains_processed == 1) { if (is_readable($_SESSION['switch']['dialplan']['dir'])) { $sql = "select count(*) as num_rows from v_dialplans "; @@ -159,5 +162,5 @@ } } } - + */ ?> \ No newline at end of file