Phone Line Configuration Options
For release 1.3(0) or newer, you can configure Auto Answer and Line Text Label for the Webex Wireless
Phone 840 and 860.
For more details about these options, see the
Feature Configuration Guide for Cisco Unified Communications
for your release.
Problem Report Tool
The
Report a Problem
feature on the
Cisco Phone
app creates a problem report log bundle. To troubleshoot
phone problems, you require:
• The log bundles from the
Report a Problem
feature.
• The date and time of the problem.
• A description of the problem.
If the phone's web browser is enabled, you can download the log bundle from the phone's web browser.
Optionally, you may set up a problem report upload server for the log bundles. To set up a problem report
upload server, you must add a server address to the Customer Support Upload URL field on Cisco Unified
Communications Manager.
Related Topics
, on page 150
Configure a Customer Support Upload URL
You must use a server with an upload script to receive PRT files. The PRT uses an HTTP POST mechanism,
with the following parameters included in the upload (utilizing multipart MIME encoding):
• devicename (example: “SEP001122334455”)
• serialno (example: “FCH12345ABC”)
• username (the username configured in Cisco Unified Communications Manager, the device owner)
• prt_file (example: “probrep-20141021-162840.tar.gz”)
A sample script is shown below. This script is provided for reference only. Cisco does not provide support
for the upload script installed on a customer's server.
<?php
// NOTE: you may need to edit your php.ini file to allow larger
// size file uploads to work.
// Modify the setting for upload_max_filesize
// I used:
upload_max_filesize = 20M
// Retrieve the name of the uploaded file
$filename = basename($_FILES['prt_file']['name']);
// Get rid of quotes around the device name, serial number and username if they exist
$devicename = $_POST['devicename'];
$devicename = trim($devicename, "'\"");
Webex Wireless Phone 840 and 860 Administration Guide for Cisco Unified Communications Manager
53
Cisco Unified Communications Manager Phone Configuration
Phone Line Configuration Options