From 88ba2e161ace735665da03ce6da033e83cdd1500 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 9 Mar 2015 15:51:49 +0000 Subject: [PATCH] Add time-of-day to the XML handler. --- .../app/xml_handler/resources/scripts/dialplan/dialplan.lua | 2 ++ 1 file changed, 2 insertions(+) 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 d2d6848080..cf9a08a8fe 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 @@ -181,6 +181,8 @@ condition_type = 'time'; elseif (dialplan_detail_type == "mon") then condition_type = 'time'; + elseif (dialplan_detail_type == "time-of-day") then + condition_type = 'time'; elseif (dialplan_detail_type == "yday") then condition_type = 'time'; elseif (dialplan_detail_type == "year") then