Update dialplan.lua
This commit is contained in:
parent
fbef2afb6d
commit
2d2a7c1c37
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue