cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2311
Views
5
Helpful
0
Comments
Vaijanath Sonvane
VIP Alumni
VIP Alumni

This document outlines the procedure to customize ringtones for Cisco IP Phone 8800 Series on Cisco Unified CME Platform:

 

----------------------------------------------------------------------------------------------

1. Create a new folder on your computer and name it as Ringtones

2. Keep all your ringtones (.raw) files, RingList.xml, Ringlist-wb.xml and DistinctiveRingList.xml files in it.

3. Use 7-Zip software to create .tar file. The final result is: Ringtones.tar

4. Open router CLI and copy tar from your computer to Router flash. You can use either TFTP or FTP software to upload files to Router flash. Below is the example using FTP:

CME# copy ftp://sftp:sftp@10.80.4.11/Ringtones.tar flash:/

In this example, Username: sftp, Password: sftp and CME IP Address: 10.80.4.11

 

5. Extract files on CME in the Ringtones directory using below command

CME# archive tar /xtract flash:/Ringtones.tar flash:/

 

6. Verify Ringtones directory using below command

 

CME# show flash: | in Ringtones/

<< output removed >>        /bootflash/Ringtones/Analog1.raw

<< output removed >>        /bootflash/Ringtones/Analog2.raw

<< output removed >>        /bootflash/Ringtones/AreYouThere.raw

<< output removed >>        /bootflash/Ringtones/AreYouThereF.raw

<< output removed >>        /bootflash/Ringtones/Bass.raw

<< output removed >>        /bootflash/Ringtones/CallBack.raw

<< output removed >>        /bootflash/Ringtones/Chime.raw

<< output removed >>        /bootflash/Ringtones/Classic1.raw

<< output removed >>        /bootflash/Ringtones/Classic2.raw

<< output removed >>        /bootflash/Ringtones/ClockShop.raw

<< output removed >>        /bootflash/Ringtones/DistinctiveRingList.xml

<< output removed >>        /bootflash/Ringtones/Drums1.raw

<< output removed >>        /bootflash/Ringtones/Drums2.raw

<< output removed >>        /bootflash/Ringtones/FilmScore.raw

<< output removed >>        /bootflash/Ringtones/HarpSynth.raw

<< output removed >>        /bootflash/Ringtones/Jamaica.raw

<< output removed >>        /bootflash/Ringtones/KotoEffect.raw

<< output removed >>        /bootflash/Ringtones/MusicBox.raw

<< output removed >>        /bootflash/Ringtones/Piano1.raw

<< output removed >>        /bootflash/Ringtones/Piano2.raw

<< output removed >>        /bootflash/Ringtones/Pop.raw

<< output removed >>        /bootflash/Ringtones/Pulse1.raw

<< output removed >>        /bootflash/Ringtones/Ring1.raw

<< output removed >>        /bootflash/Ringtones/Ring2.raw

<< output removed >>        /bootflash/Ringtones/Ring3.raw

<< output removed >>        /bootflash/Ringtones/Ring4.raw

<< output removed >>        /bootflash/Ringtones/Ring5.raw

<< output removed >>        /bootflash/Ringtones/Ring6.raw

<< output removed >>        /bootflash/Ringtones/Ring7.raw

<< output removed >>        /bootflash/Ringtones/RingList.xml

<< output removed >>        /bootflash/Ringtones/Sax1.raw

<< output removed >>        /bootflash/Ringtones/Sax2.raw

<< output removed >>        /bootflash/Ringtones/Vibe.raw

<< output removed >>        /bootflash/Ringtones/Ringlist-wb.xml

 

7. Configure below commands at global configuration level:

CME(config)# tftp-server flash:Ringtones/Analog1.raw alias Analog1.raw

CME(config)# tftp-server flash:Ringtones/Analog2.raw alias Analog2.raw

CME(config)# tftp-server flash:Ringtones/AreYouThere.raw alias AreYouThere.raw

CME(config)# tftp-server flash:Ringtones/AreYouThereF.raw alias AreYouThereF.raw

CME(config)# tftp-server flash:Ringtones/Bass.raw alias Bass.raw

CME(config)# tftp-server flash:Ringtones/CallBack.raw alias CallBack.raw

CME(config)# tftp-server flash:Ringtones/Chime.raw alias Chime.raw

CME(config)# tftp-server flash:Ringtones/Classic1.raw alias Classic1.raw

CME(config)# tftp-server flash:Ringtones/Classic2.raw alias Classic2.raw

CME(config)# tftp-server flash:Ringtones/ClockShop.raw alias ClockShop.raw

CME(config)# tftp-server flash:Ringtones/Drums1.raw alias Drums1.raw

CME(config)# tftp-server flash:Ringtones/Drums2.raw alias Drums2.raw

CME(config)# tftp-server flash:Ringtones/FilmScore.raw alias FilmScore.raw

CME(config)# tftp-server flash:Ringtones/HarpSynth.raw alias HarpSynth.raw

CME(config)# tftp-server flash:Ringtones/Jamaica.raw alias Jamaica.raw

CME(config)# tftp-server flash:Ringtones/KotoEffect.raw alias KotoEffect.raw

CME(config)# tftp-server flash:Ringtones/MusicBox.raw alias MusicBox.raw

CME(config)# tftp-server flash:Ringtones/Piano1.raw alias Piano1.raw

CME(config)# tftp-server flash:Ringtones/Piano2.raw alias Piano2.raw

CME(config)# tftp-server flash:Ringtones/Pop.raw alias Pop.raw

CME(config)# tftp-server flash:Ringtones/Pulse1.raw alias Pulse1.raw

CME(config)# tftp-server flash:Ringtones/Ring1.raw alias Ring1.raw

CME(config)# tftp-server flash:Ringtones/Ring2.raw alias Ring2.raw

CME(config)# tftp-server flash:Ringtones/Ring3.raw alias Ring3.raw

CME(config)# tftp-server flash:Ringtones/Ring4.raw alias Ring4.raw

CME(config)# tftp-server flash:Ringtones/Ring5.raw alias Ring5.raw

CME(config)# tftp-server flash:Ringtones/Ring6.raw alias Ring6.raw

CME(config)# tftp-server flash:Ringtones/Ring7.raw alias Ring7.raw

CME(config)# tftp-server flash:Ringtones/Sax1.raw alias Sax1.raw

CME(config)# tftp-server flash:Ringtones/Sax2.raw alias Sax2.raw

CME(config)# tftp-server flash:Ringtones/Vibe.raw alias Vibe.raw

CME(config)# tftp-server flash:Ringtones/RingList.xml alias RingList.xml

CME(config)# tftp-server flash:Ringtones/Ringlist-wb.xml alias Ringlist-wb.xml

CME(config)# tftp-server flash:Ringtones/DistinctiveRingList.xml alias DistinctiveRingList.xml

 

8. Verify Ringtones on Cisco 8800 Series IP Phones.

----------------------------------------------------------------------------------------------

 

For your reference, I have attached Ringtones.tar file with this document.

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: