Versions Compared

Key

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

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.



FAQ Maxwell 3 / Basic: Distinctive Ringing

...



Panel
titleColor#F85404
titleBGColor#F0F0F0
titleAuto provisioning
Web-interface: Settings - Desk Phone - Ringtones
SIP.Account.0-3.Ringtone.External

...



06_Gigaset.wav

...

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.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;"/>




Panel
titleColor#F85404
titleBGColor#F0F0F0
titleHide Distinctive ringing

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"/>