Update app_defaults.php

This commit is contained in:
FusionPBX 2019-03-07 16:37:47 -07:00 committed by GitHub
parent 6d7f8da882
commit 7ba3fd49c5
1 changed files with 8 additions and 0 deletions

View File

@ -123,6 +123,14 @@
$array = $dialplans->xml();
}
//delete the follow me bridge dialplan
if ($domains_processed == 1) {
$sql = "delete from v_dialplan_details where dialplan_uuid = '8ed73d1f-698f-466c-8a7a-1cf4cd229f7f' ";
$db->query($sql);
$sql = "delete from v_dialplans where dialplan_uuid = '8ed73d1f-698f-466c-8a7a-1cf4cd229f7f' ";
$db->query($sql);
}
//add not found dialplan to inbound routes
/*
if ($domains_processed == 1) {