diff --git a/app/call_flows/resources/classes/call_flows.php b/app/call_flows/resources/classes/call_flows.php index ee92278e09..2bb4d87647 100644 --- a/app/call_flows/resources/classes/call_flows.php +++ b/app/call_flows/resources/classes/call_flows.php @@ -146,9 +146,6 @@ if (!class_exists('call_flows')) { $p->delete('dialplan_delete', 'temp'); $p->delete('dialplan_detail_delete', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -241,9 +238,6 @@ if (!class_exists('call_flows')) { //revoke temporary permissions $p->delete('dialplan_edit', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true; @@ -361,9 +355,6 @@ if (!class_exists('call_flows')) { //revoke temporary permissions $p->delete('dialplan_add', 'temp'); - //syncrhonize configuration - save_dialplan_xml(); - //apply settings reminder $_SESSION["reload_xml"] = true;