Jump to content

Setting snom parameters via PnP (Plug and Play)


reco

Recommended Posts

i want to set the following parameters which are not in the PnP settings in the admin interface.

 

holding_reminder!: off

user_ringer1!: Ringer7

ring_sound!: Ringer7

alert_internal_ring_sound!: Ringer7

alert_external_ring_sound!: Ringer7

 

i looked at this post but cannot figure out how to get this work

http://forum.pbxnsip.com/index.php?showtop...8&hl=ringer

 

any help? thanx

Link to comment
Share on other sites

i want to set the following parameters which are not in the PnP settings in the admin interface.

 

holding_reminder!: off

user_ringer1!: Ringer7

ring_sound!: Ringer7

alert_internal_ring_sound!: Ringer7

alert_external_ring_sound!: Ringer7

 

i looked at this post but cannot figure out how to get this work

http://forum.pbxnsip.com/index.php?showtop...8&hl=ringer

 

any help? thanx

 

Put the following file into the html directory:

 

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

<phone-settings>

<holding_reminder perm="RW">off</holding_reminder>

<user_ringer1 perm="RW">Ringer7</user_ringer1>

<ring_sound perm="RW">Ringer7</ring_sound>

<alert_internal_ring_sound perm="RW">Ringer7</alert_internal_ring_sound>

<alert_external_ring_sound perm="RW">Ringer7</alert_external_ring_sound>

</phone-settings>

 

Check the log about what file is missing in the provisioning process. Could be "snom_320_custom.xml" or something like that.

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