After making changes to the IVR Menu flush memcache for the IVR.

This commit is contained in:
markjcrane
2016-05-03 23:09:18 -06:00
parent b20050c116
commit 37e46ed2c9

View File

@@ -250,6 +250,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("configuration:ivr.conf:".$ivr_menu_uuid);
//redirect the user
$_SESSION["message"] = $text['message-update'];