mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 21:24:58 +00:00
Change Fanvil event header for check_sync command (#7740)
Fanvils don't provision from the web gui without this change.
This commit is contained in:
committed by
GitHub
parent
639a69cf3c
commit
141a350a96
@@ -111,7 +111,7 @@
|
||||
event:addHeader('event-string', 'check-sync;reboot=true');
|
||||
end
|
||||
if (command == "check_sync") then
|
||||
event:addHeader('event-string', 'resync');
|
||||
event:addHeader('event-string', 'check-sync');
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user