mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update call_forward.lua
This commit is contained in:
@@ -310,7 +310,7 @@
|
|||||||
if extension and #extension > 0 and cache.support() then
|
if extension and #extension > 0 and cache.support() then
|
||||||
cache.del(hostname..":directory:"..extension.."@"..domain_name);
|
cache.del(hostname..":directory:"..extension.."@"..domain_name);
|
||||||
if #number_alias > 0 then
|
if #number_alias > 0 then
|
||||||
cache.del(hostname.."directory:"..number_alias.."@"..domain_name);
|
cache.del(hostname..":directory:"..number_alias.."@"..domain_name);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user