diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index b56864cf86..f2b4b62e55 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -417,6 +417,7 @@ //clear the cache $cache = new cache; $cache->delete("dialplan:".$destination_context); + $cache->delete("dialplan:".$destination_context.":".$destination_number); //redirect the user if ($action == "add") {