I'm trying to create a menu.xml file to deliver Extension Mobility to all of the phones.
Here is a copy of my XML file:
<?xml version="1.0" encoding="UTF-8"?>
<CiscoIPPhoneMenu>
<Title>Seattle Mental Health Services</Title>
<MenuItem>
<Name>Extension Mobility</Name>
<URL>http://caph-cm1/emapp/EMAppServlet?device=#DEVICENAME#</URL>
</MenuItem>
</CiscoIPPhoneMenu>
The menu displays okay but I get a "host not found" error when EM is selected. Any idea?
Note: The URL line abover is all on one line (not wrapped).
Thanks,
Patrick