mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update index.lua
Added a commented out resync option.
This commit is contained in:
@@ -193,6 +193,8 @@
|
||||
event:addHeader('content-type', 'application/simple-message-summary');
|
||||
--check sync
|
||||
event:addHeader('event-string', 'check-sync;reboot='..reboot);
|
||||
--event:addHeader('event-string', 'resync');
|
||||
resync
|
||||
--send the event
|
||||
event:fire();
|
||||
end);
|
||||
@@ -249,6 +251,7 @@
|
||||
event:addHeader('content-type', 'application/simple-message-summary');
|
||||
--check sync
|
||||
event:addHeader('event-string', 'check-sync;reboot='..reboot);
|
||||
--event:addHeader('event-string', 'resync');
|
||||
--send the event
|
||||
event:fire();
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user