getmp3s Posted October 5, 2022 Report Share Posted October 5, 2022 Fanvil X210 and X210i button syntax appears to be wrong in all 68.xx branches I've tested. You can configure the buttons on the sidecar portion of the phone fine, but not the 10 buttons that surround the main display. The X210 and X210i phones should be using the same button provisioning syntax as the XU series phones but Vodia is forcing an unrecognized tag called “SidekeyConfig” for the X210 and X210i buttons that are around the main display where the expected syntax is "Fkey index" which the same as what is being used for X5U, X6U phones. Fanvil just ignores anything with "SidekeyConfig" since its not relevant. This is preventing the buttons on the screen of the X210 from provisioning. Vodia is Configuring the screen buttons like this: <dssSide index="1"> <SidekeyConfig1 index="1"> <Type>2</Type> <Value>SIP1</Value> <Title>Outgoing Line</Title> <ICON>Green</ICON> </SidekeyConfig1> </dssSide> This is the correct configuration Syntax: <dssSide index="1"> <Fkey index="1"> <Type>2</Type> <Value>SIP1</Value> <Title>Outgoing Line</Title> <ICON>Green</ICON> </Fkey> </dssSide> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.