FAQ/How do I apply customized ringer melodies and what is the required format

From Snom User Wiki

< FAQ
Languages: English • Deutsch

Answer

Configuration

Change the following settings on the phone´s web interface:

  • Identity/Line X page --> Login: Ringtone: choose Custom Melody
  • Identity/Line X page --> Login: Custom Melody URL: HTTP URL pointing to an appropriate wav file, i.e. ''http://www.snom.com/download/wav/melody1.wav''
  • Preferences page -> Address Book Ringtones -> Custom Melody URL: HTTP URL pointing to an appropriate wav file, i.e. ''http://www.snom.com/download/wav/melody1.wav''


Requirements

The wav file should comply to the following requirements:

  • Encoder: PCM, 8 KHz, 16bit mono.
  • The time for loading the file should not be longer then 3 seconds.
  • Size < 250 KByte.

On Linux/Unix you can use the tool ffmpeg to convert a sound file

ffmpeg -i <infile.(wav/mp3)> -acodec pcm_alaw -ac 1 -ar 8000 <outfile>.alaw.wav
Ringtone Generator
http://snom.provoip.co.uk/ringtone/generator/
Note

If your custom melody melody is not played as expected, it might mean that your provider is sending another melody URL in the Alert-Info header of the SIP INVITE message. Try setting the following setting to 'off': Advanced -> Audio -> Alert Info playback

Interoperability