Add time-of-day to the XML handler.
This commit is contained in:
parent
0d6f9b8d64
commit
88ba2e161a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue