From 3db90773263166b18ceef775c54c10765c3690e1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Aug 2016 09:09:52 -0600 Subject: [PATCH] Update dialplan.lua Add inline="true" to domain_uuid and domain_name. --- .../app/xml_handler/resources/scripts/dialplan/dialplan.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua b/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua index ec8fa62f18..582e763aeb 100644 --- a/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua +++ b/resources/install/scripts/app/xml_handler/resources/scripts/dialplan/dialplan.lua @@ -269,11 +269,10 @@ table.insert(xml, [[ ]]); if (domain_uuid ~= nil and domain_uuid ~= '') then domain_name = domains[domain_uuid]; - table.insert(xml, [[ ]]); + table.insert(xml, [[ ]]); end if (domain_name ~= nil and domain_name ~= '') then - table.insert(xml, [[ ]]); - table.insert(xml, [[ ]]); + table.insert(xml, [[ ]]); end first_action = false; end