Content
The SnomIPPhoneImageFile tag (or IPPhoneImageFile) displays an image from an external URL.
See examples for this tag below.
SnomIPPhoneImageFile can contain any of the subtags from the Main Subtags list.
In addition, it contains the following subtags:
The location of the image file
Determine the height of the image
Determine the width of the image
The X-coordinate where the image should be placed on the phone display
The Y-coordinate where the image should be placed on the phone display
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:
Further Information
Related articles