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