Add time-of-day to the XML handler.
This commit is contained in:
@@ -181,6 +181,8 @@
|
|||||||
condition_type = 'time';
|
condition_type = 'time';
|
||||||
elseif (dialplan_detail_type == "mon") then
|
elseif (dialplan_detail_type == "mon") then
|
||||||
condition_type = 'time';
|
condition_type = 'time';
|
||||||
|
elseif (dialplan_detail_type == "time-of-day") then
|
||||||
|
condition_type = 'time';
|
||||||
elseif (dialplan_detail_type == "yday") then
|
elseif (dialplan_detail_type == "yday") then
|
||||||
condition_type = 'time';
|
condition_type = 'time';
|
||||||
elseif (dialplan_detail_type == "year") then
|
elseif (dialplan_detail_type == "year") then
|
||||||
|
|||||||
Reference in New Issue
Block a user