Update dialplan.lua

This commit is contained in:
FusionPBX 2019-02-03 12:51:03 -07:00 committed by GitHub
parent cdc3f75961
commit ebd99156f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@
--send the xml to the console
if (debug["xml_string"]) then
local file = assert(io.open(temp_dir .. "/" .. key .. ".xml", "w"));
local file = assert(io.open(temp_dir .. "/" .. dialplan_cache_key .. ".xml", "w"));
file:write(XML_STRING);
file:close();
end