The "CustomData.xml" File

Last Updated : Dec 10, 2020 |
Prolog information
This file is loaded by subscription systems when they first connect to COM. The values in the file are used to set various configuration settings relating to IP Office/COM operation.
Unlike other customization file, this file is only loaded once. It is not reloaded by refresh customization file commands.

Sample CustomData.xml File

The following is a sample file. The values are used to enable (1) or disable (0) the related IP Office configuration settings.
<?xml version="1.0" encoding="utf-8"?>
<customdata version="1">
  <security>
    <centralmgmt>1</centralmgmt>
    <centralcert>1</centralcert>
    <remoteaccess>0</remoteaccess>
    <remoteupgrade>1</remoteupgrade>
    <logtransfer>1</logtransfer>
    <externalremoteaccess>0</externalremoteaccess>
  </security>
  <vmpro>
    <backupconfig>1</backupconfig>
    <backupprompts>0</backupprompts>
    <backupmailboxes>1</backupmailboxes>
  </vmpro>
</customdata>
The values are used to enable (1) or disable (0) the related IP Office configuration settings.