Add time-of-day to the XML handler.

This commit is contained in:
Mark Crane 2015-03-09 15:51:49 +00:00
parent 0d6f9b8d64
commit 88ba2e161a
1 changed files with 2 additions and 0 deletions

View File

@ -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