Update app_defaults.php
This commit is contained in:
parent
793fcf0909
commit
2585949b3d
|
|
@ -123,6 +123,14 @@
|
||||||
$array = $dialplans->xml();
|
$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
|
//add not found dialplan to inbound routes
|
||||||
/*
|
/*
|
||||||
if ($domains_processed == 1) {
|
if ($domains_processed == 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue