Yealink Forums
Change Exp39 label via XML Browser - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: Change Exp39 label via XML Browser (/showthread.php?tid=2103)



Change Exp39 label via XML Browser - surik - 07-21-2014 05:56 PM

I have T26P and exp39. I want to change label on exp with this xml:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneConfiguration Beep="yes">
        <Item>expansion_module.1.key.11.type = 35</Item>
        <Item>expansion_module.1.key.11.line = 1</Item>
        <Item>expansion_module.1.key.11.value = http://192.168.23.16/phone/9118</Item>
        <Item>expansion_module.1.key.11.pickup_value = %NULL%</Item>
        <Item>expansion_module.1.key.11.label = 9118</Item>
</YealinkIPPhoneConfiguration>

This is not works although Remote Control was configured correctly for my PC.


RE: Change Exp39 label via XML Browser - Wilson_Yealink - 08-26-2014 10:54 AM

Hi surik,
Please try below auto provision setences to set the EXP39.
Code:
#!version:1.0.0.1
################################################################################​#######
##                                   Expansion Key(Only for T26P/T28P/T46G Models)   ##      
################################################################################​#######
###T46G/T28P/T26P X ranges from 1 to 6, Y ranges from 1 to 40

###expansion_module.X.key.Y.type =
###expansion_module.X.key.Y.line =
###expansion_module.X.key.Y.value =
###expansion_module.X.key.Y.pickup_value =
###expansion_module.X.key.Y.label =
###expansion_module.X.key.Y.xml_phonebook =

###It configures the key feature of the expansion module X key Y.
expansion_module.1.key.1.type =

###It configures the desired line to apply the expansion module key feature.Integer from 1 to 6
expansion_module.1.key.1.line =

###It configures the value of the expansion module key feature.
###The default value is blank.
expansion_module.1.key.1.value =

###It configures the pickup code for BLF feature or conference ID followed by the # sign for Meet-Me conference feature.
###It only applies to BLF and Meet-Me conference features.
###The default value is blank.
expansion_module.1.key.1.pickup_value =

###It configures the label displayed on the LCD screen of the expansion module for each key.
###The default value is blank.
expansion_module.1.key.1.label =

###It only applies to the Local Group, XML Group and Network Group features.Integer from 0 to 48.
expansion_module.1.key.1.xml_phonebook =

For more information about auto provision, please refer to the guide and template. you can get it from below link.
template
auto provision guide