parent
bb4113e210
commit
4ce2bb5c8f
|
|
@ -103,7 +103,7 @@
|
|||
dbh:release();
|
||||
|
||||
--set the cache
|
||||
result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl.conf"]));
|
||||
result = trim(api:execute("memcache", "set configuration:acl.conf '"..XML_STRING:gsub("'", "'").."' "..expire["acl_conf"]));
|
||||
|
||||
--send the xml to the console
|
||||
if (debug["xml_string"]) then
|
||||
|
|
@ -124,4 +124,4 @@
|
|||
if (debug["cache"]) then
|
||||
freeswitch.consoleLog("notice", "[xml_handler] configuration:acl.conf source: memcache\n");
|
||||
end
|
||||
end --if XML_STRING
|
||||
end --if XML_STRING
|
||||
|
|
|
|||
Loading…
Reference in New Issue