Only local ringtones can be used. Download of ringtones is not supported. 

From Software 2.11.6, the Alert header can be changed to match the header sent by the platform. This offers maximum flexibility because you can change the header to match what the platform is sending.


Type:

Alert Header (Default value)

Alert info:

Internal

<http://www.notused.com>;info=alert-internal


External

<http://www.notused.com>;info=alert-external


Group

<http://www.notused.com>;info=alert-group

Door

<http://www.notused.com>;info=alert-door


Optional




Web-interface: Settings - Desk Phone - Ringtones
SIP.Account.0-3.Ringtone.External

06_Gigaset.wav

Name in UI/Web-UI

Filename

From software 2.24.12
0101.wav01.mp3 (or .wav)
02_Memo02_Memo.wav02_Memo.mp3 (or .wav)
03_Vibe03_Vibe.wav03_Vibe.mp3 (or .wav)
04_Listen04_Listen.wav04_Listen.mp3 (or .wav)
05_Down05_Down.wav05_Down.mp3 (or .wav)
06_Gigaset06_Gigaset.wav06_Gigaset.mp3 (or .wav)
07_Egg07_Egg.wav07_Egg.mp3 (or .wav)
08_Peak08_Peak.wav08_Peak.mp3 (or .wav)
09_Step09_Step 3.wav09_Step 3.mp3 (or .wav)
10_P Cut10_P Cut.wav10_P Cut.mp3 (or .wav)
11_Set11_Set.wav11_Set.mp3 (or .wav)
12_Sim12_Sim.wav12_Sim.mp3 (or .wav)
13_Tone one13_Tone one.wav13_Tone one.mp3 (or .wav)
14_Dunken14_Dunken.wav14_Dunken.mp3 (or .wav)
15_Piano15_Piano.wav15_Piano.mp3 (or .wav)
16_Officebuffer16_Officebuffer.wav16_Officebuffer.mp3 (or .wav)
17_Twelve17_Twelve.wav17_Twelve.mp3 (or .wav)
18_Flightzone18_Flightzone.wav18_Flightzone.mp3 (or .wav)
19_Waste19_Waste.wav19_Waste.mp3 (or .wav)
20_Smototh G20_Smooth_G.wav20_Smooth_G.mp3 (or .wav)
21_Green Tea21_Green Tea.wav21_Green Tea.mp3 (or .wav)
22_Evolve 122_Evolve 1.oggEvolve 1.ogg
23_Evolve 223_Evolve 2.oggEvolve 2.ogg
Bellcore 1bellcore_dr1.oggbellcore_dr1.ogg
Bellcore 2bellcore_dr2.oggbellcore_dr2.ogg
Bellcore 3bellcore_dr3.oggbellcore_dr3.ogg
Bellcore 4bellcore_dr4.oggbellcore_dr4.ogg
Bellcore 5bellcore_dr5.oggbellcore_dr5.ogg
SIP.Account.0-3.Ringtone.HeaderExternal<http://www.notused.com>;info=alert-external
SIP.Account.0-3.Ringtone.Internal/data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderInternal<http://www.notused.com>;info=alert-internal
SIP.Account.0-3.Ringtone.Group/data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderGroup<http://www.notused.com>;info=alert-group
SIP.Account.0-3.Ringtone.Doorstation/data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderDoorstation <http://www.notused.com>;info=alert-door
SIP.Account.0-3.Ringtone.Optional
SIP.Account.0-3.Ringtone.HeaderOptional

Example:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="&lt;http://www.notused.invalidtld&gt;;info=external"/>

If you use the special characters like:


CharacterXML value
"&quot;
'&apos;
<&lt;
>&gt;
&&amp;

Then these need to be replaced with the XML value:

Not correct:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.1.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.2.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.3.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>

Correct:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.1.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.2.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.3.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>






If the platform does not support Distinctive ringing, we have implemented the option to hide the Ringtones that are visible in the phone menu and in the web-interface that can't be used when the platform does not support it.

  • External Calls
  • Internal Calls
  • Group Calls
  • Doorstation.
ParameterValues
PhoneUI.Settings.DistinctiveRinging1 (Default) = Show all ringtones in MMI and web-interface
0 = Hide the Distinctive ringtones (External, Internal, Group, Doorstation) in MMI and web-interface. Used when provider does not support Distinctive ringtone.
Example: <param name="PhoneUI.Settings.DistinctiveRinging" value="0"/>