Specifications

3-13
Cisco Unified IP Phone Services Application Development Notes
OL-22505-01
Chapter 3 CiscoIPPhone XML Objects
XML Object Definitions
<Prompt>Image File Object</Prompt>
<LocationX>0</LocationX>
<LocationY>0</LocationY>
<URL>http://10.74.63.74:8080/xsi/normal1.png</URL>
</CiscoIPPhoneImageFile>
With WindowMode attribute set to Normal. See Figure 3-8.
<CiscoIPPhoneImageFile WindowMode="Normal">
<Title>Image File Object</Title>
<Prompt>Image File Object</Prompt>
<LocationX>297</LocationX>
<LocationY>0</LocationY>
<URL>http://10.74.63.74:8080/xsi/normal1.png</URL>
</CiscoIPPhoneImageFile>
Figure 3-8 CiscoIPPhoneImageFile Object
WindowMode attribute set to Wide and point the url to a larger png image file. See Figure 3-9.
<CiscoIPPhoneImageFile WindowMode="Wide">
<Title>Image File Object</Title>
<Prompt>Image File Object</Prompt>
<LocationX>319</LocationX>
<LocationY>0</LocationY>
<URL>http://10.74.63.74:8080/xsi/wide1.png</URL>
</CiscoIPPhoneImageFile>
Figure 3-9 WindowMode Attribute Set to Wide