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