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 cab71f9bc5
commit 7fe3aac2bb
1 changed files with 1 additions and 1 deletions

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