diff --git a/app/fax/resources/classes/fax.php b/app/fax/resources/classes/fax.php index 9f616f9e3d..c5b12b7c11 100644 --- a/app/fax/resources/classes/fax.php +++ b/app/fax/resources/classes/fax.php @@ -193,9 +193,6 @@ if (!class_exists('fax')) { $p->delete("dialplan_edit", 'temp'); $p->delete("dialplan_detail_edit", 'temp'); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache $cache = new cache; $cache->delete("dialplan:".$_SESSION['context']); @@ -344,9 +341,6 @@ if (!class_exists('fax')) { $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -647,9 +641,6 @@ if (!class_exists('fax')) { $p->delete('fax_add', 'temp'); $p->delete('dialplan_add', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -682,4 +673,4 @@ $c->fax_description = $fax_description; $c->dialplan(); */ -?> \ No newline at end of file +?>