Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

The following ringtones are

in our handsets

by default delivered with these handsets.

Ringtones
01 Signal
02 Memo (Msg prio medium from SW11)
03 Down (Internal calls)
04 Vibe (Emergency)
05 Egg
06 Gigaset (External calls)
07 Super 4
08 Set (Msg prio low from SW11)
09 Tone One (Group calls)

( linked sound files must not be used for production )

xxxx307200xx9600027334xxx
RingtonesMelody size

R700 H / S700H / SL800H

01 Signal (14 Byte)14x
02 Memo (14 Byte)14x
03 Down (38 Byte)38x
04 Vibe (38 Byte)38x
05 Egg (40 Byte )40x
06 Gigaset (70633 Byte)70633x
07 Super 4 (52 Byte)52x
08 Set (16 Byte)16x
09 Tone One (21600 Byte)21600
10 Step to B (40000 Byte)40000Optional)
11 Sim (64000 Byte)64000x
12 P _ Cut (25575 Byte)25575
13 T _ Cup (104000 Byte)104000x
14 Piano (60417 Byte)60417
15 Dunken (4800 Byte)4800x

16 Evolve (307200 Byte)

x17 Authumn (176552 Byte)176552
17 Autumn
18 Twelve (160000 Byte)160000x
19 Smile (192000 ByteDoor station))192000x
20 Flightzone (323368 Byte)323368
21 Waste (323368 Byte)323368x
22 Green Tea (96000 Byte)x

23 Try Better

32000x

Better

24 Carousel

~170x

25 Classic Ring

x

26 Fountain (~ 450 Byte mc )

~450x

27 Alarm 1 SM_MEL_3_4_5_ALU_POLY_INCODE (short 4488 Byte)

4488x

27 Alarm 1 (msg prio high)

28 Alarm 2

28 Alarm 2 SM_MEL_3_4_5_AL1_POLY_INCODE (16000 Byte)

16000

29 Alarm 3x
30 Alarm 4x
31 Alarm 5
32 Alarm 6
~15696x

34 DR1 bellcore-dr1 (48000 Byte G722)  (~10 byte when implemented in melody control)

48000
10(mc)

x

35 DR2 bellcore-dr2 (48000 Byte G722) (~18 byte when implemented via melody control)

48000
18(mc)

x

36 DR3 bellcore-dr3 (48000 Byte G722) ( ~ 26 byte when implemented via melody control )

48000
26(mc)

x

37 DR4 bellcore-dr4 (48000 Byte G722) ( ~ 26 byte when implemented via melody control )

48000
26(mc)
x

38 DR5 bellcore-dr5 (48000 Byte G722) (~10-20 byte when implemented via melody control )

48000
10-20(mc)
x

Doorbell

34 DR1

35 DR2 (msg prio low changed with SW11)

36 DR3 (msg prio medium changed with SW11 )

37 DR4

38 DR5


The Line ID is needed when you want provisioning the ringtones.

Distinctive ringLine ID before SW 2.26Line ID with SW 2.26 or higherDefault ringtones
InternalinternalinternalDown
Externalexternal0x01Gigaset
GroupN.A.0x02Tone One
DoorN.A.0x03smile
EmergencyN.A.0x04Vibe
OptionalN.A.0x05Step to B
Alarm LowMsg prio lowN.A.0x09DR2 -> changed to 8 Set in SW11
Msg prio mediumAlarm MediumN.A.0x10DR3 -> changed to 02 Memo in SW11
Msg prio highAlarm HighN.A.0x11Alarm1
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto-provisioning

In the following example we have created an ringtone named audiofile.722 using the external tool.

In the provisioning file we first upload the audio file before we assign it to the internal melody, else the assignment will not work if the audio file is not in the handset.

Dependent on the distinctive ring setting in the Nx70 the ringtone for the External line has to be configured using external_calls_ringer_melody or ringer_melody_line_1 when we configured both then the setting distinctive ring has no influence, it will both work.

Info
iconfalse

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="Gsdecthx">

<resources>

<resource_file type="sounds" crc="0xFFFF" url="http://192.168.178.201/dbb/audiofile.722" />

<!-- crc is not used -->

</resources>

<nvm>

        <param name="internal_calls_ringer_melody" value="audiofile" />
        <param name="external_calls_ringer_melody" value="07 Super 4" />
        <param name="ringer_melody_line_1" value="07 Super 4" />

<!-- line_ID number can be found in the table above -->

</nvm>

</provisioning>