Jump to content

Change Default Ringtones


halalabu

Recommended Posts

I'm trying to change the default external ringtone to match the default internal ringtone. I tried updating my ringtones.xml file via the web interface, but it does not seem to have changed anything. Here is my default ringtones.xml file

 

 

<?xml version="1.0"?>
<ringtones>
 <tone name="custom1">
   <vendor ua="snom.*" type="alert-info">Custom 1</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom2">
   <vendor ua="snom*" type="alert-info">Custom 2</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom3">
   <vendor ua="snom.*" type="alert-info">Custom 3</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom4">
   <vendor ua="snom*" type="alert-info">Custom 4</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="internal" type="internal">
   <vendor ua="snom.*" type="alert-info">Internal</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr3></vendor>
 </tone>
 <tone name="external" type="external">
   <vendor ua="snom*" type="alert-info">External</vendor>
   <vendor><http://127.0.0.1/Bellcore-dr2></vendor>
 </tone>
 <tone name="intercom" type="intercom">
   <vendor ua="snom*" type="alert-info">Auto Answer</vendor>
   <vendor type="call-info"><{from-uri}>;answer-after=0</vendor>
 </tone>
</ringtones>

 

 

And this is what I changed it to: (note the last number in the Bellcore- line for external ring

 

 

<?xml version="1.0"?>
<ringtones>
 <tone name="custom1">
   <vendor ua="snom.*" type="alert-info">Custom 1</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom2">
   <vendor ua="snom*" type="alert-info">Custom 2</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom3">
   <vendor ua="snom.*" type="alert-info">Custom 3</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="custom4">
   <vendor ua="snom*" type="alert-info">Custom 4</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr4></vendor>
 </tone>
 <tone name="internal" type="internal">
   <vendor ua="snom.*" type="alert-info">Internal</vendor>
   <vendor type="alert-info"><http://127.0.0.1/Bellcore-dr3></vendor>
 </tone>
 <tone name="external" type="external">
   <vendor ua="snom*" type="alert-info">External</vendor>
   <vendor><http://127.0.0.1/Bellcore-dr3></vendor>
 </tone>
 <tone name="intercom" type="intercom">
   <vendor ua="snom*" type="alert-info">Auto Answer</vendor>
   <vendor type="call-info"><{from-uri}>;answer-after=0</vendor>
 </tone>
</ringtones>

 

Should this not change the external ring to be the same as the internal one? If not, what am I doing wrong?

 

Thanks so much.

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