EasyManua.ls Logo

Cisco 8861 - USB Headsets; Cisco IP Phone 8800 Key Expansion Module

Cisco 8861
544 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
HTTP PUT Changed Configuration and Status
If the HTTP report method is PUT, you enter the URL for the report rule in this format:
[--status]http://my_http_server/config-mpp-status.xml
[--delta]http://my_http_server/config-mpp-delta.xml
The phone will report status data to http://my_http_server/config-mpp-status.xml and
http://my_http_server/config-mpp-delta.xml
HTTP POST Changed Configuration
If the report method is POST, you enter the URL for the report rule in this format:
[--delta]http://my_http_server/report_upload.php
The report upload file format"
// report_upload.php content
<?php
$filename = “report_cfg.xml”; // report file name
// where to put the file
$file = “/path/to/file”.$filename;
// get data from http post
$report_data = file_get_contents(‘php://input');
// save the post data to file
$file_put_contents($file, $report_data);
?>
The phone will upload changed data to http://my_http_server/report_cfg.xml
Cisco IP Phone 8800 Series Multiplatform Phone Administration Guide for Release 11.3(1) and Later
112
Cisco IP Phone Configuration
Report Current Phone Configuration to the Provisioning Server

Table of Contents

Other manuals for Cisco 8861

Related product manuals