Add time-of-day to the XML handler.

This commit is contained in:
Mark Crane 2015-03-09 15:51:49 +00:00
parent 4642a6e4a5
commit a1055b60a3
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