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 5ccc18f06b..d07f6090f8 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 @@ -187,6 +187,8 @@ condition_type = 'time'; elseif (dialplan_detail_type == "week") then condition_type = 'time'; + elseif (dialplan_detail_type == "date-time") then + condition_type = 'time'; else condition_type = 'default'; end