Corporate And Personal Directories Setup; Corporate Directory Setup - Cisco Webex 840 Manual

Hide thumbs Also See for Webex 840:
Table of Contents

Advertisement

Corporate and Personal Directories Setup

$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)) {
}
?>
Procedure
Step 1
Set up a server that can run your PRT upload script.
Step 2
Write a script that can handle the parameters listed above, or edit the provided sample script to suit your needs.
Step 3
Upload your script to your server.
Step 4
In Cisco Unified Communications Manager, go to the Product Specific Configuration Layout area of the
individual device configuration window, Common Phone Profile window, or Enterprise Phone Configuration
window.
Step 5
Check Customer support upload URL and enter your upload server URL.
Example:
http://example.com/prtscript.php
Step 6
Save your changes.
Corporate and Personal Directories Setup
You can make it easy for your users to contact coworkers using a corporate directory.
You can also enable users to create personal directories. Each individual user has a personal directory, which
they can access from any device.
The corporate and personal directories are set up in the Cisco Unified Communications Manager.

Corporate Directory Setup

The Corporate Directory allows a user to look up phone numbers for coworkers. To support this feature, you
must configure corporate directories.
Cisco Unified Communications Manager uses a Lightweight Directory Access Protocol (LDAP) directory to
store authentication and authorization information about users of Cisco Unified Communications Manager
applications that interface with Cisco Unified Communications Manager. Authentication establishes user
rights to access the system. Authorization identifies the telephony resources that a user is permitted to use,
such as a specific phone extension.
Webex Wireless Phone 840 and 860 Administration Guide for Cisco Unified Communications Manager
54
header("HTTP/1.0 500 Internal Server Error");
die("Error: You must select a file to upload.");
Cisco Unified Communications Manager Phone Configuration

Advertisement

Table of Contents
loading

This manual is also suitable for:

Webex 860

Table of Contents