cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
619
Views
0
Helpful
1
Replies

CME System Speed Dial

b.tether
Level 1
Level 1

Hi, does anybody have a working example of the speeddial.xml file that is needed and the format for name and number entry?

1 Reply 1

Rob Huffman
Hall of Fame
Hall of Fame

Hi Brendan,

I don't have an actual working copy, but perhaps this info will help:

After the administrator places the speeddial.xml file in the Cisco CME router's Flash memory, the local speed-dial menu appears when Local Speed Dial is selected from the Directories menu.

Prerequisites

•In any text editor, create a file called speeddial.xml in the Cisco-specified directory DTD format. Use the keywords and format shown below to specify names and numbers for a local speed-dial list.

•Copy the file to the TFTP server application on the Cisco CME router.

Sample speeddial.xml File

Local Speed Dial

Record 1 to 1 of 1

Security

71111

Marketing

71234

Tech Support

71432

SUMMARY STEPS

1. copy tftp flash

2. configure terminal

3. ip http server

4. ip http path flash:

DETAILED STEPS

Command or Action Purpose

Step 1

copy tftp flash

Example:

Router# copy tftp flash

Address or name of remote host []? 172.24.59.11

Source filename []? speeddial.xml

Destination filename [speeddial.xml]?

Accessing tftp://172.24.59.11/speeddial.xml...

Erase flash:before copying? [confirm]n

Loading speeddial.xml from 172.24.59.11 (via

FastEthernet0/0):!

[OK - 329 bytes]

Verifying checksum... OK (0xF5DB)

329 bytes copied in 0.044 secs (7477 bytes/sec)

Copies the file from the TFTP server to the router Flash memory.

•At the first prompt, enter the IP address or the DNS name of the remote host.

•At both filename prompts, enter speeddial.xml.

•At the prompt to erase Flash, enter no.

Step 2

configure terminal

Example:

Router# configure terminal

Enters global configuration mode.

Step 3

ip http server

Example:

Router(config)# ip http server

Enables the Cisco web-browser user interface on the router.

Step 4

ip http path flash:

Example:

Router(config)# ip http path flash:

Sets the base HTTP path to Flash memory.

Example

The following example enables the Cisco web browser and sets the HTTP path to Flash memory so that the speeddial.xml file in Flash memory is accessible to IP phones:

ip http server

ip http path flash:

From this doc:

Configuring Cisco CME Phone Features

http://www.cisco.com/en/US/products/sw/iosswrel/ps5207/products_administration_guide_chapter09186a00801f125b.html#wp2188511

Hope this helps!

Rob

Please remember to rate helpful posts.........