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
commit 538cec5669
1 changed files with 2 additions and 0 deletions

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