$devicename = trim($devicename, "'\"");
$serialno = $_POST['serialno'];
$serialno = trim($serialno, "'\"");
$username = $_POST['username'];
$username = trim($username, "'\"");
// where to put the file
$fullfilename = "/var/prtuploads/".$filename;
// If the file upload is unsuccessful, return a 500 error and
// inform the user to try again
if(!move_uploaded_file($_FILES['prt_file']['tmp_name'], $fullfilename)) {
header("HTTP/1.0 500 Internal Server Error");
die("Error: You must select a file to upload.");
}
?>
Before you begin
Access the phone administration web page. See Access the Phone Web Page, on page 92.
Procedure
Step 1 Select Voice > Provisioning.
Step 2 In the Problem Report Tool section, set the fields as described in the Problem Report Tool, on page 252.
You can also configure the parameters in the phone configuration file with XML(cfg.xml) code. Enter the
string in this format:
<PRT_Upload_Rule ua="na">
http://64.101.234.132:8000//Users/abcd/uploads/prt/test-prt.tar.gz
</PRT_Upload_Rule>
<PRT_Upload_Method ua="na">POST</PRT_Upload_Method>
<PRT_Max_Timer ua="na">20</PRT_Max_Timer>
Step 3 Click Submit All Changes.
Configure a Phone to Accept Pages Automatically
The Single Paging or Intercom feature enables a user to directly contact another user by phone. If the phone
of the person being paged has been configured to accept pages automatically, the phone does not ring. Instead,
a direct connection between the two phones is automatically established when paging is initiated.
Before you begin
Access the phone administration web page. See Access the Phone Web Page, on page 92.
Cisco IP Phone 6800 Series Multiplatform Phones Administration Guide
178
Phone Administration
Configure a Phone to Accept Pages Automatically