Jump to content

Soft Button as Mute Button


sudo

Recommended Posts

I have several Snom300's that all come with the soft buttons pre programmed. The last button is a Mute button.

 

Now back to snomONE, im on the button profile and theres no mute option.

 

How can I modify these snom300's settings to move the mute button around?

 

I thought this would be appropriate for the snomone forum and not the snom forum as this has to do with the configuration of the buttons through the snomone webui.

 

Thanks in advance.

 

Sudo

Link to comment
Share on other sites

I may have spoken too soon.

 

There is no 'Key Event' for button type. See attached picture for the available options.

 

Have you tried editing the button provisioning file snom_300_buttons.xml? What version of snom ONE are you using? I remember that the older versions (v4.x) had an area under Admin > Provisioning (or, PNP, perhaps) where you could manipulate the settings for 3 buttons on the snom300.

Link to comment
Share on other sites

Looks like Im on ver. 4.5

 

my snom_3xx_fkeys.xml in the ///generated/pbx/ directory

 

<?xml version="1.0" encoding="utf-8"?>

<functionKeys>

<fkey idx="0" context="active" perm="RW">line</fkey>

<fkey idx="1" context="active" perm="RW">line</fkey>

<fkey idx="2" context="active" perm="RW">button 3</fkey>

<fkey idx="3" context="active" perm="RW">line</fkey>

<fkey idx="11" context="active" perm="RW">button 12</fkey>

</functionKeys>

 

I find it interesting that they match up except the last button. There are 6 buttons on the 300 and only 5 buttons specified above.

 

Thoughts?

Link to comment
Share on other sites

Looks like Im on ver. 4.5

 

my snom_3xx_fkeys.xml in the ///generated/pbx/ directory

 

<?xml version="1.0" encoding="utf-8"?>

<functionKeys>

<fkey idx="0" context="active" perm="RW">line</fkey>

<fkey idx="1" context="active" perm="RW">line</fkey>

<fkey idx="2" context="active" perm="RW">button 3</fkey>

<fkey idx="3" context="active" perm="RW">line</fkey>

<fkey idx="11" context="active" perm="RW">button 12</fkey>

</functionKeys>

 

I find it interesting that they match up except the last button. There are 6 buttons on the 300 and only 5 buttons specified above.

 

Thoughts?

 

In my SoHo's /generated/pbx/extention directory, I have:

a snom_3xx_fkeys file w/the following parameters:

<?xml version="1.0" encoding="utf-8"?>

<functionKeys>

<fkey idx="0" context="active" perm="RW">line</fkey>

<fkey idx="1" context="active" perm="RW">line</fkey>

<fkey idx="2" context="active" perm="RW">line</fkey>

<fkey idx="3" context="active" perm="RW">line</fkey>

<fkey idx="4" context="active" perm="RW">line</fkey>

<fkey idx="5" context="active" perm="RW">line</fkey>

<fkey idx="6" context="active" perm="RW">line</fkey>

<fkey idx="7" context="active" perm="RW">line</fkey>

<fkey idx="8" context="active" perm="RW">line</fkey>

<fkey idx="9" context="active" perm="RW">line</fkey>

<fkey idx="10" context="active" perm="RW">line</fkey>

<fkey idx="11" context="active" perm="RW">line</fkey>

</functionKeys>

a snom_300_buttons file w/the following parameters:

<?xml version="1.0" encoding="utf-8"?>

<functionKeys>

<fkey idx="0" context="active" perm="RW">button 1</fkey>

<fkey idx="1" context="active" perm="RW">button 2</fkey>

<fkey idx="2" context="active" perm="RW">button 3</fkey>

<fkey idx="3" context="active" perm="RW">button 4</fkey>

<fkey idx="4" context="active" perm="RW">button 5</fkey>

<fkey idx="5" context="active" perm="RW">button 6</fkey>

</functionKeys>

and, a snom_300_fkeys file w/the following parameters:

<?xml version="1.0" encoding="utf-8"?>

<functionKeys>

<fkey idx="dnd" context="active" perm="RW">button dnd</fkey>

<fkey idx="0" context="active" perm="RW">line</fkey>

<fkey idx="1" context="active" perm="RW">line</fkey>

<fkey idx="2" context="active" perm="RW">keyevent F_REDIAL</fkey>

<fkey idx="3" context="active" perm="RW">url http://192.168.2.1:8...1c39353f</fkey>

<fkey idx="4" context="active" perm="RW">keyevent F_TRANSFER</fkey>

<fkey idx="5" context="active" perm="RW">keyevent F_MUTE</fkey>

</functionKeys>

 

It appears as though the snom_300_fkeys file is the one you're after.

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