Cisco 8800 Series Manual page 132

Hide thumbs Also See for 8800 Series:
Table of Contents

Advertisement

Report Current Phone Configuration to the Provisioning Server
• 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";
// 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
// report file name
Cisco IP Phone Configuration

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

885188618865

Table of Contents