Show when we are clearing the cache for *78 or *79.

This commit is contained in:
markjcrane
2016-01-12 19:34:57 -07:00
parent fe9c46c0d0
commit 06932b85f7

View File

@@ -175,8 +175,10 @@
--clear the cache
if (extension ~= nil) then
freeswitch.consoleLog("notice", "[do_not_disturb] memcache delete directory:"..extension.."@"..domain_name);
api:execute("memcache", "delete directory:"..extension.."@"..domain_name);
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);
end
end