0% found this document useful (0 votes)
12 views1 page

Configure CME GUI for Phone Management

The document provides instructions for setting up a GUI web interface to allow users to log into and manage phone speed dials and other settings. It describes extracting the cme-gui files, enabling the HTTP server and setting the file path, turning on the GUI in the telephony service configuration, and providing admin and customer access with usernames and passwords. The GUI should then be reachable at http://172.16.0.5/ccme.html.

Uploaded by

Denisa Prifti
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Configure CME GUI for Phone Management

The document provides instructions for setting up a GUI web interface to allow users to log into and manage phone speed dials and other settings. It describes extracting the cme-gui files, enabling the HTTP server and setting the file path, turning on the GUI in the telephony service configuration, and providing admin and customer access with usernames and passwords. The GUI should then be reachable at http://172.16.0.5/ccme.html.

Uploaded by

Denisa Prifti
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Assuming you followed the basics for CUCME you now should have 2 phones ready to talk with

each
other. Obviously, thats just the start.

Let’s try to setup the GUI so users can log into a Webinterface and change Speed Dials and other stuff on
their phones. The CME Gui files from the last article are needed.

There is a folder called [Link] in the CME file we downloaded earlier. Copy it over and
extract it with the following command

archive tar /xtract flash:/[Link] flash:gui/

Next, we actually turn on the http server on the router and set the path of the files

router(config)#ip http server


router(config)#ip http path flash:gui/

Now, we need to enable the GUI

router(config)#telephony-service
router(config-telephony)#web admin system name admin password cisco

and if we want to give access to the customer, we also need

router(config-telephony)#web admin customer name customer password cisco

and we allow to edit the Directory Numbers via the Web Interface

router(config-telephony)#dn-webedit

and we should be able to reach the GUI via

[Link]

You might also like