From 18864bc04b25a8198814809b0c46d9560becb592 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 12 Nov 2017 21:17:24 -0700 Subject: [PATCH] Update destination_edit.php --- app/destinations/destination_edit.php | 1 + 1 file changed, 1 insertion(+) 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") {