Jump to content

Fanvil X210 and X210i Side Screen Buttons


getmp3s

Recommended Posts

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>

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...