04-05-2006 03:23 AM - edited 03-13-2019 12:46 PM
Hi, does anybody have a working example of the speeddial.xml file that is needed and the format for name and number entry?
04-05-2006 05:23 AM
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
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
Hope this helps!
Rob
Please remember to rate helpful posts.........
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide