diff --git a/app/dialplan/resources/classes/dialplan.php b/app/dialplan/resources/classes/dialplan.php index 35848c2353..4fddce35ad 100644 --- a/app/dialplan/resources/classes/dialplan.php +++ b/app/dialplan/resources/classes/dialplan.php @@ -485,7 +485,7 @@ include "root.php"; $dialplan_detail_data = str_replace("\$1", $regex_match_1, $dialplan_detail_data); $dialplan_detail_data = str_replace("\$2", $regex_match_2, $dialplan_detail_data); $dialplan_detail_data = str_replace("\$3", $regex_match_3, $dialplan_detail_data); - $this->bridges = $dialplan_detail_data; + $this->bridges = $dialplan_detail_data; } } } diff --git a/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml b/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml index dd4003baff..b68b56351c 100644 --- a/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml +++ b/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml @@ -1,4 +1,4 @@ - + diff --git a/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_conference.xml b/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_conference.xml index 8189b0a8fa..b6ff2d4f24 100644 --- a/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_conference.xml +++ b/app/dialplan/resources/switch/conf/dialplan/410_freeswitch_conference.xml @@ -2,7 +2,7 @@ - diff --git a/app/dialplan/resources/switch/conf/dialplan/430_directory.xml b/app/dialplan/resources/switch/conf/dialplan/430_directory.xml index eb60633b39..88a57083aa 100644 --- a/app/dialplan/resources/switch/conf/dialplan/430_directory.xml +++ b/app/dialplan/resources/switch/conf/dialplan/430_directory.xml @@ -1,7 +1,7 @@ - + \ No newline at end of file diff --git a/app/dialplan_inbound/app_defaults.php b/app/dialplan_inbound/app_defaults.php index 6055dd5090..918f0787d1 100644 --- a/app/dialplan_inbound/app_defaults.php +++ b/app/dialplan_inbound/app_defaults.php @@ -60,7 +60,7 @@ if (count($_SESSION["domains"]) > 1) { //make sure the public directory and xml file exist if (strlen($_SESSION['switch']['dialplan']['dir']) > 0) { - if (!is_dir($_SESSION['switch']['dialplan']['dir'].'/public'.$_SESSION['domains'][$domain_uuid]['domain_name'])) { + if (!is_dir($_SESSION['switch']['dialplan']['dir'].'/public'.$_SESSION['domains'][$domain_uuid]['domain_name'])) { mkdir($_SESSION['switch']['dialplan']['dir'].'/public/'.$_SESSION['domains'][$domain_uuid]['domain_name'],0777,true); } $file = $_SESSION['switch']['dialplan']['dir']."/public/".$_SESSION['domains'][$domain_uuid]['domain_name'].".xml";