mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user