diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index d0a2947f1d..ac56ca8684 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -687,9 +687,6 @@ $dialplans->uuid = $dialplan_uuid; $dialplans->xml(); - //synchronize the xml config - save_dialplan_xml(); - //clear the cache $cache = new cache; $cache->delete("dialplan:".$destination_context);