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
1 changed files with 2 additions and 0 deletions

View File

@ -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