Downloading Templates

You can download a template, for example, to edit it in a PC-based editor.

To download a template:
Click the Download configuration template button and save the xml file in a folder on your PC.

The template shows two sections:

The upper section defines the global parameters that will be in the global configuration file
The lower section defines the privateuser parameters that will be in the device configuration file
Copy
<?xml version="1.0" encoding="ISO-8859-1"?>
<ipphonetamplate>
    <type>audiocodes_C470HD</type>
    <description >AudioCodes C470HD LYNC</description>
    
    
    <file_config>
        <type>global_file</type>
        <profile>global</profile>
        <encrypt_mode>0</encrypt_mode>
        <name>Audiocodes_C470HD_global_LYNC_empty.cfg</name>
        <destinationDir>%ITCS_destination%</destinationDir>
        <data>
<![CDATA[
]]>
        </data>
    </file_config>



    <file_config>
        <type>file</type>
        <profile>user</profile>
        <encrypt_mode>0</encrypt_mode>
        <name>%ITCS_mac%.cfg</name>
        <destinationDir>%ITCS_destination%</destinationDir>
<data><![CDATA[;include Audiocodes_C470HD_global_LYNC_empty.cfg
display/language=%ITCS_Language%
dm/report_config/paths=provisioning/period/*
dm/report_status/paths=status/packages/*, status/audio/stream/*, status/network/wifi/mac, status/installed/*, status/peripheral/device/*, status/Wifi/*, status/lldp/chassis/*, status/ssl_certificate/*,status/version_info/*, status/device/serial_number
ems_server/keep_alive_period=2
ems_server/provisioning/url=%ITCS_LTC_PROV_URL%
ems_server/user_name=system
ems_server/user_password={"VvlZOp5/5pM="}
provisioning/configuration/url=%ITCS_LTC_CFG_URL%
provisioning/firmware/url=%ITCS_LTC_FIRMWARE_URL%
provisioning/generated_cfg_timestamp=%ITCS_Version%
provisioning/method=STATIC
provisioning/period/daily/time=0:00
provisioning/period/hourly/hours_interval=24
provisioning/period/type=DAILY
provisioning/period/weekly/day=SUNDAY
provisioning/period/weekly/time=0:00
provisioning/random_provisioning_time=120
zzz1_tenant_cfg=ENABLE
zzz21_group_cfg=ENABLE
zzz21_profile_cfg=ENABLE
zzz2_site_cfg=ENABLE
zzz3_user_cfg=ENABLE]]>
</data>
    </file_config>
</ipphonetamplate>