You can specify list of audio files that phones can download as ringtones. The users can select the required ringtone from the downloaded list.
The audio files list can contain 0 to 1023 UTF-8 characters. Provide the list of audio files as name-value pairs separated by commas without any intervening spaces, where:
-
name: It is the display name that you assign to the ringtone. Ensure that you:
-
Do not include a comma, an equals sign (=), or a double quote character in the display names.
-
Quote the entire list if you include spaces in any of the display name.
-
Specify the display name that has the length that your deskphone can display. If the length of the display name exceeds the specified limit of your deskphone, the deskphone truncates the name.
-
Do not specify a display name that contains only numbers.
-
value: Is the relative or an absolute URL of the audio file. URLs can include an equals sign (=). If you include the equals sign, the system treats the first equals sign as the separator between the display name and the URL. The system treats any subsequent equals signs after the first sign as a part of the URL. Percent encode a comma if you use it in the URL.
Ensure that audio files must:
-
Be single-channel WAV files.
-
Have encoding as per ITU-T G.711 A-law or u-law PCM with 8-bit samples at 8 kHz or 16-bit samples at 16 kHz.
-
Have a maximum size of 512 KB.
-
Have a combined size of not more than 5 MB.
-
Only contain ASCII characters in their file names.
For example,SET RINGTONES "Steam Whistle=tones/swhistle.wav,Car Horn=tones/chorn.wav,Loud Burp=tones/lburp.wav"