mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update dialplan.lua
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
--set the dialplan cache key
|
||||
local dialplan_cache_key = "dialplan:" .. call_context;
|
||||
if (context_name == 'public' and context_type == "single") then
|
||||
key = "dialplan:" .. call_context .. ":" .. destination_number;
|
||||
dialplan_cache_key = "dialplan:" .. call_context .. ":" .. destination_number;
|
||||
end
|
||||
|
||||
--get the cache
|
||||
|
||||
Reference in New Issue
Block a user