cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3989
Views
1
Helpful
4
Replies

Cisco 8800 Series default wallpaper and ringtone:

kyleham25
Level 1
Level 1

I have added custom wallpaper and ringtones through TFTP server and all works well.  I actually removed all of the wallpaper and ringtones that came with the devices and was trying to only put the custom ones on there as the options.  This worked except for the "default" wallpaper and ringtone.  Is there a way to remove these.

The default ringtone is Sunrise.rwb but I don't see that file out on TFTP server anywhere so I assume it resides on the phone?

Any help with removing these so I can use just the custom files is appreciated!

 

Thanks.

4 Replies 4

Martin Moran
Level 3
Level 3

Hi @kyleham25,

You cannot delete those default files but you can do something similar. You can hide those files from the ring list by modifying the "Ringlist.xml" file.

For example, if you have  ring1.raw, ring2.raw and ring3.raw and you only want to show ring1.raw, do the following:

<CiscoIPPhoneRingList>
    <Ring>
       <DisplayName>Ring 1</DisplayName>
       <FileName>ring1.raw</FileName>
    </Ring>
 </CiscoIPPhoneRingList>

When the phone restarts it will download the new Ring list and it will only show the rings that you have set in the Ringlist.xml file.

For more info: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cuipph/7965g_7945g/6_1/english/administration/guide/7965_6_1_Admin/7965cst.html

HTH.

Don't forget to rate.

Rgrds,

Martin, IT Specialist

 

 

Thanks for the response.  I have done this and I am able to hide the ones I want, but it still gives the default ringtone as an option.  For instance, we have new Cisco 8841 and 8851 phones and the default ringtone is Sunrise.  When I look at the original Ringlist-wb.xml file I don't see Sunrise listed as an option.  So when I make a new file as shown below, it displays the ones I want as options but Sunrise is still there and can still be played and used. Furthermore, Sunrise.* is not on the TFTP server at all, so that leads me to believe it is on the device. So is there a way to prevent that from being seen?

<CiscoIPPhoneRingList>
    <Ring>
         <DisplayName>Ring 1</DisplayName>
         <FileName>Pulse1.raw</FileName>
    </Ring>
    <Ring>
         <DisplayName>Ring 2</DisplayName>
         <FileName>Vibe.raw</FileName>
    </Ring>

<CiscoIPPhoneRingList>

Did you ever figure out a solution here?  

Unfortunately that isn't correct for recent Cisco phones like the 8800 series, which have ringtones in firmware that can't be hidden.

If there was an option to set a default ringtone (and optionally lock the ringtone) like there is for wallpaper, that would be sufficient but unfortunately that doesn't seem to be there either.