Update app_defaults.php
This commit is contained in:
parent
6d7f8da882
commit
7ba3fd49c5
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue