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

Phone services XML file

pbrown
Level 1
Level 1

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

1 Reply 1

pbrown
Level 1
Level 1

I have is partially figured out. If I replace the #DEVICENAME# with the real device ID, it works. Now I need to figure out how to read the device ID from the phone and insert it into tje URL.

--Patrick