Description

The SnomIPPhoneImageFile tag (or IPPhoneImageFile) displays an image from an external URL.

See examples for this tag below.


This XML Item is deprecated, please use IPPoneMenu / MenuImage.



Valid Attributes



Valid Subtags

SnomIPPhoneImageFile can contain any of the subtags from the Main Subtags list.

In addition, it contains the following subtags:

URL

The location of the image file

Height

Determine the height of the image

Width

Determine the width of the image

LocationX

The X-coordinate where the image should be placed on the phone display

LocationY

The Y-coordinate where the image should be placed on the phone display



Examples

Simple example

XML Code:

<?xml version="1.0" encoding="UTF-8"?>
<SnomIPPhoneImageFile>
	<LocationX>30</LocationX>
	<LocationY>-2</LocationY>
	<URL>https://service.snom.com/download/attachments/48400101/cloud.jpeg</URL>
	<Height>600</Height>
	<Width>300</Width>
</SnomIPPhoneImageFile>

Result: