mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-18 06:28:26 +00:00
Fixed scripts to get multiserver memcache working (#1795)
This commit is contained in:
@@ -21,7 +21,7 @@ if not api then
|
||||
end
|
||||
|
||||
local function send_event(action, key)
|
||||
local event = freeswitch.Event("MEMCACHE");
|
||||
local event = freeswitch.Event("CUSTOM", "fusion::memcache");
|
||||
event:addHeader("API-Command", "memcache");
|
||||
event:addHeader("API-Command-Argument", action .. " " .. key);
|
||||
event:fire()
|
||||
|
||||
Reference in New Issue
Block a user