Merge pull request #1334 from kpabijanskas/master
XML Handler incorrectly handling 'date-time' time conditions
This commit is contained in:
commit
538cec5669
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue