Update dialplan.lua
This commit is contained in:
parent
61d96f7f05
commit
a10d42e038
|
|
@ -170,7 +170,7 @@
|
||||||
|
|
||||||
--send the xml to the console
|
--send the xml to the console
|
||||||
if (debug["xml_string"]) then
|
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:write(XML_STRING);
|
||||||
file:close();
|
file:close();
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue