Specifications
Yealink IP Phone XML Objects
35
Phones Auto Provisioning Guide
.
XML description of the PhoneConfiguration object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneConfiguration
Beep = “yes/no”
>
<Item>parameter= value</Item>
<!--Additional Configuration Items may be added (up to 1300)-->
</YealinkIPPhoneConfiguration>
The parameters of the PhoneConfiguration object are listed in the following table:
Parameter
Type
Value
Description
YealinkIPPhoneConfi
guration
mandatory
none
The root element of the
PhoneConfiguration object.
Beep
optional
“yes”
“no”
Whether to play a tone when
applying the configuration. Default
value is “yes”.
Item
mandatory
none
Configuration item.
An example of the PhoneConfiguration object:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneConfiguration
Beep="yes"
>
<Item>account.3.enable = 1</Item>
<Item>account.3.label = 10008</Item>
<Item>account.3.display_name = 10008 </Item>
<Item>account.3.user_name = 10008</Item>
<Item>account.3.user_name = 10008</Item>
<Item>account.3.password = 10008</Item>
<Item>account.3.sip_server_host = 10.2.1.199</Item>
</YealinkIPPhoneConfiguration>