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