Show when we are clearing the cache for *78 or *79.
This commit is contained in:
parent
fe9c46c0d0
commit
06932b85f7
|
|
@ -175,8 +175,10 @@
|
||||||
|
|
||||||
--clear the cache
|
--clear the cache
|
||||||
if (extension ~= nil) then
|
if (extension ~= nil) then
|
||||||
|
freeswitch.consoleLog("notice", "[do_not_disturb] memcache delete directory:"..extension.."@"..domain_name);
|
||||||
api:execute("memcache", "delete directory:"..extension.."@"..domain_name);
|
api:execute("memcache", "delete directory:"..extension.."@"..domain_name);
|
||||||
if #number_alias > 0 then
|
if #number_alias > 0 then
|
||||||
|
freeswitch.consoleLog("notice", "[do_not_disturb] memcache delete directory:"..number_alias.."@"..domain_name);
|
||||||
api:execute("memcache", "delete directory:"..number_alias.."@"..domain_name);
|
api:execute("memcache", "delete directory:"..number_alias.."@"..domain_name);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue