Merge pull request #1334 from kpabijanskas/master
XML Handler incorrectly handling 'date-time' time conditions
This commit is contained in:
@@ -187,6 +187,8 @@
|
|||||||
condition_type = 'time';
|
condition_type = 'time';
|
||||||
elseif (dialplan_detail_type == "week") then
|
elseif (dialplan_detail_type == "week") then
|
||||||
condition_type = 'time';
|
condition_type = 'time';
|
||||||
|
elseif (dialplan_detail_type == "date-time") then
|
||||||
|
condition_type = 'time';
|
||||||
else
|
else
|
||||||
condition_type = 'default';
|
condition_type = 'default';
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user