Update dialplan_detail_delete.php

This commit is contained in:
FusionPBX
2017-02-17 09:39:14 -07:00
committed by GitHub
parent 7f7e0d9f4e
commit 489a48f67a

View File

@@ -71,6 +71,13 @@
$switch_cmd = "memcache delete dialplan:".$_SESSION["context"];
$switch_result = event_socket_request($fp, 'api '.$switch_cmd);
}
//update the dialplan xml
$dialplans = new dialplan;
$dialplans->source = "details";
$dialplans->destination = "database";
$dialplans->uuid = $dialplan_uuid;
$dialplans->xml();
}
//save the message to a session variable