diff --git a/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml b/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml index 8b7e7ffe2f..f7fea2abb7 100644 --- a/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml +++ b/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml @@ -1,7 +1,7 @@ - + \ No newline at end of file diff --git a/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml b/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml index 120f1914e3..c30c7383ba 100644 --- a/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml +++ b/app/dialplan/resources/switch/conf/dialplan/890_local_extension.xml @@ -6,11 +6,16 @@ + + + + + - - - - + + + + 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 9f82aa59e7..2aacabf627 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 @@ -262,7 +262,7 @@ if (call_context == "public" or string.sub(call_context, 0, 7) == "public@" or string.sub(call_context, -7) == ".public") then if (dialplan_detail_tag == "action") then if (first_action) then - table.insert(xml, [[ ]]); + table.insert(xml, [[ ]]); if (domain_uuid ~= nil and domain_uuid ~= '') then domain_name = domains[domain_uuid]; table.insert(xml, [[ ]]);