Description

Enforce an action to execute when a "check-sync" event is received on the phone.

When an action is configured, that action is executed, no matter the content of the received check-sync event. When that setting is empty or invalid, the content of the check-sync event is therefore executed.

For more details about the check-sync event, refer to How to trigger the phone to reset or synchronize its settings via provisioning.


Web User Interface

N/A


Phone User Interface

N/A


Auto-provisioning

ParameterDescription
<checksync_action perm="PERMISSIONFLAG">VALIDVALUE</checksync_action>
  • reboot   Reboot wanted and an auto-provisioning MAY happen (see update_policy and provisioning_order settings)
  • factory-reset  Factory reset of the phone (including reboot and possibly auto-provisioning also)
  • reregister  Refresh of the SIP registration
  • sync  Trigger a reloading of the configuration from the provisioning server, without enforcing a reboot
  • delete-contacts  Clear the contact directory (phonebook) of all entries, no matter they are local or provisioned.

Default: Empty → Follow the check-sync message

  • No labels