Add a missing required bracket

This commit is contained in:
FusionPBX 2023-04-20 16:00:23 -06:00 committed by GitHub
parent c705e8712c
commit d906b8e60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@
--sanitize the agent_contact and allow specific variables
agent_contact = xml.sanitize(agent_contact);
agent_contact = string.gsub(agent_contact, "{caller_destination}", "${caller_destination");
agent_contact = string.gsub(agent_contact, "{caller_destination}", "${caller_destination}");
--build the xml string
xml:append([[ <agent ]]);