Update ivr.conf.lua

Fix the memcache expire on the ivr menu.
This commit is contained in:
FusionPBX 2016-12-14 08:45:16 -07:00 committed by GitHub
parent 154bf5ba83
commit 7e47bb6446
1 changed files with 1 additions and 1 deletions

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