mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Simplify the speed_dial cache key
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
destination = argv[2];
|
||||
|
||||
-- search in cache first
|
||||
local key = "app:dialplan:outbound:speed_dial:" .. user .. ":" .. destination .. "@" .. domain_name
|
||||
local key = "app:dialplan:speed_dial:" .. destination .. "@" .. domain_name
|
||||
local value = cache.get(key)
|
||||
|
||||
-- decode value from cache
|
||||
|
||||
Reference in New Issue
Block a user