Update ivr.conf.lua

Fix the memcache expire on the ivr menu.
This commit is contained in:
FusionPBX
2016-12-14 08:45:56 -07:00
committed by GitHub
parent 22262635ea
commit 4ae4d63524

View File

@@ -268,7 +268,7 @@
--freeswitch.consoleLog("notice", "[xml_handler]"..api:execute("eval ${dsn}"));
--set the cache
result = trim(api:execute("memcache", "set configuration:ivr.conf:".. ivr_menu_uuid .." '"..XML_STRING:gsub("'", "'").."' ".."expire['ivr.conf']"));
result = trim(api:execute("memcache", "set configuration:ivr.conf:".. ivr_menu_uuid .." '"..XML_STRING:gsub("'", "'").."' "..expire['ivr']));
--send the xml to the console
if (debug["xml_string"]) then