Sound
Sound settings - set ringtones and volumes
Defaults
sound.xml |
---|
| <?xml version="1.0" encoding="utf-8"?>
<sound version="1.34.0">
<!-- Which ringtone shall be used by default. Defaults to "Office2"
accepted values:
80s
American_Phone
Big_A
Classic1
Classic2
Classic3
CrazyDream
Door
DreamTheme
Groovy1
Groovy2
Groovy3
Jazz1
Jazz2
Leo
Office1
Office2
Office3
Office4
Old_Phone
Road_Trip
Special
Aldebaran
Talitha
Selenium
Alarm_Beep_01
Alarm_Beep_02
Scandium
type: string -->
<defaultRingtone></defaultRingtone>
<!-- Which tone to use for notifications. Defaults to "Aldebaran"
accepted values -> see defaultRingtone
type: string -->
<defaultNotification></defaultNotification>
<!-- Which tone to use for alarm-notifications (popup-notifications
with sound). Defaults to "Alarm_Beep_01"
accepted values -> see defaultRingtone
type: string -->
<defaultAlarm></defaultAlarm>
<!-- Which sound shall be used by pickup-screen. When not set (default)
screen will use defaultNotification.
accepted values -> see defaultRingtone
type: string -->
<pickupScreenNotification></pickupScreenNotification>
<volumes>
<!-- volume to use when phone is ringing
type: integer
maximum: 7 -->
<ringing>7</ringing>
<!-- volume to use when a notification tone is played
type: integer
maximum: 7 -->
<notifying>7</notifying>
<!-- volume to use when media is played
type: integer
maximum: 15 -->
<media>15</media>
<!-- volume to use when an alarm becomes active
type: integer
maximum: 7 -->
<alarming>7</alarming>
<!-- volume-level used to play audio via headset
type: integer
minimum: 1
maximum: 10 -->
<headset>7</headset>
<!-- volume-level used to play audio via speaker
type: integer
minimum: 1
maximum: 10 -->
<speaker>7</speaker>
<!-- volume-level used to play audio via handset
type: integer
minimum: 1
maximum: 10 -->
<handset>7</handset>
</volumes>
<!-- should bluetooth connections use wideband audio
type: boolean -->
<useBluetoothWideband>true</useBluetoothWideband>
<!-- List of patterns and associated ringtones that can be used to
decide which ringtone is used for which alert info.
type: list -->
<alertInfoRingtones>
<alertInfoRingtone>
<!-- The pattern used to search for a match in the alert info.
type: string -->
<pattern></pattern>
<!-- The ringtone to be used when this pattern is matched with the alert info
type: string -->
<ringtone></ringtone>
</alertInfoRingtone>
</alertInfoRingtones>
<!-- Stop the signalling (ringing or call waiting) by moving in
front of the proximity sensor. (D-600 only)
type: boolean -->
<stopSignallingByProximity>true</stopSignallingByProximity>
<!-- Enable/disable handset sidetone
In noisy environments, the handset sidetone plays too much distracting
ambient noise into the handset speaker, making it hard to understand
the remote party.
type: boolean -->
<handsetSidetone>true</handsetSidetone>
</sound>
|