Update ivr.conf.lua (#5304)

This commit is contained in:
agree 2020-06-17 12:47:41 -04:00 committed by GitHub
parent 10d95bb117
commit 0671ed9f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@
--freeswitch.consoleLog("notice", "[xml_handler]"..api:execute("eval ${dsn}"));
--set the cache
local ok, err = cache.set(ivr_menu_uuid, XML_STRING, expire["ivr"]);
local ok, err = cache.set("configuration:ivr.conf:" .. ivr_menu_uuid, XML_STRING, expire["ivr"]);
if debug["cache"] then
if ok then
freeswitch.consoleLog("notice", "[xml_handler] " .. ivr_menu_uuid .. " stored in the cache\n");