Merge pull request #1334 from kpabijanskas/master

XML Handler incorrectly handling 'date-time' time conditions
This commit is contained in:
FusionPBX
2015-12-18 08:47:47 -07:00

View File

@@ -187,6 +187,8 @@
condition_type = 'time';
elseif (dialplan_detail_type == "week") then
condition_type = 'time';
elseif (dialplan_detail_type == "date-time") then
condition_type = 'time';
else
condition_type = 'default';
end