Procedure
Step 1 Connect your PC to the phone LAN.
Step 2 Run a TFTP server application on the PC and ensure that the configuration file is available in the TFTP root
directory.
Step 3 In a web browser, enter the phone LAN IP address, the IP address of the computer, the filename, and the login
credentials. Use this format:
http://<WAN_IP_Address>/admin/resync?tftp://<PC_IP_Address>/<file_name>&xuser=admin&xpassword=<password>
Example:
http://192.168.15.1/admin/resync?tftp://192.168.15.100/my_config.xml&xuser=admin&xpassword=admin
Download the Configuration File to the Phone with cURL
Complete these steps to download the configuration to the phone by using cURL. This command-line tool is
used to transfer data with a URL syntax. To download cURL, visit:
https://curl.haxx.se/download.html
We recommend that you do not use cURL to post the configuration to the phone because the username and
password might get captured while using cURL.
Note
Procedure
Step 1 Connect your PC to the LAN port of the phone.
Step 2 Download the configuration file to the phone by entering the following cURL command:
curl –d @my_config.xml
“http://192.168.15.1/admin/config.xml&xuser=admin&xpassword=admin”
Provisioning Parameter Types
This section describes the provisioning parameters broadly organized according to function:
These provisioning parameter types exist:
• General Purpose
• Enables
• Triggers
• Configurable Schedules
Cisco IP Phone 8800 Series Multiplatform Phone Administration Guide for Release 11.3(1) and Later
87
Cisco IP Phone Provisioning
Download the Configuration File to the Phone with cURL