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]