Jump to content

Snom300 individual 3-6 buttons


Alex Sergeev

Recommended Posts

Good day!

 

Please help to resolve problem. Our Snom 300 users can not program 3-6 keys.

 

PBXnSIP - 4.2.0.3981, Snom300 - 8.4.18.

 

We have xml-file snom_300_fkeys.xml to configure the phone function keys as follows:

 

<functionKeys>

{if_button dnd none}

<fkey idx="dnd" context="active" perm="RW">{enum_button dnd button+dnd private=line}</fkey>

{fi_button dnd none}{if_button 1 none}

<fkey idx="0" context="active" perm="RW">{enum_button 1 button+1 private=line}</fkey>

{fi_button 1 none}{if_button 2 none}

<fkey idx="1" context="active" perm="RW">{enum_button 2 button+2 private=line}</fkey>

{fi_button 2 none}

<fkey idx="2" context="active" perm="RW">{parameter snom_button3}</fkey>

<fkey idx="3" context="active" perm="RW">{parameter snom_button4}</fkey>

<fkey idx="4" context="active" perm="RW">{parameter snom_button5}</fkey>

<fkey idx="5" context="active" perm="RW">{parameter snom_button6}</fkey>

</functionKeys>

 

These settings are globally on PnP-page. How do I change the line:

 

<fkey idx="5" context="active" perm="RW">{parameter snom_button6}</fkey>

 

so the extension-user can configure this key individual over a global setting?

Link to comment
Share on other sites

You could either take the line out completely, then the user can configure the phone locally (on the phone).

 

Or you change the button 6 line the buttons 1/2, so that the user can use the web interface of the PBX to set the button up:

 

{if_button 6 none}

<fkey idx="5" context="active" perm="RW">{enum_button 6 button+6 private=line}</fkey>

{fi_button 6 none}

 

However those changes apply to all users then and all users must set up the button.

Link to comment
Share on other sites

  • 6 months later...
  • 2 weeks later...

Friends,

 

Does anyone know what it is: {enum_button 6 button+6 private=line}?

 

Can I write the following:

{if_button 5 none}

<fkey idx="4" context="active" perm="RW">{enum_button 6 button+6 private=transfer}</fkey>

{fi_button 5 none}{if_button 6 none}

<fkey idx="5" context="active" perm="RW">{enum_button 6 button+6 private=mute}</fkey>

{fi_button 6 none}

?

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...