From 9da40c38be9c77cdc4393a89ca087ad4aea0e492 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 22 Sep 2025 11:17:54 -0600 Subject: [PATCH] Fix a syntax error --- .../app/dialplan/resources/inbound/010_get_domain.lua.noload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload b/app/switch/resources/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload index 3c3ec22381..5fa879aba4 100644 --- a/app/switch/resources/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload +++ b/app/switch/resources/scripts/app/dialplan/resources/inbound/010_get_domain.lua.noload @@ -62,7 +62,7 @@ --set the cache domain = "domain_uuid=" .. domain_uuid .. "&domain_name=" .. domain_name; if cache.support() then - local key = app:dialplan:inbound:get_domain:" .. destination_number .. " '"..domain.."' "..expire["get_domain"]; + local key = "app:dialplan:inbound:get_domain:" .. destination_number .. " '"..domain.."' "..expire["get_domain"]; if debug['cache'] then freeswitch.consoleLog("notice", "[dialplan][cache] set key: " .. key .. "\n") end