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