Update index.lua (#3196)

A reboot for snom provisioning is not needed.
This commit is contained in:
ednt
2018-06-26 19:45:12 +02:00
committed by FusionPBX
parent 758a89484c
commit f413330a1a

View File

@@ -161,7 +161,7 @@
event:addHeader('event-string', 'check-sync;reboot=true');
end
if (command == "check_sync") then
event:addHeader('event-string', 'check-sync;reboot=true');
event:addHeader('event-string', 'check-sync;reboot=false');
end
end