Grandstream Networks GXV3140 IP Phone User Manual


 
Grandstream Networks, Inc. XML Based GUI Configuration Guide Page 22 of 26
www.grandstream.com Last Updated: 03/2010
Element “FileName”:
This specifies the name of the picture that will be displayed on the desktop. It is mandatory.
Element “X”:
Decide the x coordinate where the picture puts on the desktop. It is mandatory.
Element “Y”:
Decide the y coordinate where the picture puts on the desktop. It is mandatory.
Element “Width”:
Decide the width of the picture, this will only take effects when the attribute “scaled” set to “true”,
otherwise the original width of the picture will be kept. This element is optional. When it is absent or when
the value is equal to -1, the width will be kept to the original width of the picture.
Element “Height”:
Decide the height of the picture, only take effects when the attribute “scaled” set to “true”, otherwise
keep the original height of the picture. This element is optional. When it is absent or when the value is
equal to -1, the height is kept the original height of the picture.
Attribute “scaled”:
Whether to scale the picture to the size Width * Height .The value must be “true” or “false”. This
attribute is optional. When it is absent or when the value is equal to false, the picture will not be scaled.
Attribute “preserve_ratio”:
Decide whether to preserve the aspect ratio of the picture when scaling. Only take effects when the
attribute “scaled” set to “true”. The value must be “true” or “false”. This attribute is optional. When it is
absent or when the value is equal to false, the ratio of the picture is not preserved.
7.2.2.2.2 Element “DisplayString”
This element carries the information on how a string is to be rendered on screen. It has the following
elements and attributes:
Element “RegisterShow”:
The same function as the “RegisterShowelement in “DisplayPicture” element. Shows the string
when account is registered, unregistered or always. It is optional.
Element “StringValue”:
This specifies the string which will be displayed on the screen. It is mandatory.
Element “X”:
The same as the “DisplayPicture”, the x coordinate where the string is placed. It is mandatory.
Element “Y”:
The same as the “DisplayPicture”, the y coordinate where the string is placed. It is mandatory.
Element “Width”:
The total width of the string placed on the screen. It can be used to make horizontal alignment.
It is optional. When it is absent or when value is -1, the width is decided by the system.
Element “Height”:
The total height of the string when put to the screen. It can be used to make the vertical alignment.
It is optional. When it is absent or when value is -1, the height is decided by the system.
Attribute “size”: