Simplify the speed_dial cache key

This commit is contained in:
FusionPBX 2022-12-08 21:07:25 -07:00 committed by GitHub
parent a62235e983
commit 3f4c74dac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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