Add a missing required bracket
This commit is contained in:
parent
c705e8712c
commit
d906b8e60d
|
|
@ -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 ]]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue