mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 18:53:49 +00:00
Update index.lua
This commit is contained in:
@@ -149,7 +149,7 @@ This method causes the script to get its manadatory arguments directly from the
|
||||
if (found_enabled == "true") then
|
||||
--set the cache
|
||||
cache_data = "found_cid_num=" .. found_cid_num .. "&found_uuid=" .. found_uuid .. "&found_enabled=" .. found_enabled .. "&found_action=" .. found_action .. "&found_count=" .. found_count;
|
||||
local ok, err = cache.set(cache_key, cache_data, expire["dialplan"]);
|
||||
local ok, err = cache.set(cache_key, cache_data, expire["call_block"]);
|
||||
if debug["cache"] then
|
||||
if ok then
|
||||
freeswitch.consoleLog("notice", "[call_block] " .. cache_key .. " stored in the cache\n");
|
||||
|
||||
Reference in New Issue
Block a user