Jump to content

Use a ringtone on the Snom 370


Tom Waterman

Recommended Posts

All, I have an install using 4.2.0.3958 on Windows. Before when they were running 3.2 they were able to change the ringtones on the phones and it worked. The standard rington is terrible (customer opinion). How can I make it so they can use one of the ringtones on the phone. These are snom 370 running 8.4.18 42574 and are autoprovisioned by the pbx. Any help would be greatly appreciated.

 

Tom

Link to comment
Share on other sites

You can edit the file ringtones.xml through the web interface (admin/web page control/templates) and put there whatever you want.

 

What if I just want the user to be able to select one of the ringtones on the phone? Should I just delete all the settings in the ringtones.xml file?

Link to comment
Share on other sites

Don't remove the entries, just leave them empty (so that the PBX will send a empty string).

Ok help me out here a little bit. Here is the default ringtone.xml Can you please show me what needs to be deleted?

 

<?xml version="1.0"?>

<ringtones>

<tone name="custom1">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Custom 1</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr4></vendor>

<!-- vendor snom on -->

<vendor></vendor>

</tone>

<tone name="custom2">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Custom 2</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr4></vendor>

<!-- vendor snom on -->

<vendor><http://127.0.0.1/Bellcore-dr4></vendor>

</tone>

<tone name="custom3">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Custom 3</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr4></vendor>

<!-- vendor snom on -->

<vendor><http://127.0.0.1/Bellcore-dr4></vendor>

</tone>

<tone name="custom4">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Custom 4</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr4></vendor>

<!-- vendor snom on -->

<vendor><http://127.0.0.1/Bellcore-dr4></vendor>

</tone>

<tone name="internal" type="internal">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Internal</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr2></vendor>

<vendor ua="Grandstream HT-.*"></vendor>

<!-- vendor snom on -->

<vendor><http://127.0.0.1/Bellcore-dr2></vendor>

</tone>

<tone name="external" type="external">

<!-- vendor snom off -->

<vendor ua="Polycom.*">External</vendor>

<vendor ua="Cisco-.*"><Bellcore-dr3></vendor>

<vendor ua="Grandstream HT-.*"></vendor>

<!-- vendor snom on -->

<vendor><http://127.0.0.1/Bellcore-dr3></vendor>

</tone>

<tone name="intercom" type="intercom">

<!-- vendor snom off -->

<vendor ua="Polycom.*">Auto Answer</vendor>

<vendor ua="Cisco-.*" type="call-info">auto-answer=0</vendor>

<vendor ua="optiPoint .*" type="call-info">auto-answer=0</vendor>

<!-- vendor snom on -->

<vendor ua="snom.*" type="call-info"><{from-uri}>;answer-after=0</vendor>

<!-- vendor snom off -->

<vendor ua="Linksys.*" type="call-info"><{from-uri}>;answer-after=0</vendor>

<vendor ua="Aastra.*" type="call-info"><{from-uri}>;answer-after=0</vendor>

<vendor ua="Yealink.*" type="call-info"><{from-uri}>;answer-after=0</vendor>

<!-- vendor snom on -->

<vendor type="answer-mode">Auto</vendor>

</tone>

</ringtones>

Link to comment
Share on other sites

I would guess like this:

 

<?xml version="1.0"?>
<ringtones>
 <tone name="custom1">
   <vendor></vendor>
 </tone>
 <tone name="custom2">
   <vendor></vendor>
 </tone>
 <tone name="custom3">
   <vendor></vendor>
 </tone>
 <tone name="custom4">
   <vendor></vendor>
 </tone>
 <tone name="internal" type="internal">
   <vendor></vendor>
 </tone>
 <tone name="external" type="external">
   <vendor></vendor>
 </tone>
 <tone name="intercom" type="intercom">
   <vendor ua="snom.*" type="call-info"><{from-uri}>;answer-after=0</vendor>
   <vendor type="answer-mode">Auto</vendor>
 </tone>
</ringtones>

Link to comment
Share on other sites

  • 4 months later...
  • 2 weeks later...

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