cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
363
Views
0
Helpful
2
Replies

Phone Services Emulator and IconMenu

admin_2
Level 3
Level 3

Has anyone got the Emulator (v2.0) to display <CiscoIPPhoneIconMenu>s?

I just get a "Host Not Found"

thanks

Rich

Just in case it is my XML:

<CiscoIPPhoneIconMenu>

<title>CPD Videos</title>

<Prompt>Avliable CPD Videos</Prompt>

<Menuitem>

<IconIndex>0</IconIndex>

<name>Fees Classification</name>

<URL>http://192.168.250.110/cisco/fees.xml</URL>

</Menuitem>

<IconItem>

<Index>0</Index>

<Width>12</Width>

<Height>10</Height>

<Depth>2</Depth>

<Data>FFFFFF0300C00300C80300E20380C02320C08B08C00302C00300C0FFFFFF</Data>

</IconItem>

</CiscoIPPhoneIconMenu>

2 Replies 2

stephan.steiner
Spotlight
Spotlight

Don't know if this will do the trick but I'd try to use the syntax as Cisco defined: and .

Have you run the XML through the XML validator? I tried a quick push test, and all my phones return an error6 when I try that XML, so someting must be seriously wrong (Cisco claims error 6 should never happen anymore).

In my experience, host not found usually means the phone can't locate a resource (happens when you try to play a non existing file for instance, or of you're trying to play a raw file on the phone when only connected to a simulator).

aaronw.ca
Level 5
Level 5

Stephan is correct. Cisco XML element and attribute names are case-sensitive.

So to start with, correct case of the title, name, and menuitem elements. With these changes the xml you posted works correctly on an IP phone (7960).

However, it still gives the "host not found" error on the PSE. The PSE may not support icon menus (I seem to recall something about that in the past, perhaps someone else can confirm?)

Hope that helps!